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

Function chatPlanModeInstructions

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

Source from the content-addressed store, hash-verified

1400const chatPlanModeInstructionsKey = ["chat-plan-mode-instructions"] as const;
1401
1402export const chatPlanModeInstructions = () => ({
1403 queryKey: chatPlanModeInstructionsKey,
1404 queryFn: () => API.experimental.getChatPlanModeInstructions(),
1405});
1406
1407export const updateChatPlanModeInstructions = (queryClient: QueryClient) => ({
1408 mutationFn: (req: TypesGen.UpdateChatPlanModeInstructionsRequest) =>

Callers 1

Calls 1

Tested by

no test coverage detected