Interface SearchResults

interface SearchResults {
    agents?: AgentInterface[];
    apps?: AppInterface[];
    tools?: ToolInterface[];
    models?: ModelInterface[];
}

Properties

agents?: AgentInterface[]
apps?: AppInterface[]
tools?: ToolInterface[]
models?: ModelInterface[]