Receiving platform feedback
Handle reactions, prompt clicks, edits, deletions, and stream control
The sidecar sends PlatformFeedback on the same stream when the user interacts with a previous response.
Node
Python
PlatformFeedback
PlatformFeedback variants
MessageReaction
PromptSelection
ButtonClick
StreamControl
MessageEdit
MessageDelete
TextFeedback
Next steps
- Sending a response: the
SuggestedPromptsand card attachments feedback refers to - Worked examples: feedback handling inside a full agent loop