Skip to content

ToolResult<T>

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / ToolResult

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22609

Tool execution result for LangChain tools

T = unknown

success: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22611

Whether the tool executed successfully


optional data?: T

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22613

Result data


optional error?: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22615

Error message if failed