You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive event types table to custom visualizer documentation
Add a table overview of all event types handled by the default visualizer
before diving into detailed descriptions. This provides a quick reference
for developers to understand the complete event system.
Co-authored-by: openhands <[email protected]>
Copy file name to clipboardExpand all lines: sdk/guides/convo-custom-visualizer.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,19 @@ class MinimalProgressVisualizer(ConversationVisualizer):
297
297
298
298
## Key Event Types
299
299
300
-
Understanding the event system is crucial for effective custom visualizers:
300
+
Understanding the event system is crucial for effective custom visualizers. Here's a comprehensive overview of all event types handled by the default visualizer:
301
+
302
+
| Event Type | Description | Key Properties | When It Occurs |
0 commit comments