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