We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38265e commit c64074aCopy full SHA for c64074a
packages/core/src/types.ts
@@ -1033,7 +1033,6 @@ export interface ITranscriptionService extends Service {
1033
1034
export interface IVideoService extends Service {
1035
isVideoUrl(url: string): boolean;
1036
- processVideo(url: string): Promise<Media>;
1037
fetchVideoInfo(url: string): Promise<Media>;
1038
downloadVideo(videoInfo: Media): Promise<string>;
1039
processVideo(url: string, runtime: IAgentRuntime): Promise<Media>;
0 commit comments