We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_default_config
1 parent 6cac3bc commit 3448c50Copy full SHA for 3448c50
1 file changed
src/config.rs
@@ -73,7 +73,7 @@ mod tests {
73
fn test_default_config() {
74
let config = SofosConfig::default();
75
assert_eq!(config.max_messages, 500);
76
- assert_eq!(config.max_context_tokens, 180_000);
+ assert_eq!(config.max_context_tokens, 165_000);
77
assert_eq!(config.max_tool_iterations, 200);
78
assert_eq!(config.max_file_size, 10 * 1024 * 1024);
79
assert_eq!(config.max_bash_output, 50 * 1024 * 1024);
0 commit comments