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