microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
406 stars 176 forks source link

[C#] feat: change `PredictedSayCommand` to include response `ChatMessage` #1610

Closed aacebo closed 5 months ago

aacebo commented 5 months ago

Linked issues

closes: #minor

Details

update PredictedSayCommand to have a ChatMessage response instead of a string type so that we can access citations and other message data from action handlers.