mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 00:26:01 +00:00
test_responses_api_shell_tool_streaming_sees_shell_output
This commit is contained in:
@@ -768,6 +768,10 @@ 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):
|
||||
pytest.skip(
|
||||
"Shell tool streaming e2e is only run for OpenAI/Azure Responses API"
|
||||
)
|
||||
tools = [{"type": "shell", "environment": {"type": "container_auto"}}]
|
||||
input_msg = "List files in /mnt/data and run python --version."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user