Fix gpt-oss response api streaming issue (#9368)
This commit is contained in:
@@ -944,7 +944,7 @@ class OpenAIServingResponses(OpenAIServingChat):
|
||||
type="output_text",
|
||||
text="",
|
||||
annotations=[],
|
||||
logprobs=[],
|
||||
logprobs=None,
|
||||
),
|
||||
)
|
||||
)
|
||||
@@ -992,7 +992,7 @@ class OpenAIServingResponses(OpenAIServingChat):
|
||||
type="output_text",
|
||||
text="",
|
||||
annotations=[],
|
||||
logprobs=[],
|
||||
logprobs=None,
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user