(
scenario: Scenario, answer: str, trajectory_text: str
)
| 10 | |
| 11 | |
| 12 | def exact_string_match( |
| 13 | scenario: Scenario, answer: str, trajectory_text: str |
| 14 | ) -> ScorerResult: |
| 15 | raise NotImplementedError |
| 16 | |
| 17 | |
| 18 | def numeric_match( |
no outgoing calls