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

RealtimeToolResultPart

Interface: RealtimeToolResultPart

Defined in: packages/ai/src/realtime/types.ts:127

Tool result part in a realtime message

Properties

content

ts
content: string;
content: string;

Defined in: packages/ai/src/realtime/types.ts:130


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: packages/ai/src/realtime/types.ts:129


type

ts
type: "tool-result";
type: "tool-result";

Defined in: packages/ai/src/realtime/types.ts:128