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

ToolInputAvailableStreamChunk

Interface: ToolInputAvailableStreamChunk

Defined in: types.ts:724

Extends

Properties

id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


input

ts
input: any;
input: any;

Defined in: types.ts:728


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


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:726


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:727


type

ts
type: "tool-input-available";
type: "tool-input-available";

Defined in: types.ts:725

Overrides

BaseStreamChunk.type