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
"<Global_Behavior id='default'>When encountering tasks that you have no data in the context and you don't know the anwser, say I don't know and ask user for helping you find the solution.</Global_Behavior>",
590
-
"<Global_Behavior id='transfer'>When first working on a task, consider whether any other agent is more suitable, if yes, transfer to that agent.</Global_Behavior>",
590
+
"<Global_Behavior id='transfer'>When working on my request, consider whether if any other agents is more suitable, if yes, transfer to that agent.</Global_Behavior>",
591
591
]
592
592
)
593
593
iflen(adaptive_text) >0:
594
594
adaptive_messages["content"].append(
595
595
{
596
596
"type": "text",
597
-
"text": f"""Learn behaviors in the <Adaptive_Behaviors> tags before responding.
598
-
If `when` condition in <Global_Behavior> or <Project_Behavior> matches, update your responses with behaviors immediately—they override default instruction.
597
+
"text": f"""Go through all behaviors in the <Adaptive_Behaviors> tags before generating responses.
598
+
Whenever condition `when` in <Global_Behavior> or <Project_Behavior> matches, tailor your responses with behaviors immediately—they override default instruction.
599
599
<Project_Behavior> has higher priority than <Global_Behavior>.
0 commit comments