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

InternalToolCallState

Interface: InternalToolCallState

Defined in: activities/chat/stream/types.ts:21

Internal state for a tool call being tracked

Properties

arguments

ts
arguments: string;
arguments: string;

Defined in: activities/chat/stream/types.ts:24


id

ts
id: string;
id: string;

Defined in: activities/chat/stream/types.ts:22


index

ts
index: number;
index: number;

Defined in: activities/chat/stream/types.ts:27


name

ts
name: string;
name: string;

Defined in: activities/chat/stream/types.ts:23


parsedArguments?

ts
optional parsedArguments: any;
optional parsedArguments: any;

Defined in: activities/chat/stream/types.ts:26


state

ts
state: ToolCallState;
state: ToolCallState;

Defined in: activities/chat/stream/types.ts:25