One-shot deep-thinking LLM call (used by the reflection feature).
(prompt: string)
| 43 | streamEvents(input: AnalyzeInput, signal?: AbortSignal): AsyncIterable<RunEvent>; |
| 44 | /** One-shot deep-thinking LLM call (used by the reflection feature). */ |
| 45 | reflect(prompt: string): Promise<string>; |
| 46 | } |
| 47 | |
| 48 | export interface EngineOverrides { |