MCPcopy Index your code
hub / github.com/coder/coder / deploymentChatDebugLoggingEnabled

Method deploymentChatDebugLoggingEnabled

coderd/exp_chats.go:5162–5164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5160}
5161
5162func (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//

Callers 3

getChatDebugLoggingMethod · 0.95

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected