llama-stack/llama_stack/apis/agents
Dinesh Yeduguru a78f1fc70d
make default tool prompt format none in agent config (#863)
# What does this PR do?

Previously the tests hard coded the tool prompt format to be json which
will cause it to fail when using 3.2/3.3 family of models. This change
make the default to be none for the agent config and just remove the
specification in the tests.


## Test Plan
LLAMA_STACK_BASE_URL=http://localhost:8321 pytest -v
tests/client-sdk/agents/test_agents.py
2025-01-23 14:44:59 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py make default tool prompt format none in agent config (#863) 2025-01-23 14:44:59 -08:00
event_logger.py [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00