Skip to content

Commit c9a226f

Browse files
committed
fix tool calling method select
1 parent addb005 commit c9a226f

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)