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

Function invalidateChatDebugRuns

site/src/api/queries/chats.ts:1213–1217  ·  view source on GitHub ↗
(queryClient: QueryClient, chatId: string)

Source from the content-addressed store, hash-verified

1211 });
1212
1213const invalidateChatDebugRuns = (queryClient: QueryClient, chatId: string) => {
1214 return queryClient.invalidateQueries({
1215 queryKey: chatDebugRunsKey(chatId),
1216 });
1217};
1218
1219export const createChat = (queryClient: QueryClient) => ({
1220 mutationFn: (req: TypesGen.CreateChatRequest) =>

Callers 6

regenerateChatTitleFunction · 0.85
proposeChatTitleFunction · 0.85
createChatMessageFunction · 0.85
editChatMessageFunction · 0.85
interruptChatFunction · 0.85
promoteChatQueuedMessageFunction · 0.85

Calls 1

chatDebugRunsKeyFunction · 0.85

Tested by

no test coverage detected