fix: unify skill metadata format
This commit is contained in:
@@ -75,11 +75,7 @@ class ToolsConfig(BaseModel):
|
||||
|
||||
|
||||
class Config(BaseSettings):
|
||||
"""
|
||||
Root configuration for nanobot.
|
||||
|
||||
Compatible with clawbot configuration format for easy migration.
|
||||
"""
|
||||
"""Root configuration for nanobot."""
|
||||
agents: AgentsConfig = Field(default_factory=AgentsConfig)
|
||||
channels: ChannelsConfig = Field(default_factory=ChannelsConfig)
|
||||
providers: ProvidersConfig = Field(default_factory=ProvidersConfig)
|
||||
|
||||
Reference in New Issue
Block a user