Skip to content

Commit

Permalink
add raises in agent docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpika committed Jan 9, 2024
1 parent 0152591 commit c7ab234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erniebot-agent/src/erniebot_agent/agents/function_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(
beginning of each agent run.
Raises:
ValueError: if `max_steps` is non-positive.
ValueError: if `max_steps` is non-positive.
RuntimeError: if tools in first_tools but not in tools list.
"""
Expand Down

0 comments on commit c7ab234

Please sign in to comment.