fix type: sessionTokenLimit for token usage control

This commit is contained in:
koalazf.99
2025-07-31 15:23:31 +08:00
parent bb6db7e492
commit 9f8ec8c0be

View File

@@ -50,7 +50,7 @@ For example, if you want to set the max session token limit to 32000, you can se
```json
{
"maxSessionToken": 32000
"sessionTokenLimit": 32000
}
```