()
| 5160 | } |
| 5161 | |
| 5162 | func (api *API) deploymentChatDebugLoggingEnabled() bool { |
| 5163 | return api.DeploymentValues != nil && api.DeploymentValues.AI.Chat.DebugLoggingEnabled.Value() |
| 5164 | } |
| 5165 | |
| 5166 | // EXPERIMENTAL: this endpoint is experimental and is subject to change. |
| 5167 | // |
no test coverage detected