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.
analyze
Method
This is a method of the VisionAgent class in the vision_agent module.Analyze an image and return analysis.
Signature
Parameters
Image URL or local file path
Custom prompt for analysis (default: general analysis)
Detail level (low, high, auto)
Override model for this call **kwargs: Additional provider-specific parameters
Returns
Analysis text
Usage
Uses
completion
Used By
Source
View on GitHub
praisonaiagents/agent/vision_agent.py at line 210
