Skip to main content
This page describes the results returned from AI function calls, grouped together and including details for each individual function invocation.

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.

LLMToolCalls Schema

Original tool calls

DeltaElement Schema

Container for tool call results