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

@orangecheck/agent-vercel


@orangecheck/agent-vercel / OcToolInput

Interface: OcToolInput<TArgs, TResult>

Defined in: index.ts:138

Type Parameters

Type Parameter
TArgs extends Record<string, unknown>
TResult

Properties

PropertyTypeDescriptionDefined in
<a id="property-description"></a> description?stringPass-through description shown to the model.index.ts:144
<a id="property-execute"></a> execute(args: TArgs) => Promise&lt;TResult>Your real handler. Returns whatever the tool returns.index.ts:146
<a id="property-parameters"></a> parameters?unknownPass-through to AI SDK's tool() — the JSON Schema for inputs.index.ts:142
<a id="property-verb"></a> verbstringOC Agent verb under which this tool is exercised.index.ts:140