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