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

ProcessorResult

Interface: ProcessorResult

Defined in: packages/ai/src/activities/chat/stream/types.ts:78

Result from processing a stream

Properties

content

ts
content: string;
content: string;

Defined in: packages/ai/src/activities/chat/stream/types.ts:79


finishReason?

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

Defined in: packages/ai/src/activities/chat/stream/types.ts:82


thinking?

ts
optional thinking: string;
optional thinking: string;

Defined in: packages/ai/src/activities/chat/stream/types.ts:80


toolCalls?

ts
optional toolCalls: ToolCall<unknown>[];
optional toolCalls: ToolCall<unknown>[];

Defined in: packages/ai/src/activities/chat/stream/types.ts:81