mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
refac: tool calls
This commit is contained in:
@@ -17,12 +17,12 @@ const config = {
|
||||
})
|
||||
},
|
||||
vitePlugin: {
|
||||
inspector: {
|
||||
toggleKeyCombo: 'meta-shift', // Key combination to open the inspector
|
||||
holdMode: false, // Enable or disable hold mode
|
||||
showToggleButton: 'always', // Show toggle button ('always', 'active', 'never')
|
||||
toggleButtonPos: 'bottom-right' // Position of the toggle button
|
||||
}
|
||||
// inspector: {
|
||||
// toggleKeyCombo: 'meta-shift', // Key combination to open the inspector
|
||||
// holdMode: false, // Enable or disable hold mode
|
||||
// showToggleButton: 'always', // Show toggle button ('always', 'active', 'never')
|
||||
// toggleButtonPos: 'bottom-right' // Position of the toggle button
|
||||
// }
|
||||
},
|
||||
onwarn: (warning, handler) => {
|
||||
const { code } = warning;
|
||||
|
||||
Reference in New Issue
Block a user