Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2025 Changes in this version + func DisableChannel(channelId int, channelName string, reason string) + func Emit(channelId int, success bool) + func EnableChannel(channelId int, channelName string) + func MetricDisableChannel(channelId int, successRate float64) + func ShouldDisableChannel(err *model.Error, statusCode int) bool + func ShouldEnableChannel(err error, openAIErr *model.Error) bool