Private
Public Access
more manual corrections
This commit is contained in:
@@ -72,7 +72,7 @@ class UserSimAgent:
|
||||
break
|
||||
try:
|
||||
ai_client.set_custom_system_prompt(self.system_prompt)
|
||||
response = ai_client.send(md_content="", user_message=last_ai_msg)
|
||||
response = ai_client.send_result(md_content="", user_message=last_ai_msg)
|
||||
finally:
|
||||
ai_client.set_custom_system_prompt("")
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user