feat: direct tools user permissions

This commit is contained in:
Timothy Jaeryang Baek
2025-04-02 18:36:03 -07:00
parent 94bf49440d
commit 7eea95a48c
6 changed files with 25 additions and 1 deletions

View File

@@ -38,6 +38,12 @@
prompts: false,
tools: false
},
sharing: {
public_models: false,
public_knowledge: false,
public_prompts: false,
public_tools: false
},
chat: {
controls: true,
file_upload: true,
@@ -46,6 +52,7 @@
temporary: true
},
features: {
direct_tool_servers: false,
web_search: true,
image_generation: true,
code_interpreter: true