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

@orangecheck/agent-vercel


@orangecheck/agent-vercel / VercelToolCall

Interface: VercelToolCall

Defined in: index.ts:44

Properties

PropertyTypeDescriptionDefined in
<a id="property-args"></a> argsRecord&lt;string, unknown>JSON-serializable arguments produced by the model.index.ts:50
<a id="property-callid"></a> callIdstringUnique id assigned by the AI SDK for this tool invocation.index.ts:46
<a id="property-verb"></a> verbstringTool verb / name — passed in via ocTool() or set per-call by your wrapper.index.ts:48