test_responses_api_shell_tool_streaming_sees_shell_output

This commit is contained in:
Ishaan Jaffer 2026-02-14 12:55:44 -08:00
parent 3987198fca
commit b8f572fc39

View File

@ -768,7 +768,7 @@ class BaseResponsesAPITest(ABC):
model = self.get_advanced_model_for_shell_tool() or base_completion_call_args.get(
"model"
) or "openai/gpt-5.2"
if "openai/" not in str(model) and "azure/" not in str(model):
if "openai/" not in str(model):
pytest.skip(
"Shell tool streaming e2e is only run for OpenAI/Azure Responses API"
)