Expand description
Tool invocation: TOOL_CALL_*.
Structs§
- Tool
Call Args Event - Appends a chunk of the argument JSON for an open tool call.
- Tool
Call Chunk Event - A self-contained tool-call update: start, args and end folded into one.
- Tool
Call EndEvent - Closes a tool call. The arguments are complete.
- Tool
Call Result Event - The result of a tool call, as a message appended to the thread.
- Tool
Call Start Event - Opens a tool call. Arguments follow as
TOOL_CALL_ARGSdeltas.
Enums§
- Tool
Result Role - The single role a
ToolCallResultEventmay declare.