adding function_calling functionality via rust

This commit is contained in:
Salman Paracha 2025-11-11 21:09:20 -08:00
parent 126b029345
commit d6a1b70594
17 changed files with 2338 additions and 389 deletions

View file

@ -304,6 +304,14 @@ def validate_and_render_schema():
}
)
# Always add arch-function model provider
updated_model_providers.append(
{
"name": "arch-function",
"provider_interface": "arch",
"model": "Arch-Function",
}
)
config_yaml["model_providers"] = deepcopy(updated_model_providers)
listeners_with_provider = 0