mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
TTS: add provider personas
This commit is contained in:
@@ -499,6 +499,7 @@ function createResolvedSummarizationConfig(cfg: OpenClawConfig): ResolvedTtsConf
|
||||
allowSeed: true,
|
||||
},
|
||||
providerConfigs: {},
|
||||
personas: {},
|
||||
prefsPath: typeof rawConfig.prefsPath === "string" ? rawConfig.prefsPath : undefined,
|
||||
maxTextLength: typeof rawConfig.maxTextLength === "number" ? rawConfig.maxTextLength : 4096,
|
||||
timeoutMs: typeof rawConfig.timeoutMs === "number" ? rawConfig.timeoutMs : 30_000,
|
||||
@@ -715,6 +716,7 @@ export function describeTtsConfigContract() {
|
||||
microsoft: {},
|
||||
elevenlabs: {},
|
||||
},
|
||||
personas: {},
|
||||
prefsPath: undefined,
|
||||
maxTextLength: 4000,
|
||||
timeoutMs: 30_000,
|
||||
|
||||
Reference in New Issue
Block a user