mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 07:22:44 +00:00
chore(format)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { ReplyPayload } from "../types.js";
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
import { logVerbose } from "../../globals.js";
|
||||
import {
|
||||
getLastTtsAttempt,
|
||||
@@ -16,8 +18,6 @@ import {
|
||||
setTtsProvider,
|
||||
textToSpeech,
|
||||
} from "../../tts/tts.js";
|
||||
import type { ReplyPayload } from "../types.js";
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
|
||||
type ParsedTtsCommand = {
|
||||
action: string;
|
||||
|
||||
Reference in New Issue
Block a user