From b2f32631eb6437e56a0ae143bf32f305a744ca85 Mon Sep 17 00:00:00 2001 From: shankar_ws3 Date: Wed, 24 Apr 2024 10:00:30 -0700 Subject: [PATCH] fix linting --- vision_agent/tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 5973af58..3bf2bfbf 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -639,7 +639,7 @@ class VisualQuestionAnswering(Tool): ], } - def __call__(self, image: str, prompt: str) -> Dict + def __call__(self, image: str, prompt: str) -> Dict: """Invoke the visual question answering model. Parameters: