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

Function chat

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

Source from the content-addressed store, hash-verified

603 });
604
605export const chat = (chatId: string) => ({
606 queryKey: chatKey(chatId),
607 queryFn: () => API.experimental.getChat(chatId),
608});
609
610export const chatACL = (chatId: string) => ({
611 queryKey: chatACLKey(chatId),

Callers 1

AgentChatPageFunction · 0.90

Calls 2

chatKeyFunction · 0.85
getChatMethod · 0.80

Tested by

no test coverage detected