spelling fix for Update math_user_proxy_agent.py (#431)

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
rajpal
2023-10-27 19:06:06 +05:30
committed by GitHub
parent 8c3401dd6a
commit 12150179fb

View File

@@ -177,7 +177,7 @@ class MathUserProxyAgent(UserProxyAgent):
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.