GoogleCloudAiplatformV1FunctionCallingConfig constructor

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

Implementation

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