This commit is contained in:
team 1
2026-05-03 21:33:57 +02:00
parent 427dfe9987
commit c5e212f8f2
5 changed files with 60 additions and 1 deletions

View File

@@ -503,6 +503,11 @@ final class AgentRunnerConfig
return $this->getRequiredInt('no_llm_fallback.max_shop_results');
}
public function getRagEvidenceCleanupProfile(): string
{
return $this->getRequiredString('rag_evidence_guard.cleanup_profile');
}
/**
* @return string[]
*/