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

ProcessorState

Interface: ProcessorState

Defined in: stream/types.ts:71

Current state of the processor

Properties

content

ts
content: string;
content: string;

Defined in: stream/types.ts:72


done

ts
done: boolean;
done: boolean;

Defined in: stream/types.ts:77


finishReason

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

Defined in: stream/types.ts:76


thinking

ts
thinking: string;
thinking: string;

Defined in: stream/types.ts:73


toolCallOrder

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

Defined in: stream/types.ts:75


toolCalls

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

Defined in: stream/types.ts:74