Class Action (2.43.0)

Action(value)

Indicate what type of action to take with the tool call.

Enums

Name Description
ACTION_UNSPECIFIED Action not specified.
CANCEL Indicates the user chooses to not make the tool call. It is only applicable to tool calls that are waiting for user confirmation.
REVISE Makes the tool call with provided parameters. This action is intended for tool calls that only read but not write data.
CONFIRM Makes the tool call with provided parameters. This action is intended for tool calls that may write data.