Skip to content

Commit 0085768

Browse files
committed
sequence diagram
1 parent 69b7570 commit 0085768

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/draft/apps.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,10 +803,12 @@ sequenceDiagram
803803
H-->>UI: ui/notifications/tool-result
804804
else Message
805805
UI ->> H: ui/message
806+
H -->> UI: ui/message response
806807
H -->> H: Process message and follow up
807808
else Context update
808809
UI ->> H: ui/update-context
809-
H ->> H: Process context update and store in conversation context
810+
H ->> H: Store in conversation context
811+
H -->> UI: ui/update-context response
810812
else Log
811813
UI ->> H: notifications/message
812814
H ->> H: Record log for debugging/telemetry

0 commit comments

Comments
 (0)