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

ProcessorState

Interface: ProcessorState

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

Current state of the processor

Properties

content

ts
content: string;
content: string;

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


done

ts
done: boolean;
done: boolean;

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


finishReason

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

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


thinking

ts
thinking: string;
thinking: string;

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


toolCallOrder

ts
toolCallOrder: string[];
toolCallOrder: string[];

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


toolCalls

ts
toolCalls: Map<string, InternalToolCallState>;
toolCalls: Map<string, InternalToolCallState>;

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