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

Function chatDebugRetentionDays

site/src/api/queries/chats.ts:1528–1531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1526const chatDebugRetentionDaysKey = ["chat-debug-retention-days"] as const;
1527
1528export const chatDebugRetentionDays = () => ({
1529 queryKey: chatDebugRetentionDaysKey,
1530 queryFn: () => API.experimental.getChatDebugRetentionDays(),
1531});
1532
1533export const updateChatDebugRetentionDays = (queryClient: QueryClient) => ({
1534 mutationFn: API.experimental.updateChatDebugRetentionDays,

Callers 1

Calls 1

Tested by

no test coverage detected