MCPcopy Create free account
hub / github.com/block/buzz / discoverAgentModels

Function discoverAgentModels

desktop/src/shared/api/agentModels.ts:12–14  ·  view source on GitHub ↗
(input: DiscoverAgentModelsInput)

Source from the content-addressed store, hash-verified

10};
11
12export async function discoverAgentModels(input: DiscoverAgentModelsInput) {
13 return invokeTauri<AgentModelsResponse>("discover_agent_models", { input });
14}

Callers 1

runModelDiscoveryFunction · 0.90

Calls 1

invokeTauriFunction · 0.90

Tested by

no test coverage detected