@orangecheck/agent-langgraph / OcToolNodeInput
Interface: OcToolNodeInput<TArgs, TResult>
Defined in: index.ts:151
Type Parameters
| Type Parameter |
|---|
TArgs extends Record<string, unknown> |
TResult |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-execute"></a> execute | (args: TArgs) => Promise<TResult> | Your real handler. Receives the same args your LangGraph tool node receives. | index.ts:155 |
<a id="property-verb"></a> verb | string | OC Agent verb under which this tool is exercised. | index.ts:153 |