enh: built-in tools toggle in model editor
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
status_updates: {
|
||||
label: $i18n.t('Status Updates'),
|
||||
description: $i18n.t('Displays status updates (e.g., web search progress) in the response')
|
||||
},
|
||||
builtin_tools: {
|
||||
label: $i18n.t('Builtin Tools'),
|
||||
description: $i18n.t('Automatically inject system tools in native function calling mode (e.g., timestamps, memory, chat history, notes, etc.)')
|
||||
}
|
||||
};
|
||||
|
||||
@@ -52,6 +56,7 @@
|
||||
usage?: boolean;
|
||||
citations?: boolean;
|
||||
status_updates?: boolean;
|
||||
builtin_tools?: boolean;
|
||||
} = {};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -99,7 +99,8 @@
|
||||
code_interpreter: true,
|
||||
citations: true,
|
||||
status_updates: true,
|
||||
usage: undefined
|
||||
usage: undefined,
|
||||
builtin_tools: true
|
||||
};
|
||||
let defaultFeatureIds = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user