Closed jamesbraza closed 6 days ago
The gen_answer tool has an unused question arg. This PR removes it.
gen_answer
question
I observed for the LitQA2 question:
The gene EEF2 has introns 1 and 2, do they splice in a specific order?
The agent called gen_answer with the question arg:
Does the gene EEF2 splice intron 1 and 2 in a specific order?
Whereas this is mostly the same question, it has a few problems:
state.session.question
The
gen_answer
tool has an unusedquestion
arg. This PR removes it.I observed for the LitQA2 question:
The agent called
gen_answer
with thequestion
arg:Whereas this is mostly the same question, it has a few problems:
gen_answer
usestate.session.question
, not the inputquestion
, so the logs were inaccurategen_answer
with different inputquestion
s, when actually nothing different happens