diff options
Diffstat (limited to 'pkg/client/generated-client.go')
| -rw-r--r-- | pkg/client/generated-client.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/client/generated-client.go b/pkg/client/generated-client.go index 8f3298c17..dd81a1cfc 100644 --- a/pkg/client/generated-client.go +++ b/pkg/client/generated-client.go @@ -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. |
