Skip to main content

Constructors


Constructors

constructor

new ToolCallRequest(toolCalls: ToolCallInterface[]): ToolCallRequest
Creates a new ToolCallRequest instance.

Parameters

toolCalls
ToolCallInterface[]
required
The list of tool calls to execute.

Returns

ToolCallRequest