live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-langgraph


@orangecheck/agent-langgraph / LangGraphToolCall

Interface: LangGraphToolCall

Defined in: index.ts:53

Properties

PropertyTypeDescriptionDefined in
<a id="property-args"></a> argsRecord&lt;string, unknown>JSON-serializable arguments to the tool node.index.ts:59
<a id="property-callid"></a> callIdstringStable id assigned by your graph runtime for this tool invocation.index.ts:55
<a id="property-graphstatehash"></a> graphStateHashstringsha256:<64-hex> of the graph state at the moment of execution.index.ts:61
<a id="property-verb"></a> verbstringTool verb — typically the node name.index.ts:57