mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 05:02:00 +00:00
chore: more code-interpreter removal
Final removal piece of code-interpreter provider. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
e3ad17ec5e
commit
c1f53ddc16
25 changed files with 7 additions and 346 deletions
|
|
@ -25,7 +25,7 @@ agent = Agent(
|
|||
llama_stack_client,
|
||||
model="meta-llama/Llama-3-70b-chat",
|
||||
instructions="You are a helpful assistant that can use tools to answer questions.",
|
||||
tools=["builtin::code_interpreter", "builtin::rag/knowledge_search"],
|
||||
tools=["builtin::rag/knowledge_search"],
|
||||
)
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ agent = Agent(
|
|||
"name": "builtin::rag/knowledge_search",
|
||||
"args": {"vector_db_ids": ["my_docs"]},
|
||||
},
|
||||
"builtin::code_interpreter",
|
||||
],
|
||||
# Configure safety (optional)
|
||||
input_shields=["llama_guard"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue