Skip to main content

aexecute

AsyncMethod
This is a method of the LLMRuntimeWrapper class in the resolve module.
Async execute prompt using the LLM.

Signature

Parameters

str
required
No description available.

Returns

Any
The result of the operation.

Uses

  • achat
  • asyncio.get_running_loop
  • loop.run_in_executor
  • chat

Source

View on GitHub

praisonaiagents/runtime/resolve.py at line 145