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

Function chatUserCustomPrompt

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

Source from the content-addressed store, hash-verified

1574const chatUserCustomPromptKey = ["chat-user-custom-prompt"] as const;
1575
1576export const chatUserCustomPrompt = () => ({
1577 queryKey: chatUserCustomPromptKey,
1578 queryFn: () => API.experimental.getUserChatCustomPrompt(),
1579});
1580
1581export const updateUserChatCustomPrompt = (queryClient: QueryClient) => ({
1582 mutationFn: API.experimental.updateUserChatCustomPrompt,

Callers 1

AgentSettingsGeneralPageFunction · 0.90

Calls 1

Tested by

no test coverage detected