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

Function chatTemplateAllowlist

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

Tested by

no test coverage detected