summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pkg/client/gen/openapi.json2
-rw-r--r--pkg/client/generated-client.go6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkg/client/gen/openapi.json b/pkg/client/gen/openapi.json
index 7cb8e8b9d..c27d522d5 100644
--- a/pkg/client/gen/openapi.json
+++ b/pkg/client/gen/openapi.json
@@ -837,7 +837,7 @@
"contextWindow": {
"type": "number"
},
- "maxTokens": {
+ "maxOutputTokens": {
"type": "number"
},
"attachment": {
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.