fixing test_basic_openai_responses_api

This commit is contained in:
yuneng-jiang 2026-02-16 14:04:51 -08:00
parent 23219d9217
commit 45e6440b0a

View File

@ -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)),