LLMToolCallResults
String!
required
Unique identifier for the result group.
[LLMFunctionCallResult!]!
required
Array of individual function call results.
LLMFunctionCallResult
String!
required
Unique identifier for the function call result.
String!
required
Name of the function that was called.
String!
required
The result returned by the function call.
String!
required
Identifier linking this result to its original call.
Related operations
LLMToolCalls Schema
Original tool calls
DeltaElement Schema
Container for tool call results

