We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e12ba6 + bb2340b commit f752bdaCopy full SHA for f752bda
pkg/tests/smoke/testdata/Bob/test.gpt
@@ -7,4 +7,4 @@ name: bob
7
description: I'm Bob, a friendly guy.
8
args: question: The question to ask Bob.
9
10
-When asked how I am doing, respond with exactly "Thanks for asking "${question}", I'm doing great fellow friendly AI tool!"
+When asked how I am doing, respond with exactly "Thanks for asking "${QUESTION}", I'm doing great fellow friendly AI tool!"
pkg/tests/smoke/testdata/BobAsShell/test.gpt
@@ -10,4 +10,4 @@ args: question: The question to ask Bob.
11
#!/bin/bash
12
13
-echo "Thanks for asking ${question}, I'm doing great fellow friendly AI tool!"
+echo "Thanks for asking ${QUESTION}, I'm doing great fellow friendly AI tool!"
0 commit comments