revert context length warnings change (#15121)

This commit is contained in:
Parth Sareen
2026-03-28 16:43:59 -07:00
committed by GitHub
parent 7c8da5679e
commit 8e54823fd3
6 changed files with 1 additions and 428 deletions

View File

@@ -841,8 +841,7 @@ type CloudStatus struct {
// StatusResponse is the response from [Client.CloudStatusExperimental].
type StatusResponse struct {
Cloud CloudStatus `json:"cloud"`
ContextLength int `json:"context_length,omitempty"`
Cloud CloudStatus `json:"cloud"`
}
// GenerateResponse is the response passed into [GenerateResponseFunc].