Docs
Cloudflare
CodeRabbit
Railway
OpenRouter
SerpAPI
AG Grid
Netlify
Clerk
WorkOS
Unkey
Sentry
Electric
Prisma
Cloudflare
CodeRabbit
Railway
OpenRouter
SerpAPI
AG Grid
Netlify
Clerk
WorkOS
Unkey
Sentry
Electric
Prisma
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