wip setup

This commit is contained in:
Matt Apperson
2025-11-13 13:40:55 -05:00
parent 05f81a553c
commit 71ab77e5e8
26 changed files with 101 additions and 99 deletions
+4 -4
View File
@@ -34,8 +34,8 @@ CreateResponsesResponseTypedDict = TypeAliasType(
Union[
OpenResponsesNonStreamingResponseTypedDict,
Union[
eventstreaming.EventStream[CreateResponsesResponseBodyTypedDict],
eventstreaming.EventStreamAsync[CreateResponsesResponseBodyTypedDict],
eventstreaming.EventStream[OpenResponsesStreamEventTypedDict],
eventstreaming.EventStreamAsync[OpenResponsesStreamEventTypedDict],
],
],
)
@@ -46,8 +46,8 @@ CreateResponsesResponse = TypeAliasType(
Union[
OpenResponsesNonStreamingResponse,
Union[
eventstreaming.EventStream[CreateResponsesResponseBody],
eventstreaming.EventStreamAsync[CreateResponsesResponseBody],
eventstreaming.EventStream[OpenResponsesStreamEvent],
eventstreaming.EventStreamAsync[OpenResponsesStreamEvent],
],
],
)