-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
Description
Summary
When the agent is requested to read a comment in Github it may contain image syntax, those should be supported in addition to @ sign.
Maybe we should actually deprecate the @ sign for images because in most software it used to mention something and this might collide with other conventions.
A markdown image syntax is like this:

The goal is that if a vision mode on github action is being asked to check a screenshot, it will be able to read and understand the images.
Acceptance Criterias
- Image markdown syntax is supported
- agent or chat mode parsing those embedding and attaching them to the prompt properly, the prompt itself is getting replaced with tokens
- Documentation is adjusted
- It's tested
Reactions are currently unavailable