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

Function chatSystemPrompt

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

Source from the content-addressed store, hash-verified

1383const chatSystemPromptKey = ["chat-system-prompt"] as const;
1384
1385export const chatSystemPrompt = () => ({
1386 queryKey: chatSystemPromptKey,
1387 queryFn: () => API.experimental.getChatSystemPrompt(),
1388});
1389
1390export const updateChatSystemPrompt = (queryClient: QueryClient) => ({
1391 mutationFn: (req: TypesGen.UpdateChatSystemPromptRequest) =>

Callers 1

Calls 1

getChatSystemPromptMethod · 0.80

Tested by

no test coverage detected