Skip to content

Commit d8293c2

Browse files
committed
fix(cli): Use question from config.
1 parent 835073e commit d8293c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structured_qa/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def structured_qa(
7777
answer, sections_checked = find_retrieve_answer(
7878
model=model,
7979
sections_dir=config.output_dir,
80-
question=question,
80+
question=config.question,
8181
find_prompt=config.find_prompt,
8282
answer_prompt=config.answer_prompt,
8383
)

0 commit comments

Comments
 (0)