mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
rm inline code_tool
This commit is contained in:
parent
b7f16ac7a6
commit
c4add97fd6
2 changed files with 0 additions and 6 deletions
|
@ -198,8 +198,6 @@ tool_groups:
|
||||||
provider_id: tavily-search
|
provider_id: tavily-search
|
||||||
- toolgroup_id: builtin::rag
|
- toolgroup_id: builtin::rag
|
||||||
provider_id: rag-runtime
|
provider_id: rag-runtime
|
||||||
- toolgroup_id: builtin::code_interpreter
|
|
||||||
provider_id: code-interpreter
|
|
||||||
- toolgroup_id: builtin::wolfram_alpha
|
- toolgroup_id: builtin::wolfram_alpha
|
||||||
provider_id: wolfram-alpha
|
provider_id: wolfram-alpha
|
||||||
server:
|
server:
|
||||||
|
|
|
@ -101,10 +101,6 @@ def get_distribution_template() -> DistributionTemplate:
|
||||||
toolgroup_id="builtin::rag",
|
toolgroup_id="builtin::rag",
|
||||||
provider_id="rag-runtime",
|
provider_id="rag-runtime",
|
||||||
),
|
),
|
||||||
ToolGroupInput(
|
|
||||||
toolgroup_id="builtin::code_interpreter",
|
|
||||||
provider_id="code-interpreter",
|
|
||||||
),
|
|
||||||
ToolGroupInput(
|
ToolGroupInput(
|
||||||
toolgroup_id="builtin::wolfram_alpha",
|
toolgroup_id="builtin::wolfram_alpha",
|
||||||
provider_id="wolfram-alpha",
|
provider_id="wolfram-alpha",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue