@orangecheck/agent-langgraph / LangGraphToolCall
Interface: LangGraphToolCall
Defined in: index.ts:52
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-args"></a> args | Record<string, unknown> | JSON-serializable arguments to the tool node. | index.ts:58 |
<a id="property-callid"></a> callId | string | Stable id assigned by your graph runtime for this tool invocation. | index.ts:54 |
<a id="property-graphstatehash"></a> graphStateHash | string | sha256:<64-hex> of the graph state at the moment of execution. | index.ts:60 |
<a id="property-verb"></a> verb | string | Tool verb — typically the node name. | index.ts:56 |