more manual corrections

This commit is contained in:
ed
2026-06-15 19:41:33 -04:00
parent 4514487283
commit 4910a703a7
3 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -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