mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
fix(runtime): drop media stt type back-edge
This commit is contained in:
@@ -131,7 +131,7 @@ export type PluginRuntimeCore = {
|
||||
) => Promise<import("../../web-search/runtime-types.js").RunWebSearchResult>;
|
||||
};
|
||||
stt: {
|
||||
transcribeAudioFile: typeof import("../../media-understanding/transcribe-audio.js").transcribeAudioFile;
|
||||
transcribeAudioFile: MediaUnderstandingRuntime["transcribeAudioFile"];
|
||||
};
|
||||
events: {
|
||||
onAgentEvent: typeof import("../../infra/agent-events.js").onAgentEvent;
|
||||
|
||||
Reference in New Issue
Block a user