activeTools property

List<GoogleCloudAiplatformV1Tool>? activeTools
getter/setter pair

The list of tools that were active/available to the agent at the time of this event.

This overrides the AgentConfig.tools if set.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1Tool>? activeTools;