mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Refactor system message handling to use event stream (#7824)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Calvin Smith <email@cjsmith.io>
This commit is contained in:
@@ -6,6 +6,10 @@ class ActionType(str, Enum):
|
||||
"""Represents a message.
|
||||
"""
|
||||
|
||||
SYSTEM = 'system'
|
||||
"""Represents a system message.
|
||||
"""
|
||||
|
||||
START = 'start'
|
||||
"""Starts a new development task OR send chat from the user. Only sent by the client.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user