fix: complete pipeline working
User interrupts still need to be tested. ref: N25B-429
This commit is contained in:
@@ -12,6 +12,6 @@ class InternalMessage(BaseModel):
|
||||
"""
|
||||
|
||||
to: str
|
||||
sender: str
|
||||
sender: str | None = None
|
||||
body: str
|
||||
thread: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user