Skip to content

ToolResult<T>

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ToolResult

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22309

Tool execution result for LangChain tools

T = unknown

success: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22311

Whether the tool executed successfully


optional data: T

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22313

Result data


optional error: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22315

Error message if failed