GoogleCloudAiplatformV1Tool constructor

GoogleCloudAiplatformV1Tool({
  1. List<GoogleCloudAiplatformV1FunctionDeclaration>? functionDeclarations,
  2. GoogleCloudAiplatformV1GoogleSearchRetrieval? googleSearchRetrieval,
  3. GoogleCloudAiplatformV1Retrieval? retrieval,
})

Implementation

GoogleCloudAiplatformV1Tool({
  this.functionDeclarations,
  this.googleSearchRetrieval,
  this.retrieval,
});