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

Skip to content

@sagentic-ai/sagentic-af / ToolResult

ToolResult ​

ToolResult is a result of a tool call

Properties ​

result ​

ts
result: string;

Result of the tool call

Source ​

src/thread.ts:47


toolCallID ​

ts
toolCallID: string;

ID of the tool call

Source ​

src/thread.ts:45