patch 18
This commit is contained in:
@@ -355,6 +355,14 @@ final class AgentRunnerConfig
|
||||
return $this->getRequiredStringList('rag_evidence_guard.aggregate_evidence_terms');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getRagEvidenceAggregateAnswerEvidencePatterns(): array
|
||||
{
|
||||
return $this->getRequiredStringList('rag_evidence_guard.aggregate_answer_evidence_patterns');
|
||||
}
|
||||
|
||||
public function getNoLlmFallbackShopOnlyMessage(): string
|
||||
{
|
||||
return $this->getRequiredString('no_llm_fallback.messages.shop_only');
|
||||
|
||||
Reference in New Issue
Block a user