Skip to content

ToolResult<T>

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / ToolResult

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22645

Tool execution result for LangChain tools

T = unknown

success: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22647

Whether the tool executed successfully


optional data?: T

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22649

Result data


optional error?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22651

Error message if failed