Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bytez-com/docs
/ ListModels
Interface
ListModels
sdk/javascript/src/interface/List.ts:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Task } from
"./Task"
;
2
3
export
interface
ListModels {
4
/** List models by task. */
5
task?: Task;
6
/** Get a single model */
7
modelId?: string;
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected