Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ToolCall

Interface: ToolCall

Defined in: types.ts:87

Properties

function

ts
function: object;

Defined in: types.ts:90

arguments

ts
arguments: string;

name

ts
name: string;

id

ts
id: string;

Defined in: types.ts:88


providerMetadata?

ts
optional providerMetadata: Record<string, unknown>;

Defined in: types.ts:95

Provider-specific metadata to carry through the tool call lifecycle


type

ts
type: "function";

Defined in: types.ts:89