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

Function chatPromptsKey

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

Source from the content-addressed store, hash-verified

23export const chatMessagesKey = (chatId: string) =>
24 ["chats", chatId, "messages"] as const;
25export const chatPromptsKey = (chatId: string) =>
26 ["chats", chatId, "prompts"] as const;
27
28export const chatACLKey = (chatId: string) => ["chats", chatId, "acl"] as const;
29

Callers 5

buildQueriesFunction · 0.90
useChatStoreFunction · 0.90
chatPromptsQueryFunction · 0.85
createChatMessageFunction · 0.85
editChatMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected