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