1 2 3 4 5 6
//! Vision model tool for image analysis. //! //! Provides the `image_analyze` tool that sends images to an //! OpenAI-compatible vision model API and returns text descriptions. pub mod tools;