LLMToolCalls
String!
required
Unique identifier for the tool call group.
[LLMFunctionCall!]!
required
Array of individual function calls made by the AI.
LLMFunctionCall
String!
required
Unique identifier for the function call.
String!
required
Name of the function being called.
JSON
JSON object containing the function arguments.
String!
required
Identifier linking this call to its result.
Related operations
LLMToolCallResults Schema
Results from tool calls
DeltaElement Schema
Container for tool calls

