llama-stack-mirror/llama_stack/providers
Dinesh Yeduguru 8af6951106
remove conflicting default for tool prompt format in chat completion (#742)
# What does this PR do?
We are setting a default value of json for tool prompt format, which
conflicts with llama 3.2/3.3 models since they use python list. This PR
changes the defaults to None and in the code, we infer default based on
the model.

Addresses: #695 

Tests:
❯ LLAMA_STACK_BASE_URL=http://localhost:5000 pytest -v
tests/client-sdk/inference/test_inference.py -k
"test_text_chat_completion"

 pytest llama_stack/providers/tests/inference/test_prompt_adapter.py
2025-01-10 10:41:53 -08:00
..
inline remove conflicting default for tool prompt format in chat completion (#742) 2025-01-10 10:41:53 -08:00
registry agents to use tools api (#673) 2025-01-08 19:01:00 -08:00
remote remove conflicting default for tool prompt format in chat completion (#742) 2025-01-10 10:41:53 -08:00
tests Add X-LlamaStack-Client-Version, rename ProviderData -> Provider-Data (#735) 2025-01-09 11:51:36 -08:00
utils remove conflicting default for tool prompt format in chat completion (#742) 2025-01-10 10:41:53 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py Tools API with brave and MCP providers (#639) 2024-12-19 21:25:17 -08:00