Skip to main content

VisionConfig

Defined in the vision_agent module.
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.