GoogleCloudAiplatformV1Tool constructor
GoogleCloudAiplatformV1Tool({
- GoogleCloudAiplatformV1ToolCodeExecution? codeExecution,
- GoogleCloudAiplatformV1EnterpriseWebSearch? enterpriseWebSearch,
- List<
GoogleCloudAiplatformV1FunctionDeclaration> ? functionDeclarations, - GoogleCloudAiplatformV1ToolGoogleSearch? googleSearch,
- GoogleCloudAiplatformV1GoogleSearchRetrieval? googleSearchRetrieval,
- GoogleCloudAiplatformV1Retrieval? retrieval,
Implementation
GoogleCloudAiplatformV1Tool({
this.codeExecution,
this.enterpriseWebSearch,
this.functionDeclarations,
this.googleSearch,
this.googleSearchRetrieval,
this.retrieval,
});