tool property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<GoogleCloudAiplatformV1Tool>? tool
getter/setter pair

List of tools: each tool can have multiple function declarations.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<GoogleCloudAiplatformV1Tool>? tool;