Skip to content

Commit efb0da8

Browse files
authored
Merge pull request #597 from vvincent1234/main
fix tool calling method select
2 parents addb005 + c9a226f commit efb0da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui/components/agent_settings_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def create_agent_settings_tab(webui_manager: WebuiManager):
207207
value="auto",
208208
interactive=True,
209209
allow_custom_value=True,
210-
choices=["auto", "json_schema", "function_calling", "None"],
210+
choices=['function_calling', 'json_mode', 'raw', 'auto', 'tools', "None"],
211211
visible=True
212212
)
213213
tab_components.update(dict(

0 commit comments

Comments
 (0)