Skip to content

Commit

Permalink
RetryConfig import for AutoGen example
Browse files Browse the repository at this point in the history
  • Loading branch information
ViStefan committed Oct 10, 2024
1 parent 30b0929 commit d07a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Using AutoGen with motleycrew.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
}
],
"source": [
"from motleycrew.tools import MotleyTool\n",
"from motleycrew.tools import MotleyTool, RetryConfig\n",
"from langchain_community.tools import DuckDuckGoSearchRun\n",
"\n",
"search_tool = MotleyTool.from_supported_tool(\n",
Expand Down

0 comments on commit d07a307

Please sign in to comment.