fixing test_basic_openai_responses_api
This commit is contained in:
parent
23219d9217
commit
45e6440b0a
@ -74,7 +74,7 @@ def validate_responses_api_response(response, final_chunk: bool = False):
|
||||
"top_p": (int, float, type(None)),
|
||||
"max_output_tokens": (int, type(None)),
|
||||
"previous_response_id": (str, type(None)),
|
||||
"reasoning": dict,
|
||||
"reasoning": (dict, type(None)),
|
||||
"status": str,
|
||||
"text": dict,
|
||||
"truncation": (str, type(None)),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user