positron
positron copied to clipboard
Assistant: Clickable file/symbol anchors in chat messages
The IDE has support for clickable file/symbol anchors in chat messages via ChatResponseAnchorPart. We should support them too.
Questions:
- How should the model represent/request a
ChatResponseAnchorPartin its response message?- Option 1: A hidden call to a tool that adds an anchor to the response stream.
- Option 2: Some other custom encoding (e.g. XML) that the chat participant parses and adds to the response stream.