llama-stack/llama_stack/providers/inline/agents
Hardik Shah 97eb3eecea
Fix Agents to support code and rag simultaneously (#908)
# What does this PR do?

Fixes a bug where agents were not working when both rag and
code-interpreter were added as tools.


## Test Plan

Added a new client_sdk test which tests for this scenario 
```
LLAMA_STACK_CONFIG=together pytest -s -v  tests/client-sdk -k 'test_rag_and_code_agent'
```

---------

Co-authored-by: Hardik Shah <hjshah@fb.com>
2025-01-30 17:09:34 -08:00
..
meta_reference Fix Agents to support code and rag simultaneously (#908) 2025-01-30 17:09:34 -08:00
__init__.py add missing inits 2024-11-08 17:54:24 -08:00