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

Function userChatDebugLogging

site/src/api/queries/chatDebugLogging.ts:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10});
11
12export const userChatDebugLogging = () => ({
13 queryKey: userChatDebugLoggingKey,
14 queryFn: () => API.experimental.getUserChatDebugLogging(),
15});
16
17export const updateChatDebugLogging = (queryClient: QueryClient) => ({
18 mutationFn: API.experimental.updateChatDebugLogging,

Callers 2

AgentChatPageFunction · 0.85
AgentSettingsGeneralPageFunction · 0.85

Calls 1

Tested by

no test coverage detected