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

@orangecheck/agent-langgraph


@orangecheck/agent-langgraph / OcToolNodeInput

Interface: OcToolNodeInput<TArgs, TResult>

Defined in: index.ts:151

Type Parameters

Type Parameter
TArgs extends Record<string, unknown>
TResult

Properties

PropertyTypeDescriptionDefined in
<a id="property-execute"></a> execute(args: TArgs) => Promise&lt;TResult>Your real handler. Receives the same args your LangGraph tool node receives.index.ts:155
<a id="property-verb"></a> verbstringOC Agent verb under which this tool is exercised.index.ts:153