MCPcopy
hub / github.com/maziyarpanahi/openmed / ModelUnloadRequest

Interface ModelUnloadRequest

clients/typescript/src/index.ts:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78export interface ModelUnloadRequest {
79 model_name?: string | null;
80 all?: boolean;
81}
82
83export interface EntityPrediction {
84 text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected