Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

adescribe

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

Signature

async def adescribe(image: str) -> str

Parameters

image
str
required
No description available.

Returns

Returns
str
The result of the operation.

Uses

  • aanalyze

Source

View on GitHub

praisonaiagents/agent/vision_agent.py at line 418