Skip to main content
This page describes the AI function calls made by the assistant, including details for each individual call and their associated arguments.

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.

LLMToolCallResults Schema

Results from tool calls

DeltaElement Schema

Container for tool calls