@sagentic-ai/sagentic-af / ToolCall
ToolCall ​
ToolCall is a call to a tool
Properties ​
function ​
ts
function: Object;
function.arguments ​
ts
arguments: string;
function.name ​
ts
name: string;
Source ​
id ​
ts
id: string;
ID of the tool call
Source ​
type ​
ts
type: "function";
Tool type to call