Skip to main content

acompare

AsyncMethod
This is a method of the VisionAgent class in the vision_agent module.
Async version of compare().

Signature

async def acompare(images: List[str]) -> str

Parameters

images
List
required
No description available.

Returns

Returns
str
The result of the operation.

Uses

  • ValueError
  • acompletion

Source

View on GitHub

praisonaiagents/agent/vision_agent.py at line 423