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

ProcessorResult

Interface: ProcessorResult

Defined in: activities/chat/stream/types.ts:51

Result from processing a stream

Properties

content

ts
content: string;
content: string;

Defined in: activities/chat/stream/types.ts:52


finishReason?

ts
optional finishReason: string | null;
optional finishReason: string | null;

Defined in: activities/chat/stream/types.ts:55


thinking?

ts
optional thinking: string;
optional thinking: string;

Defined in: activities/chat/stream/types.ts:53


toolCalls?

ts
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];

Defined in: activities/chat/stream/types.ts:54