Skip to content

Commit

Permalink
fix: this typescript should work but it causes a build error in plugi…
Browse files Browse the repository at this point in the history
…n-node
  • Loading branch information
0xFlicker authored and yodamaster726 committed Nov 23, 2024
1 parent 22e2fe6 commit 079124b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ export interface ITranscriptionService extends Service {

export interface IVideoService extends Service {
isVideoUrl(url: string): boolean;
processVideo(url: string): Promise<Media>;
fetchVideoInfo(url: string): Promise<Media>;
downloadVideo(videoInfo: Media): Promise<string>;
processVideo(url: string, runtime: IAgentRuntime): Promise<Media>;
Expand Down

0 comments on commit 079124b

Please sign in to comment.