Skip to content

Commit

Permalink
Merge pull request #247 from ag2ai/reasonagent-hk
Browse files Browse the repository at this point in the history
Notebook Fix for the ReasoningAgent
  • Loading branch information
qingyun-wu authored Dec 21, 2024
2 parents 35de7f8 + 70010b0 commit 3ecb566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/agentchat_reasoning_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3698,6 +3698,7 @@
"reason_agent_for_writer = ReasoningAgent(\n",
" name=\"reason_agent\",\n",
" llm_config={\"config_list\": config_list},\n",
" grader_llm_config=grader_llm_config,\n",
" verbose=verbose,\n",
" reason_config={\"method\": \"lats\", \"nsim\": 2, \"max_depth\": 3},\n",
")\n"
Expand Down

0 comments on commit 3ecb566

Please sign in to comment.