Closed jamesbraza closed 1 week ago
This PR adds in an optional AnswerSetting.max_answer_attempts so we can declare ourselves as unsure if we attempt gen_answer too many times, with test coverage.
AnswerSetting.max_answer_attempts
gen_answer
To do so, it tracks a tool names used in environment state as tool_history
tool_history
This PR adds in an optional
AnswerSetting.max_answer_attempts
so we can declare ourselves as unsure if we attemptgen_answer
too many times, with test coverage.To do so, it tracks a tool names used in environment state as
tool_history