Skip to content

Commit

Permalink
spelling fix for Update math_user_proxy_agent.py (microsoft#431)
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
codingdrone and sonichi authored Oct 27, 2023
1 parent 5911320 commit 62ab9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/contrib/math_user_proxy_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(
self.last_reply = None

def generate_init_message(self, problem, prompt_type="default", customized_prompt=None):
"""Generate a prompt for the assitant agent with the given problem and prompt.
"""Generate a prompt for the assistant agent with the given problem and prompt.
Args:
problem (str): the problem to be solved.
Expand Down

0 comments on commit 62ab9ce

Please sign in to comment.