remove dumper

This commit is contained in:
team 1
2026-04-17 10:04:09 +02:00
parent a5135c2515
commit 385bea9ed7

View File

@@ -149,7 +149,7 @@ final readonly class AgentRunner
if ($sources !== []) { if ($sources !== []) {
yield $this->emitSources($sources, 'Genutzte Quellen: '); yield $this->emitSources($sources, 'Genutzte Quellen: ');
} }
print'<pre>';print_r($finalPrompt);exit;
// --------------------------------------------------------- // ---------------------------------------------------------
// 6) Stream final LLM answer // 6) Stream final LLM answer
// --------------------------------------------------------- // ---------------------------------------------------------