reason_config
dictionarymax_depth
, beam_size
, and answer_approach
have moved from constructor arguments into reason_config
forest_size
parameter enables maintaining multiple independent reasoning treesgrader_llm_config
parameter. This allows for more flexibility in evaluating the reasoning paths generated by the agent. If this parameter is not provided, the grader will use the same model as the reasoning agent.
Here’s how you can set it up: