You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ret="System notification: The empty output was detected, which is usually caused by an agent error. You can urge it to resolve this issue and return meaningful information."if""==ret.strip() elseret
self.conversation.Add(role="SYSTEM", msg="This is a system-generated message. Since the function call in your previous message has returned information, the response to this message will be handled by the backend system instead of the user. Meanwhile, your previous message has been marked as private and has not been sent to the user. Function returned: {"+resp+"}\n\nThe returned text has been automatically saved to variable 'returned_content_in_last_function_call' for quick reference.", env=self.interpreter.env)
142
-
self.EvalStore("Function returned: {"+resp+"}")
143
-
loggerSection(f"SYSTEM_{self.name}", resp)
146
+
m="This is a system-generated message. Since the function call in your previous message has returned information, the response to this message will be handled by the backend system instead of the user. Meanwhile, your previous message has been marked as private and has not been sent to the user. Function returned: {"+resp+"}\n\nThe returned text has been automatically saved to variable 'returned_content_in_last_function_call' for quick reference."
0 commit comments