toolCalls property

List<ToolCall>? toolCalls
getter/setter pair

The list of tool calls to execute.

Optional.

Implementation

core.List<ToolCall>? toolCalls;