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

LLMToolCalls

id
String!
required
Unique identifier for the tool call group.
functionCalls
[LLMFunctionCall!]!
required
Array of individual function calls made by the AI.

LLMFunctionCall

id
String!
required
Unique identifier for the function call.
functionName
String!
required
Name of the function being called.
arguments
JSON
JSON object containing the function arguments.
toolCallId
String!
required
Identifier linking this call to its result.

Additional Resources