diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index f6ceb828679..40f9cf4492d 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -1033,7 +1033,6 @@ export interface ITranscriptionService extends Service { export interface IVideoService extends Service { isVideoUrl(url: string): boolean; - processVideo(url: string): Promise; fetchVideoInfo(url: string): Promise; downloadVideo(videoInfo: Media): Promise; processVideo(url: string, runtime: IAgentRuntime): Promise;