forked from phoenix-oss/llama-stack-mirror
feat: enable MCP execution in Responses impl (#2240)
## Test Plan ``` pytest -s -v 'tests/verifications/openai_api/test_responses.py' \ --provider=stack:together --model meta-llama/Llama-4-Scout-17B-16E-Instruct ```
This commit is contained in:
parent
66f09f24ed
commit
3faf1e4a79
15 changed files with 865 additions and 382 deletions
2
uv.lock
generated
2
uv.lock
generated
|
@ -1544,6 +1544,7 @@ unit = [
|
|||
{ name = "aiohttp" },
|
||||
{ name = "aiosqlite" },
|
||||
{ name = "chardet" },
|
||||
{ name = "mcp" },
|
||||
{ name = "openai" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http" },
|
||||
{ name = "pypdf" },
|
||||
|
@ -1576,6 +1577,7 @@ requires-dist = [
|
|||
{ name = "llama-stack-client", specifier = ">=0.2.7" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.2.7" },
|
||||
{ name = "mcp", marker = "extra == 'test'" },
|
||||
{ name = "mcp", marker = "extra == 'unit'" },
|
||||
{ name = "myst-parser", marker = "extra == 'docs'" },
|
||||
{ name = "nbval", marker = "extra == 'dev'" },
|
||||
{ name = "openai", specifier = ">=1.66" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue