We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not relevant
Due to changes in meta-llama/llama-stack#937, the expected tool prompt format has changed to python_list.
python_list
Error replicated with rag_as_attachments.py and rag_with_vector_db.py
rag_as_attachments.py
rag_with_vector_db.py
File "../llama_stack/providers/utils/inference/prompt_adapter.py", line 424, in augment_messages_for_tools_llama_3_2 raise ValueError(f"Non supported ToolPromptFormat {request.tool_config.tool_prompt_format}") ValueError: Non supported ToolPromptFormat ToolPromptFormat.json
Examples should work with no errors.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System Info
not relevant
Information
🐛 Describe the bug
Due to changes in meta-llama/llama-stack#937, the expected tool prompt format has changed to
python_list
.Error replicated with
rag_as_attachments.py
andrag_with_vector_db.py
Error logs
Expected behavior
Examples should work with no errors.
The text was updated successfully, but these errors were encountered: