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

ToolCallEndEvent

Interface: ToolCallEndEvent

Defined in: types.ts:874

Emitted when a tool call completes.

Extends

Properties

input?

ts
optional input: unknown;
optional input: unknown;

Defined in: types.ts:881

Final parsed input arguments


model?

ts
optional model: string;
optional model: string;

Defined in: types.ts:756

Model identifier for multi-model support

Inherited from

BaseAGUIEvent.model


rawEvent?

ts
optional rawEvent: unknown;
optional rawEvent: unknown;

Defined in: types.ts:758

Original provider event for debugging/advanced use cases

Inherited from

BaseAGUIEvent.rawEvent


result?

ts
optional result: string;
optional result: string;

Defined in: types.ts:883

Tool execution result (if executed)


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:754

Inherited from

BaseAGUIEvent.timestamp


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:877

Tool call identifier


toolName

ts
toolName: string;
toolName: string;

Defined in: types.ts:879

Name of the tool


type

ts
type: "TOOL_CALL_END";
type: "TOOL_CALL_END";

Defined in: types.ts:875

Overrides

BaseAGUIEvent.type