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

ToolCallArgsEvent

Interface: ToolCallArgsEvent

Defined in: packages/ai/src/types.ts:1079

Emitted when tool call arguments are streaming.

@ag-ui/core provides: toolCallId, delta TanStack AI adds: model?, args? (accumulated)

Extends

  • ToolCallArgsEvent

Indexable

ts
[k: string]: unknown
[k: string]: unknown

Properties

args?

ts
optional args: string;
optional args: string;

Defined in: packages/ai/src/types.ts:1083

Full accumulated arguments so far (TanStack AI internal)


model?

ts
optional model: string;
optional model: string;

Defined in: packages/ai/src/types.ts:1081

Model identifier for multi-model support