KeyFailoverConfig returns a config with a nil Pool, which makes the KeyFailoverTransport short-circuit. Copilot is always BYOK.
(_ slog.Logger)
| 112 | // KeyFailoverConfig returns a config with a nil Pool, which makes |
| 113 | // the KeyFailoverTransport short-circuit. Copilot is always BYOK. |
| 114 | func (*Copilot) KeyFailoverConfig(_ slog.Logger) keypool.KeyFailoverConfig { |
| 115 | return keypool.KeyFailoverConfig{} |
| 116 | } |
| 117 | |
| 118 | func (p *Copilot) CircuitBreakerConfig() *config.CircuitBreaker { |
| 119 | return p.circuitBreaker |
no outgoing calls