Ask a question to get started
Enter to send•Shift+Enter new line
Create a tool call chunk.
tool_call_chunk( *, name: str | None = None, args: str | None = None, id: str | None = None, index: int | None = None ) -> ToolCallChunk
name
str | None
None
The name of the tool to be called.
args
The arguments to the tool call as a JSON string.
id
An identifier associated with the tool call.
index
int | None
The index of the tool call in a sequence.