test_responses_api_shell_tool_streaming_sees_shell_output
This commit is contained in:
parent
3987198fca
commit
b8f572fc39
@ -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"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user