MCPcopy Create free account
hub / github.com/coder/coder / chatRetentionDays

Function chatRetentionDays

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

Source from the content-addressed store, hash-verified

1510const chatRetentionDaysKey = ["chat-retention-days"] as const;
1511
1512export const chatRetentionDays = () => ({
1513 queryKey: chatRetentionDaysKey,
1514 queryFn: () => API.experimental.getChatRetentionDays(),
1515});
1516
1517export const updateChatRetentionDays = (queryClient: QueryClient) => ({
1518 mutationFn: API.experimental.updateChatRetentionDays,

Callers 1

Calls 1

getChatRetentionDaysMethod · 0.80

Tested by

no test coverage detected