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

ToolCallArgsEvent

Interface: ToolCallArgsEvent

Defined in: types.ts:854

Emitted when tool call arguments are streaming.

Extends

Properties

args?

ts
optional args: string;
optional args: string;

Defined in: types.ts:861

Full accumulated arguments so far


delta

ts
delta: string;
delta: string;

Defined in: types.ts:859

Incremental JSON arguments delta


model?

ts
optional model: string;
optional model: string;

Defined in: types.ts:751

Model identifier for multi-model support

Inherited from

BaseAGUIEvent.model


rawEvent?

ts
optional rawEvent: unknown;
optional rawEvent: unknown;

Defined in: types.ts:753

Original provider event for debugging/advanced use cases

Inherited from

BaseAGUIEvent.rawEvent


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:749

Inherited from

BaseAGUIEvent.timestamp


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:857

Tool call identifier


type

ts
type: "TOOL_CALL_ARGS";
type: "TOOL_CALL_ARGS";

Defined in: types.ts:855

Overrides

BaseAGUIEvent.type