From dc82e681dd7e9bf83291d48fa977d0730aa943fe Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 11 Jun 2024 10:43:36 -0700 Subject: [PATCH] refac --- src/lib/components/workspace/Tools/CodeEditor.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/workspace/Tools/CodeEditor.svelte b/src/lib/components/workspace/Tools/CodeEditor.svelte index 4b4f03d96..24a098c63 100644 --- a/src/lib/components/workspace/Tools/CodeEditor.svelte +++ b/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 = ""