analyze
Method
This is a method of the VisionAgent class in the vision_agent module.Analyze an image and return analysis.
Signature
Parameters
str
required
Image URL or local file path
Optional[str]
Custom prompt for analysis (default: general analysis)
Optional[str]
Detail level (low, high, auto)
Optional[str]
Override model for this call **kwargs: Additional provider-specific parameters
Returns
str
Analysis text
Usage
Uses
completion
Used By
Agent.analyze_promptAgent.get_recommended_stageAutonomyTrigger.analyzeVisionAgent.describeVisionAgent.extract_text
Source
View on GitHub
praisonaiagents/agent/vision_agent.py at line 209
