mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
wip: refactoring tui
This commit is contained in:
parent
d0ad09d798
commit
6cccbdccd3
2 changed files with 4 additions and 4 deletions
|
|
@ -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