LLMToolCallResults

id
String!
required
Unique identifier for the result group.
functionCallResults
[LLMFunctionCallResult!]!
required
Array of individual function call results.

LLMFunctionCallResult

id
String!
required
Unique identifier for the function call result.
functionName
String!
required
Name of the function that was called.
result
String!
required
The result returned by the function call.
toolCallId
String!
required
Identifier linking this result to its original call.

Additional Resources