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

ToolResultPart

Interface: ToolResultPart

Defined in: types.ts:270

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:273


error?

ts
optional error: string;
optional error: string;

Defined in: types.ts:275


state

ts
state: ToolResultState;
state: ToolResultState;

Defined in: types.ts:274


toolCallId

ts
toolCallId: string;
toolCallId: string;

Defined in: types.ts:272


type

ts
type: "tool-result";
type: "tool-result";

Defined in: types.ts:271