Skip to content

Commit c64074a

Browse files
committed
fix: this typescript should work but it causes a build error in plugin-node
1 parent c38265e commit c64074a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,6 @@ export interface ITranscriptionService extends Service {
10331033

10341034
export interface IVideoService extends Service {
10351035
isVideoUrl(url: string): boolean;
1036-
processVideo(url: string): Promise<Media>;
10371036
fetchVideoInfo(url: string): Promise<Media>;
10381037
downloadVideo(videoInfo: Media): Promise<string>;
10391038
processVideo(url: string, runtime: IAgentRuntime): Promise<Media>;

0 commit comments

Comments
 (0)