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

ToolCallEndEvent

Interface: ToolCallEndEvent

Defined in: types.ts:867

Emitted when a tool call completes.

Extends

Properties

input?

ts
optional input: unknown;

Defined in: types.ts:874

Final parsed input arguments


model?

ts
optional model: string;

Defined in: types.ts:751

Model identifier for multi-model support

Inherited from

BaseAGUIEvent.model


rawEvent?

ts
optional rawEvent: unknown;

Defined in: types.ts:753

Original provider event for debugging/advanced use cases

Inherited from

BaseAGUIEvent.rawEvent


result?

ts
optional result: string;

Defined in: types.ts:876

Tool execution result (if executed)


timestamp

ts
timestamp: number;

Defined in: types.ts:749

Inherited from

BaseAGUIEvent.timestamp


toolCallId

ts
toolCallId: string;

Defined in: types.ts:870

Tool call identifier


toolName

ts
toolName: string;

Defined in: types.ts:872

Name of the tool


type

ts
type: "TOOL_CALL_END";

Defined in: types.ts:868

Overrides

BaseAGUIEvent.type