mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
feat(api): api update
This commit is contained in:
parent
1de4987d50
commit
206f54ea71
2 changed files with 4 additions and 2 deletions
|
|
@ -111,6 +111,8 @@ class EventMessagePartRemovedProperties(BaseModel):
|
|||
|
||||
part_id: str = FieldInfo(alias="partID")
|
||||
|
||||
session_id: str = FieldInfo(alias="sessionID")
|
||||
|
||||
|
||||
class EventMessagePartRemoved(BaseModel):
|
||||
properties: EventMessagePartRemovedProperties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue