add default toolgroups to all providers (#795)

# What does this PR do?

Add toolgroup defs to all the distribution templates
This commit is contained in:
Dinesh Yeduguru 2025-01-16 16:54:59 -08:00 committed by GitHub
parent e88faa91e2
commit 73215460ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 63 additions and 8 deletions

View file

@ -101,6 +101,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={