UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 199 B
/** Returns true for remote media URLs that should stay URL-backed instead of local-file-backed. */ export declare function isPassThroughRemoteMediaSource(value: string | null | undefined): boolean;