We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e56b8 commit 47af73cCopy full SHA for 47af73c
tests/test_gptscript.py
@@ -81,7 +81,7 @@ def tool_list():
81
name="echo",
82
tools=["sys.exec"],
83
description="Echoes the input",
84
- arguments=ArgumentSchema(properties={"input": Property("The string input to echo")}),
+ arguments=ArgumentSchema(properties={"input": Property(description="The string input to echo")}),
85
instructions=f"""
86
${shebang}
87
echo ${input}
0 commit comments