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
Interface References

ToolCallPart

Interface: ToolCallPart

Defined in: types.ts:282

Properties

approval?

ts
optional approval: object;
optional approval: object;

Defined in: types.ts:289

Approval metadata if tool requires user approval

approved?

ts
optional approved: boolean;
optional approved: boolean;

id

ts
id: string;
id: string;

needsApproval

ts
needsApproval: boolean;
needsApproval: boolean;

arguments

ts
arguments: string;
arguments: string;

Defined in: types.ts:286


id

ts
id: string;
id: string;

Defined in: types.ts:284


name

ts
name: string;
name: string;

Defined in: types.ts:285


output?

ts
optional output: any;
optional output: any;

Defined in: types.ts:295

Tool execution output (for client tools or after approval)


state

ts
state: ToolCallState;
state: ToolCallState;

Defined in: types.ts:287


type

ts
type: "tool-call";
type: "tool-call";

Defined in: types.ts:283