GoogleCloudAiplatformV1ToolConfig constructor

GoogleCloudAiplatformV1ToolConfig({
  1. GoogleCloudAiplatformV1FunctionCallingConfig? functionCallingConfig,
  2. GoogleCloudAiplatformV1RetrievalConfig? retrievalConfig,
})

Implementation

GoogleCloudAiplatformV1ToolConfig({
  this.functionCallingConfig,
  this.retrievalConfig,
});