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

ProcessorResult

Interface: ProcessorResult

Defined in: stream/types.ts:61

Result from processing a stream

Properties

content

ts
content: string;
content: string;

Defined in: stream/types.ts:62


finishReason?

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

Defined in: stream/types.ts:65


thinking?

ts
optional thinking: string;
optional thinking: string;

Defined in: stream/types.ts:63


toolCalls?

ts
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];

Defined in: stream/types.ts:64