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

ToolCallArgsEvent

Interface: ToolCallArgsEvent

Defined in: types.ts:861

Emitted when tool call arguments are streaming.

Extends

Properties

args?

ts
optional args: string;

Defined in: types.ts:868

Full accumulated arguments so far


delta

ts
delta: string;

Defined in: types.ts:866

Incremental JSON arguments delta


model?

ts
optional model: string;

Defined in: types.ts:756

Model identifier for multi-model support

Inherited from

BaseAGUIEvent.model


rawEvent?

ts
optional rawEvent: unknown;

Defined in: types.ts:758

Original provider event for debugging/advanced use cases

Inherited from

BaseAGUIEvent.rawEvent


timestamp

ts
timestamp: number;

Defined in: types.ts:754

Inherited from

BaseAGUIEvent.timestamp


toolCallId

ts
toolCallId: string;

Defined in: types.ts:864

Tool call identifier


type

ts
type: "TOOL_CALL_ARGS";

Defined in: types.ts:862

Overrides

BaseAGUIEvent.type