Skip to main content

fetch_to_local

AsyncMethod
This is a method of the RemoteMediaResolver class in the protocols module.
Fetch remote_path out of the sandbox to a local path. Returns the gateway-local filesystem path of the fetched copy, which the caller is expected to re-screen through the outbound-path guard before delivery.

Signature

Parameters

str
required
No description available.

Returns

str
The result of the operation.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2750