GoogleCloudAiplatformV1ToolComputerUse constructor

GoogleCloudAiplatformV1ToolComputerUse({
  1. bool? enablePromptInjectionDetection,
  2. String? environment,
  3. List<String>? excludedPredefinedFunctions,
})

Implementation

GoogleCloudAiplatformV1ToolComputerUse({
  this.enablePromptInjectionDetection,
  this.environment,
  this.excludedPredefinedFunctions,
});