chore: default context window to 200k
This commit is contained in:
@@ -33,9 +33,9 @@ Concrete scenarios showing when and how to use the my tool effectively.
|
||||
### Large codebase analysis
|
||||
```
|
||||
→ my(action="check")
|
||||
→ context_window_tokens: 65536
|
||||
→ context_window_tokens: 200000
|
||||
→ my(action="set", key="context_window_tokens", value=131072)
|
||||
→ "Set context_window_tokens = 131072 (was 65536)"
|
||||
→ "Set context_window_tokens = 131072 (was 200000)"
|
||||
→ "I've expanded my context window to handle this large codebase."
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user