From ae07af61597041951d2116f108fb72bae4967caf Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Sun, 9 Aug 2026 12:36:57 +0000 Subject: [PATCH] chore: drop explanatory comment --- strix/core/inputs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/strix/core/inputs.py b/strix/core/inputs.py index 7026cfe1..b1b1a475 100644 --- a/strix/core/inputs.py +++ b/strix/core/inputs.py @@ -203,8 +203,6 @@ def make_model_settings( extra_headers: dict[str, str] | None = None, has_tools: bool = True, ) -> ModelSettings: - # Azure OpenAI rejects any request that carries ``parallel_tool_calls`` - # without ``tools``, so tool-less requests must omit it entirely. model_settings = ModelSettings( parallel_tool_calls=False if has_tools else None, retry=DEFAULT_MODEL_RETRY,