Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ToolCallStreamChunk

Interface: ToolCallStreamChunk

Defined in: types.ts:676

Extends

Properties

id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


index

ts
index: number;
index: number;

Defined in: types.ts:686


model

ts
model: string;
model: string;

Defined in: types.ts:665

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:666

Inherited from

BaseStreamChunk.timestamp


toolCall

ts
toolCall: object;
toolCall: object;

Defined in: types.ts:678

function

ts
function: object;
function: object;
function.arguments
ts
arguments: string;
arguments: string;
function.name
ts
name: string;
name: string;

id

ts
id: string;
id: string;

type

ts
type: "function";
type: "function";

type

ts
type: "tool_call";
type: "tool_call";

Defined in: types.ts:677

Overrides

BaseStreamChunk.type