From c3ce4d7f6ac7d16eeefd4c177bc8dbfbff49f684 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 11 Jun 2024 14:36:46 -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 a8796b39b..b8e5831b5 100644 --- a/src/lib/components/workspace/Tools/CodeEditor.svelte +++ b/src/lib/components/workspace/Tools/CodeEditor.svelte @@ -25,7 +25,7 @@ class Tools: Get the user name, Email and ID from the user object. """ - # Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation + # Do not include :param for __user__ in the docstring as it should not be shown in the tool's specification # The session user object will be passed as a parameter when the function is called print(__user__)