We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
question
1 parent 835073e commit d8293c2Copy full SHA for d8293c2
src/structured_qa/cli.py
@@ -77,7 +77,7 @@ def structured_qa(
77
answer, sections_checked = find_retrieve_answer(
78
model=model,
79
sections_dir=config.output_dir,
80
- question=question,
+ question=config.question,
81
find_prompt=config.find_prompt,
82
answer_prompt=config.answer_prompt,
83
)
0 commit comments