MCPcopy Create free account
hub / github.com/Dimillian/CodexMonitor / getModelList

Function getModelList

src/services/tauri.ts:733–735  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

731}
732
733export async function getModelList(workspaceId: string) {
734 return invoke<any>("model_list", { workspaceId });
735}
736
737export async function getExperimentalFeatureList(
738 workspaceId: string,

Callers 2

useSettingsDefaultModelsFunction · 0.90
useModelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected