fix default response properties getting appended to ResponseCreateEvent
This commit is contained in:
@@ -147,7 +147,7 @@ class ConversationItemDeleteEvent(ClientEvent):
|
|||||||
|
|
||||||
class ResponseCreateEvent(ClientEvent):
|
class ResponseCreateEvent(ClientEvent):
|
||||||
type: Literal["response.create"] = "response.create"
|
type: Literal["response.create"] = "response.create"
|
||||||
response: Optional[ResponseProperties] = ResponseProperties()
|
response: Optional[ResponseProperties] = None
|
||||||
|
|
||||||
|
|
||||||
class ResponseCancelEvent(ClientEvent):
|
class ResponseCancelEvent(ClientEvent):
|
||||||
|
|||||||
Reference in New Issue
Block a user