analyze
Method
This is a method of the VisionAgent class in the agents module.Analyze an image with a custom prompt (placeholder)
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
analyze: Analyze an image with a custom prompt (placeholder)
This is a method of the VisionAgent class in the agents module.Analyze an image with a custom prompt (placeholder)
def analyze(&self, image_source: &str, prompt: &str) -> Result<String>