feat: refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness
Disabled secondary tools by default (for new installations), updated README.md with instructions on how to enable these in .env run-server.sh now displays disabled / enabled tools (when DISABLED_TOOLS is set)
This commit is contained in:
@@ -55,7 +55,7 @@ class ChallengeTool(SimpleTool):
|
||||
def get_description(self) -> str:
|
||||
return (
|
||||
"Prevents reflexive agreement when users challenge responses by forcing critical thinking and reasoned analysis. "
|
||||
"Automatically triggers when users question, disagree with, or challenge previous statements in ongoing conversations. "
|
||||
"Trigger automatically when users critically question, disagree with, or appear to challenge previous statements in ongoing conversations. "
|
||||
"Promotes truth-seeking over compliance by ensuring thoughtful evaluation rather than automatic agreement."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user