Skip to content

Commit

Permalink
fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed May 23, 2024
1 parent e0c52e2 commit 2afce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __call__(
self,
input: Union[List[Dict[str, str]], str],
image: Optional[Union[str, Path]] = None,
) -> str:
) -> Union[str, Dict[str, Any]]:
pass

@abstractmethod
Expand Down

0 comments on commit 2afce10

Please sign in to comment.