add default toolgroups to all providers

This commit is contained in:
Dinesh Yeduguru 2025-01-16 16:51:39 -08:00
parent e88faa91e2
commit 344ff9e14c
12 changed files with 63 additions and 8 deletions

View file

@ -105,6 +105,7 @@ def get_distribution_template() -> DistributionTemplate:
"memory": [memory_provider],
},
default_models=[inference_model, embedding_model],
default_tool_groups=default_tool_groups,
),
"run-with-safety.yaml": RunConfigSettings(
provider_overrides={