patch 20f

This commit is contained in:
team 1
2026-05-02 20:52:38 +02:00
parent 446df191c0
commit dbfc079bde
7 changed files with 534 additions and 41 deletions

View File

@@ -76,6 +76,22 @@ final class AgentRunnerConfig
return $this->getRequiredStringList('follow_up_context.commercial_table_follow_up.history_anchor_patterns');
}
/**
* @return string[]
*/
public function getCommercialTableFollowUpTableTerms(): array
{
return $this->getRequiredStringList('follow_up_context.commercial_table_follow_up.table_terms');
}
/**
* @return string[]
*/
public function getCommercialTableFollowUpCommercialTerms(): array
{
return $this->getRequiredStringList('follow_up_context.commercial_table_follow_up.commercial_terms');
}
/**
* @return string[]
*/