From f006c5f5c1125b75b5f193906957e3a792a0ef5b Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Wed, 4 Mar 2026 02:33:12 -0500 Subject: [PATCH] Plugins/talk-voice: migrate to scoped plugin-sdk imports --- extensions/talk-voice/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/talk-voice/index.ts b/extensions/talk-voice/index.ts index 328e69a8f87..4473fa05ea9 100644 --- a/extensions/talk-voice/index.ts +++ b/extensions/talk-voice/index.ts @@ -1,4 +1,4 @@ -import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core"; +import type { OpenClawPluginApi } from "openclaw/plugin-sdk/talk-voice"; type ElevenLabsVoice = { voice_id: string;