IsAlias reports whether this config is a pure redirect to another model. Value receiver so it is callable on non-addressable config values too.
()
| 400 | // IsAlias reports whether this config is a pure redirect to another model. |
| 401 | // Value receiver so it is callable on non-addressable config values too. |
| 402 | func (c ModelConfig) IsAlias() bool { return c.Alias != "" } |
| 403 | |
| 404 | // @Description PII filtering configuration. PII redaction is per-model so |
| 405 | // that local models don't pay the latency or behaviour change of regex |
no outgoing calls
no test coverage detected