Commit 378253e
Omar Abdelwahab
fix: Update import path after API reorganization and skip SDK test
- Fixed broken import in openai_responses.py validation code
Changed: llama_stack.apis.agents.openai_responses → llama_stack_api.openai_responses
- Skip test_mcp_tools_in_inference until Stainless SDK is regenerated
The test requires register_tool_group() method which is not yet in SDK1 parent c2bf725 commit 378253e
File tree
2 files changed
+2
-1
lines changed- src/llama_stack/providers/inline/agents/meta_reference/responses
- tests/integration/inference
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments