refac: function cache

This commit is contained in:
Timothy Jaeryang Baek
2025-05-27 14:39:35 +04:00
parent 1ec9e42c1e
commit b944acd3ff
2 changed files with 27 additions and 3 deletions

View File

@@ -637,8 +637,12 @@ app.state.WEBUI_AUTH_SIGNOUT_REDIRECT_URL = WEBUI_AUTH_SIGNOUT_REDIRECT_URL
app.state.EXTERNAL_PWA_MANIFEST_URL = EXTERNAL_PWA_MANIFEST_URL
app.state.USER_COUNT = None
app.state.TOOLS = {}
app.state.TOOL_CONTENTS = {}
app.state.FUNCTIONS = {}
app.state.FUNCTION_CONTENTS = {}
########################################
#