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
content="The above are the inputs from the user, please look at these content and extract the topic (brief description of what the user is focusing on) from these content. If there are multiple focuses in these content, then extract them all and put them into one string separated by ';'. Call the function `update_topic` to update the topic with the extracted topics.",
response_message=f'[System Message] {len(valid_agent_types)} memory agents have been triggered in parallel to update the memory. Total time: {overall_end-overall_start:.2f} seconds.'
547
+
else:
548
+
response_message='[System Message] Valid agent types are empty. No memory agents have been triggered to update the memory.'
542
549
543
-
overall_end=time.time()
544
-
response_message=f'[System Message] {len(valid_agent_types)} memory agents have been triggered in parallel to update the memory. Total time: {overall_end-overall_start:.2f} seconds.'
0 commit comments