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

Function chatComputerUseProvider

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

Source from the content-addressed store, hash-verified

1478const chatComputerUseProviderKey = ["chat-computer-use-provider"] as const;
1479
1480export const chatComputerUseProvider = () => ({
1481 queryKey: chatComputerUseProviderKey,
1482 queryFn: () => API.experimental.getChatComputerUseProvider(),
1483});
1484
1485export const updateChatComputerUseProvider = (queryClient: QueryClient) => ({
1486 mutationFn: API.experimental.updateChatComputerUseProvider,

Callers 1

Calls 1

Tested by

no test coverage detected