You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the images parameter in MultiStepAgent.run is inaccurate. The current docstring states that images accepts paths to images (list[str]), but in reality, the implementation does not support image file paths or URLs. Instead, it seems to require a different type of image input, such as preloaded image objects (e.g., PIL images, NumPy arrays, or Base64-encoded images).
Description:
The documentation for the images parameter in MultiStepAgent.run is inaccurate. The current docstring states that images accepts paths to images (list[str]), but in reality, the implementation does not support image file paths or URLs. Instead, it seems to require a different type of image input, such as preloaded image objects (e.g., PIL images, NumPy arrays, or Base64-encoded images).
Current Docstring:
Issue:
The text was updated successfully, but these errors were encountered: