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
if ("<think>"inmsg["content"]) and (notprevious_message_encounter_user_role):
194
+
if ("<think>"inmsg_content) and (notprevious_message_encounter_user_role):
193
195
logger.warning(f"Warning! Message content contains <think> tag, but no prior message has `user` role! This is not a common scenario. Please check your agent loop carefully.")
0 commit comments