wip: refactoring tui

This commit is contained in:
adamdottv 2025-05-29 14:20:55 -05:00
parent d0ad09d798
commit 6cccbdccd3
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 4 additions and 4 deletions

View file

@ -837,7 +837,7 @@
"contextWindow": {
"type": "number"
},
"maxTokens": {
"maxOutputTokens": {
"type": "number"
},
"attachment": {

View file

@ -187,9 +187,9 @@ type ProviderModel struct {
Output float32 `json:"output"`
OutputCached float32 `json:"outputCached"`
} `json:"cost"`
MaxTokens *float32 `json:"maxTokens,omitempty"`
Name *string `json:"name,omitempty"`
Reasoning *bool `json:"reasoning,omitempty"`
MaxOutputTokens *float32 `json:"maxOutputTokens,omitempty"`
Name *string `json:"name,omitempty"`
Reasoning *bool `json:"reasoning,omitempty"`
}
// SessionInfo defines model for session.info.