File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44set -o pipefail
55set -x
66
7- # Tests that the command "how do you say hi in spanish"
7+ # Tests that the command "How do you say hi in spanish? "
88# will return "Hola" to verify the Assistant SDK
99# 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 \
1111 --credentials ./credentials.json --verbose | grep " Hola"
Original file line number Diff line number Diff line change 44set -o pipefail
55set -x
66
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
99# 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 \
1111 --credentials ./credentials.json \
1212 --locale " fr-FR" --verbose | grep " Buenos dias"
You can’t perform that action at this time.
0 commit comments