|
31 | 31 | ResponseAudioTranscriptDoneEvent, |
32 | 32 | ResponseAudioTranscriptDeltaEvent, |
33 | 33 | ResponseMcpCallArgumentsDoneEvent, |
34 | | - ResponseReasoningSummaryDoneEvent, |
35 | 34 | ResponseImageGenCallCompletedEvent, |
36 | 35 | ResponseMcpCallArgumentsDeltaEvent, |
37 | 36 | ResponseMcpListToolsCompletedEvent, |
38 | | - ResponseReasoningSummaryDeltaEvent, |
39 | 37 | ResponseImageGenCallGeneratingEvent, |
40 | 38 | ResponseImageGenCallInProgressEvent, |
41 | 39 | ResponseMcpListToolsInProgressEvent, |
|
59 | 57 | ResponseCodeInterpreterCallInProgressEvent, |
60 | 58 | ResponseCodeInterpreterCallInterpretingEvent, |
61 | 59 | ) |
| 60 | +from ....types.responses.response_reasoning_text_done_event import ResponseReasoningTextDoneEvent |
| 61 | +from ....types.responses.response_reasoning_text_delta_event import ResponseReasoningTextDeltaEvent |
62 | 62 |
|
63 | 63 | TextFormatT = TypeVar( |
64 | 64 | "TextFormatT", |
@@ -137,8 +137,8 @@ class ResponseCompletedEvent(RawResponseCompletedEvent, GenericModel, Generic[Te |
137 | 137 | ResponseMcpListToolsInProgressEvent, |
138 | 138 | ResponseOutputTextAnnotationAddedEvent, |
139 | 139 | ResponseQueuedEvent, |
140 | | - ResponseReasoningSummaryDeltaEvent, |
141 | | - ResponseReasoningSummaryDoneEvent, |
| 140 | + ResponseReasoningTextDeltaEvent, |
| 141 | + ResponseReasoningTextDoneEvent, |
142 | 142 | ], |
143 | 143 | PropertyInfo(discriminator="type"), |
144 | 144 | ] |
0 commit comments