Skip to content

Commit

Permalink
docs: update comment syntactic error
Browse files Browse the repository at this point in the history
  • Loading branch information
eric9204 committed Oct 8, 2024
1 parent d5b7511 commit 97a1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-index-core/llama_index/core/agent/custom/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def from_tools(
verbose: bool = False,
**kwargs: Any,
) -> "CustomSimpleAgentWorker":
"""Convenience constructor method from set of of BaseTools (Optional)."""
"""Convenience constructor method from set of BaseTools (Optional)."""
llm = llm or Settings.llm
if callback_manager is not None:
llm.callback_manager = callback_manager
Expand Down

0 comments on commit 97a1cfa

Please sign in to comment.