feat: add IncludeModelName option to channel affinity rules for per-model affinity tracking

This commit is contained in:
Clansty
2026-03-29 02:22:24 +08:00
parent fbf235d222
commit 70560d5371
3 changed files with 19 additions and 5 deletions
@@ -23,6 +23,7 @@ type ChannelAffinityRule struct {
SkipRetryOnFailure bool `json:"skip_retry_on_failure,omitempty"`
IncludeUsingGroup bool `json:"include_using_group"`
IncludeModelName bool `json:"include_model_name"`
IncludeRuleName bool `json:"include_rule_name"`
}