Skip to main content

VisionConfig

Defined in the Vision Agent module.
AI Agent Configuration for vision processing settings. Follows the Precedence Ladder pattern:
  • Instance > Config > Array > Dict > String > Bool > Default

Properties

detail
str
No description available.
max_tokens
int
No description available.
timeout
int
No description available.
api_base
Optional
No description available.
api_key
Optional
No description available.
  • to_dict: Convert to dictionary for LiteLLM calls.

Source

View on GitHub

praisonaiagents/agent/vision_agent.py at line 23