Skip to main content

arun

AsyncMethod
This is a method of the FrameworkAdapterProtocol class in the protocols module.
Async execution; default implementations may offload sync run().

Signature

Parameters

Dict[str, Any]
required
No description available.
List[Dict]
required
No description available.
str
required
No description available.

Returns

str
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/frameworks/protocols.py at line 45