mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 02:23:52 +02:00
add: add role's custom config
This commit is contained in:
parent
ac9a5e9ec9
commit
b50a6062a1
3 changed files with 1 additions and 31 deletions
|
|
@ -77,7 +77,7 @@ class Config(CLIParams, YamlModel):
|
|||
azure_tts_subscription_key: str = ""
|
||||
azure_tts_region: str = ""
|
||||
|
||||
# Role's custom configuration, Priority: Role's configuration > Global configuration
|
||||
# Role's custom configuration
|
||||
roles: Optional[List[RoleCustomConfig]] = None
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue