it("skips TTS when config, prefs, and session state leave auto mode off", () => {
expect(shouldAttemptTtsPayload({ cfg: {} as OpenClawConfig })).toBe(false);
});
it("honors session auto state before prefs and config", () => {
writeFileSync(prefsPath, JSON.stringify({ tts: { auto: "off" } })); const cfg = { messages: { tts: { auto: "off" } } } as OpenClawConfig;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.