We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7570 commit 0085768Copy full SHA for 0085768
specification/draft/apps.mdx
@@ -803,10 +803,12 @@ sequenceDiagram
803
H-->>UI: ui/notifications/tool-result
804
else Message
805
UI ->> H: ui/message
806
+ H -->> UI: ui/message response
807
H -->> H: Process message and follow up
808
else Context update
809
UI ->> H: ui/update-context
- H ->> H: Process context update and store in conversation context
810
+ H ->> H: Store in conversation context
811
+ H -->> UI: ui/update-context response
812
else Log
813
UI ->> H: notifications/message
814
H ->> H: Record log for debugging/telemetry
0 commit comments