Initial tool-calling support in the UI

This commit is contained in:
oobabooga 2026-03-12 01:15:49 -03:00
parent 980a9d1657
commit cf9ad8eafe
5 changed files with 253 additions and 14 deletions

View file

@ -199,6 +199,7 @@ def list_interface_input_elements():
'unique_id',
'textbox',
'start_with',
'selected_tools',
'mode',
'chat_style',
'chat-instruct_command',
@ -424,6 +425,7 @@ def setup_auto_save():
'user_bio',
'custom_system_message',
'chat_template_str',
'selected_tools',
# Parameters tab (ui_parameters.py) - Generation parameters
'preset_menu',