@orangecheck/agent-vercel / VercelToolCall
Interface: VercelToolCall
Defined in: index.ts:44
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-args"></a> args | Record<string, unknown> | JSON-serializable arguments produced by the model. | index.ts:50 |
<a id="property-callid"></a> callId | string | Unique id assigned by the AI SDK for this tool invocation. | index.ts:46 |
<a id="property-verb"></a> verb | string | Tool verb / name — passed in via ocTool() or set per-call by your wrapper. | index.ts:48 |