no-inline

This commit is contained in:
Ashwin Bharambe 2025-05-01 13:53:01 -07:00
parent 9bfb2b9b01
commit 0f5db647fe
85 changed files with 12 additions and 293 deletions

View file

@ -102,9 +102,6 @@ providers:
config:
api_key: ${env.TAVILY_SEARCH_API_KEY:}
max_results: 3
- provider_id: code-interpreter
provider_type: inline::code-interpreter
config: {}
- provider_id: rag-runtime
provider_type: inline::rag-runtime
config: {}
@ -161,7 +158,5 @@ tool_groups:
provider_id: tavily-search
- toolgroup_id: builtin::rag
provider_id: rag-runtime
- toolgroup_id: builtin::code_interpreter
provider_id: code-interpreter
server:
port: 8321