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

Function chatKey

site/src/api/queries/chats.ts:22–22  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

20
21export const chatsKey = ["chats"] as const;
22export const chatKey = (chatId: string) => ["chats", chatId] as const;
23export const chatMessagesKey = (chatId: string) =>
24 ["chats", chatId, "messages"] as const;
25export const chatPromptsKey = (chatId: string) =>

Callers 15

buildQueriesFunction · 0.90
setCachedChatPlanModeFunction · 0.90
AgentsPageFunction · 0.90
requestArchiveAgentFunction · 0.90
navigateAfterArchiveFunction · 0.90
connectFunction · 0.90
useChatToolInvalidationsFunction · 0.90
chats.test.tsFile · 0.90
seedAllActiveQueriesFunction · 0.90
chatFunction · 0.85
archiveChatFunction · 0.85

Calls

no outgoing calls

Tested by 1

seedAllActiveQueriesFunction · 0.72