Timothy J. Baek 11 月之前
父节点
当前提交
dc82e681dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/workspace/Tools/CodeEditor.svelte

+ 1 - 1
src/lib/components/workspace/Tools/CodeEditor.svelte

@@ -26,7 +26,7 @@ class Tools:
         """
 
         # Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation
-        # The user object will be passed as a parameter when the function is called
+        # The session user object will be passed as a parameter when the function is called
 
         print(__user__)
         result = ""