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
feature: agent can now take in images in the form of urls (#884)
# Motivation
Allowing the agent to take in images will allow it to be more helpful
# Content
Added `image_urls` to the parameters of `CodeAgent.run` and modified the
way we construct initial messages so that it can include images.
# Testing
<!-- How was the change tested? -->
# Please check the following before marking your PR as ready for review
- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed
0 commit comments