()
| 1558 | const chatTemplateAllowlistKey = ["chat-template-allowlist"] as const; |
| 1559 | |
| 1560 | export const chatTemplateAllowlist = () => ({ |
| 1561 | queryKey: chatTemplateAllowlistKey, |
| 1562 | queryFn: () => API.experimental.getChatTemplateAllowlist(), |
| 1563 | }); |
| 1564 | |
| 1565 | export const updateChatTemplateAllowlist = (queryClient: QueryClient) => ({ |
| 1566 | mutationFn: API.experimental.updateChatTemplateAllowlist, |
no test coverage detected