Skip to main content

analyze

Method
This is a method of the VisionAgent class in the vision_agent module.
Analyze an image and return analysis.

Signature

Parameters

image
str
required
Image URL or local file path
prompt
Optional
Custom prompt for analysis (default: general analysis)
detail
Optional
Detail level (low, high, auto)
model
Optional
Override model for this call **kwargs: Additional provider-specific parameters

Returns

Returns
str
Analysis text

Usage

Uses

  • completion

Used By

Source

View on GitHub

praisonaiagents/agent/vision_agent.py at line 210