GoogleCloudAiplatformV1Tool constructor
GoogleCloudAiplatformV1Tool({
- List<
GoogleCloudAiplatformV1FunctionDeclaration> ? functionDeclarations, - GoogleCloudAiplatformV1GoogleSearchRetrieval? googleSearchRetrieval,
- GoogleCloudAiplatformV1Retrieval? retrieval,
Implementation
GoogleCloudAiplatformV1Tool({
this.functionDeclarations,
this.googleSearchRetrieval,
this.retrieval,
});