MCPcopy
hub / github.com/7836246/cursor2api / LeadingThinkingSplit

Interface LeadingThinkingSplit

src/streaming-text.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 */
9
10export interface LeadingThinkingSplit {
11 startedWithThinking: boolean;
12 complete: boolean;
13 thinkingContent: string;
14 remainder: string;
15}
16
17export interface IncrementalTextStreamerOptions {
18 warmupChars?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected