Skip to content

Documentation / @agentick/shared / ToolResultEvent

Type Alias: ToolResultEvent ​

ToolResultEvent = object & StreamEventBase

Defined in: streaming.ts:517

Tool result event (unified - executedBy indicates source)

Type Declaration ​

callId ​

callId: string

completedAt ​

completedAt: string

executedBy ​

executedBy: ToolExecutor

isError? ​

optional isError: boolean

name ​

name: string

result ​

result: unknown

startedAt ​

startedAt: string

type ​

type: "tool_result"

Released under the ISC License.