@elizaos/core v1.0.0-beta.51 / ServiceConfig
Type Alias: ServiceConfig
ServiceConfig:
Record
<string
,unknown
>
A generic type for service configurations.
Services (like IVideoService
, IBrowserService
) can have their own specific configuration
structures. This type allows for a flexible way to pass configuration objects,
typically used during service initialization within a plugin or the AgentRuntime
.