Docs
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
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:300

Properties

content

ts
content: string;

Defined in: types.ts:303


error?

ts
optional error: string;

Defined in: types.ts:305


state

ts
state: ToolResultState;

Defined in: types.ts:304


toolCallId

ts
toolCallId: string;

Defined in: types.ts:302


type

ts
type: "tool-result";

Defined in: types.ts:301