executeStreaming
open override fun executeStreaming(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor>): Flow<StreamFrame>(source)
Simulates a streaming LLM execution. Captures input parameters and emits the predefined streamingChunks.