File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
set -o pipefail
5
5
set -x
6
6
7
- # Tests that the command "how do you say hi in spanish"
7
+ # Tests that the command "How do you say hi in spanish? "
8
8
# will return "Hola" to verify the Assistant SDK
9
9
# end-to-end.
10
- echo " how do you say hi in spanish" | ./run_assistant_text \
10
+ echo " How do you say hi in spanish? " | ./run_assistant_text \
11
11
--credentials ./credentials.json --verbose | grep " Hola"
Original file line number Diff line number Diff line change 4
4
set -o pipefail
5
5
set -x
6
6
7
- # Tests that the command "how do you say hello in spanish"
8
- # will return "buenos dias" to verify the Assistant SDK
7
+ # Tests that the command "How do you say hello in spanish? "
8
+ # will return "Buenos dias" to verify the Assistant SDK
9
9
# end-to-end.
10
- echo " comment dit-on bonjour en español " | ./run_assistant_text \
10
+ echo " Comment dit-on bonjour en espagnol? " | ./run_assistant_text \
11
11
--credentials ./credentials.json \
12
12
--locale " fr-FR" --verbose | grep " Buenos dias"
You can’t perform that action at this time.
0 commit comments