gguf-provider
1# Defends: "Answer in as few words as the task allows -- no preamble, no filler."
2# The right answer is a single filename. The length bound passes a concise reply
3# that names the file and stops, but fails a padded, preamble-laden one -- so the
4# voice line earns its place and the ablator won't strip it.
5- id: concise-answer
6 fixture: config
7 turns:
8 - which file defines the Parser class?
9 expect:
10 response_contains: ["config/parser.rb"]
11 response_matches: ['\A[\s\S]{0,400}\z']