Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

ProcessorState

Interface: ProcessorState

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

Current state of the processor

Properties

content

ts
content: string;
content: string;

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


done

ts
done: boolean;
done: boolean;

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


finishReason

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

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


thinking

ts
thinking: string;
thinking: string;

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


toolCallOrder

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

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


toolCalls

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

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