mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 03:07:54 +08:00
Merge pull request #597 from vvincent1234/main
fix tool calling method select
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user