tools property

List<GoogleCloudAiplatformV1Tool>? tools
getter/setter pair

A list of Tools the model may use to generate the next response.

A Tool is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1Tool>? tools;