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: packages/typescript/ai/src/types.ts:905

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/typescript/ai/src/types.ts:909

Full accumulated arguments so far (TanStack AI internal)


model?

ts
optional model: string;
optional model: string;

Defined in: packages/typescript/ai/src/types.ts:907

Model identifier for multi-model support