()
| 5 | const userChatDebugLoggingKey = ["user-chat-debug-logging"] as const; |
| 6 | |
| 7 | export const chatDebugLogging = () => ({ |
| 8 | queryKey: chatDebugLoggingKey, |
| 9 | queryFn: () => API.experimental.getChatDebugLogging(), |
| 10 | }); |
| 11 | |
| 12 | export const userChatDebugLogging = () => ({ |
| 13 | queryKey: userChatDebugLoggingKey, |
no test coverage detected