Skip to content

Commit 47af73c

Browse files
committed
fix: set the description of tool_list fixture
Signed-off-by: Donnie Adams <donnie@acorn.io>
1 parent 59e56b8 commit 47af73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gptscript.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def tool_list():
8181
name="echo",
8282
tools=["sys.exec"],
8383
description="Echoes the input",
84-
arguments=ArgumentSchema(properties={"input": Property("The string input to echo")}),
84+
arguments=ArgumentSchema(properties={"input": Property(description="The string input to echo")}),
8585
instructions=f"""
8686
${shebang}
8787
echo ${input}

0 commit comments

Comments
 (0)