refactor(sdk/auth): rename manager.go to conductor.go

This commit is contained in:
hkfires
2025-12-24 15:21:03 +08:00
parent 5dc0dbc7aa
commit 26fbb77901
5 changed files with 118 additions and 118 deletions

View File

@@ -145,10 +145,10 @@ type AmpModelMapping struct {
// The target model must have available providers in the registry.
To string `yaml:"to" json:"to"`
// Regex indicates whether the 'from' field should be interpreted as a regular
// expression for matching model names. When true, this mapping is evaluated
// after exact matches and in the order provided. Defaults to false (exact match).
Regex bool `yaml:"regex,omitempty" json:"regex,omitempty"`
// Regex indicates whether the 'from' field should be interpreted as a regular
// expression for matching model names. When true, this mapping is evaluated
// after exact matches and in the order provided. Defaults to false (exact match).
Regex bool `yaml:"regex,omitempty" json:"regex,omitempty"`
}
// AmpCode groups Amp CLI integration settings including upstream routing,