From 728bad86126f00a43fd0f44729ca803d9d6c22cc Mon Sep 17 00:00:00 2001 From: ixlmar <206748156+ixlmar@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:02:06 +0100 Subject: [PATCH] fix: restore greedy sampling in _test_openai_chat_guided_decoding Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com> --- tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py b/tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py index c3c733cc9706..222c975b85e0 100644 --- a/tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py +++ b/tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py @@ -375,6 +375,7 @@ def test_structural_tag(client: openai.OpenAI, model_name: str): model=model_name, messages=messages, max_completion_tokens=256, + temperature=0.0, response_format={ "type": "structural_tag", "format": {