Increase max_token_length in TerminalTestEnv to 16000 for enhanced processing capacity

fix/verification-admin-route-recovery
teknium 2026-02-07 21:11:07 +00:00
parent c0494b3558
commit a478e44585
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class TerminalTestEnv(HermesAgentBaseEnv):
distribution=None,
# Agent settings
max_agent_turns=10, # Simple tasks, don't need many turns
max_token_length=2048,
max_token_length=16000,
agent_temperature=1.0,
system_prompt=(
"You are a helpful assistant with access to a terminal and file tools. "