aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_tool.py
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-07 16:10:05 +0800
committerGitHub <noreply@github.com>2024-06-07 16:10:05 +0800
commite1d895cc9abb0f7ffac8acc043746cbe2e5f4fe1 (patch)
tree39e0faa590db7b2b4fdc1e6458a77566252acbd1 /tools/demo_tool.py
parent739a832d87c00e3b5977a24bba5654fa5ea7a702 (diff)
downloadllm-functions-docker-e1d895cc9abb0f7ffac8acc043746cbe2e5f4fe1.tar.gz
refactor: py/js entry func name (#31)
Diffstat (limited to 'tools/demo_tool.py')
-rw-r--r--tools/demo_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_tool.py b/tools/demo_tool.py
index bd353ad..5eb4c09 100644
--- a/tools/demo_tool.py
+++ b/tools/demo_tool.py
@@ -1,7 +1,7 @@
from typing import List, Literal, Optional
-def main(
+def run(
boolean: bool,
string: str,
string_enum: Literal["foo", "bar"],