ag-ui-protocol / ag-ui-protocol/ag-ui
[Feature]: .net : AGUIChatMessageExtensions - include AGUIDocumentInputContent / AGUIMediaInputContent in switch case
- Dominant language
- Python
- Stars
- 15.9k
- Forks
- 1.4k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 163
Description
### Pre-flight Checklist
- [x] I have searched existing issues and this hasn't been requested yet.
### Problem or Motivation
We are passing document AG-UI message type from UI, but in Microsoft Agent Framework based backend, “document” type message is not reaching.
I think this is because AGUIChatMessageExtensions is handling Text and Binary message type only.
Can we please include AGUIDocumentInputContent / AGUIMediaInputContent in switch case in AGUIChatMessageExtensions so that we can share “document” type of message with backend.
### Proposed Solution
include AGUIDocumentInputContent / AGUIMediaInputContent in switch case in AGUIChatMessageExtensions.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.