@maiar-ai/core / ICapabilities
Interface: ICapabilities
Defined in: packages/core/src/runtime/managers/model/capability/types.ts:9
The base interface for all capabilities
ModelProviders can extend this interface to declare their own capabilities that gets registered to the runtime Plugin developers can extend this interface to declare required capabilities for their plugins
Properties​
text-generation​
text-generation:
object
Defined in: packages/core/src/runtime/managers/model/capability/types.ts:11
By default, the runtime provides the "text-generation" capability because it requires it from at least 1 ModelProvider
input​
input:
string
output​
output:
string