Merge pull request #597 from vvincent1234/main

fix tool calling method select
This commit is contained in:
warmshao
2025-05-15 19:58:04 +08:00
committed by GitHub

View File

@@ -207,7 +207,7 @@ def create_agent_settings_tab(webui_manager: WebuiManager):
value="auto",
interactive=True,
allow_custom_value=True,
choices=["auto", "json_schema", "function_calling", "None"],
choices=['function_calling', 'json_mode', 'raw', 'auto', 'tools', "None"],
visible=True
)
tab_components.update(dict(