🔄 Big News! bazed.ai is now sagentic.ai. Same vision, new name!

Skip to content

@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 ​

src/thread.ts:56


id ​

ts
id: string;

ID of the tool call

Source ​

src/thread.ts:53


type ​

ts
type: "function";

Tool type to call

Source ​

src/thread.ts:55