GoogleCloudAiplatformV1FunctionCallingConfig constructor

GoogleCloudAiplatformV1FunctionCallingConfig({
  1. List<String>? allowedFunctionNames,
  2. String? mode,
})

Implementation

GoogleCloudAiplatformV1FunctionCallingConfig({
  this.allowedFunctionNames,
  this.mode,
});