Classes
AgentToolCallResult
Defined in: packages/workflow/src/agent/events.ts:12
Extends
WorkflowEvent
<{toolName
:string
;toolKwargs
:Record
<string
,JSONValue
>;toolId
:string
;toolOutput
:ToolResult
;returnDirect
:boolean
;raw
:JSONValue
; }>
Constructors
Constructor
new AgentToolCallResult(
data
):AgentToolCallResult
Defined in: node_modules/.pnpm/@llama-flow+llamaindex@0.0.12_@modelcontextprotocol+sdk@1.9.0_hono@4.7.7_next@15.3.0_@o_55bc67c24c8fb48da4f444a0a231de3c/node_modules/@llama-flow/llamaindex/dist/index.d.ts:13
Parameters
data
toolName
string
toolKwargs
Record
<string
, JSONValue
>
toolId
string
toolOutput
ToolResult
returnDirect
boolean
raw
JSONValue
Returns
AgentToolCallResult
Inherited from
WorkflowEvent<\{ toolName: string; toolKwargs: Record<string, JSONValue>; toolId: string; toolOutput: ToolResult; returnDirect: boolean; raw: JSONValue; \}>.constructor