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

RealtimeToolCallPart

Interface: RealtimeToolCallPart

Defined in: packages/typescript/ai/src/realtime/types.ts:115

Tool call part in a realtime message

Properties

arguments

ts
arguments: string;
arguments: string;

Defined in: packages/typescript/ai/src/realtime/types.ts:119


id

ts
id: string;
id: string;

Defined in: packages/typescript/ai/src/realtime/types.ts:117


input?

ts
optional input: unknown;
optional input: unknown;

Defined in: packages/typescript/ai/src/realtime/types.ts:120


name

ts
name: string;
name: string;

Defined in: packages/typescript/ai/src/realtime/types.ts:118


output?

ts
optional output: unknown;
optional output: unknown;

Defined in: packages/typescript/ai/src/realtime/types.ts:121


type

ts
type: "tool-call";
type: "tool-call";

Defined in: packages/typescript/ai/src/realtime/types.ts:116