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
* tools are available and `chainOfThought` is enabled. Encourages the model
327
338
* to reason explicitly before selecting a tool or crafting a response.
328
339
*/
329
-
exportdeclareconstDEFAULT_COT_INSTRUCTION="Before choosing an action, briefly reason about what you need to do and why. Consider:\n1. What information do you already have?\n2. What information do you need?\n3. Which tool is most appropriate and why?\nThen proceed with your tool call or response.";
340
+
exportdeclareconstDEFAULT_COT_INSTRUCTION="Before choosing an action, briefly reason about what you need to do and why. Consider:\n1. What information do you already have?\n2. What information do you need?\n3. Which tool is most appropriate and why?\n4. How does your communication style (from the Personality section, if present) influence how you should frame your response?\nThen proceed with your tool call or response.";
330
341
/**
331
342
* Resolves the chain-of-thought instruction from the `chainOfThought` option.
0 commit comments