@ai16z/eliza v0.1.5-alpha.3 / IVideoService
get serviceType():
ServiceType
packages/core/src/types.ts:968
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
• runtime: IAgentRuntime
Promise
<void
>
packages/core/src/types.ts:973
isVideoUrl(
url
):boolean
• url: string
boolean
packages/core/src/types.ts:1075
fetchVideoInfo(
url
):Promise
<Media
>
• url: string
Promise
<Media
>
packages/core/src/types.ts:1076
downloadVideo(
videoInfo
):Promise
<string
>
• videoInfo: Media
Promise
<string
>
packages/core/src/types.ts:1077
processVideo(
url
,runtime
):Promise
<Media
>
• url: string
• runtime: IAgentRuntime
Promise
<Media
>