MCPcopy
hub / github.com/NVIDIA/NemoClaw / OllamaCapabilities

Interface OllamaCapabilities

test/ollama-tools-capability.test.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type CaptureFn = (cmd: string | readonly string[], opts?: Record<string, unknown>) => string;
23
24interface OllamaCapabilities {
25 source: "api" | "unknown";
26 capabilities: string[];
27 supportsTools: boolean | null;
28 rawError?: string;
29}
30
31interface LocalInferenceModule {
32 probeOllamaModelCapabilities: (model: string, capture?: CaptureFn) => OllamaCapabilities;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected