Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ProcessorResult

Interface: ProcessorResult

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

Result from processing a stream

Properties

content

ts
content: string;
content: string;

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


finishReason?

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

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


thinking?

ts
optional thinking: string;
optional thinking: string;

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


toolCalls?

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

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