Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResolveResponse ¶
type ResolveResponse struct {
Found bool `json:"found"`
MatchKind string `json:"match_kind,omitempty"`
MatchedProviderID string `json:"matched_provider_id,omitempty"`
MatchedModelID string `json:"matched_model_id,omitempty"`
ContextWindow int `json:"context_window,omitempty"`
MaxOutputTokens int `json:"max_output_tokens,omitempty"`
CatalogVersion string `json:"catalog_version,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.