mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
wip: refactoring tui
This commit is contained in:
parent
d0ad09d798
commit
6cccbdccd3
2 changed files with 4 additions and 4 deletions
|
@ -837,7 +837,7 @@
|
|||
"contextWindow": {
|
||||
"type": "number"
|
||||
},
|
||||
"maxTokens": {
|
||||
"maxOutputTokens": {
|
||||
"type": "number"
|
||||
},
|
||||
"attachment": {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue