File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ def test_input_validation_fail(
990990<rail version="0.1">
991991<prompt
992992 validators="two-words"
993- on-fail-two-words="{ on_fail } "
993+ on-fail-two-words="{ on_fail . value } "
994994>
995995This is not two words
996996</prompt>
@@ -1016,7 +1016,7 @@ def test_input_validation_fail(
10161016</prompt>
10171017<instructions
10181018 validators="two-words"
1019- on-fail-two-words="{ on_fail } "
1019+ on-fail-two-words="{ on_fail . value } "
10201020>
10211021This also is not two words
10221022</instructions>
@@ -1137,7 +1137,7 @@ async def test_input_validation_fail_async(
11371137<rail version="0.1">
11381138<prompt
11391139 validators="two-words"
1140- on-fail-two-words="{ on_fail } "
1140+ on-fail-two-words="{ on_fail . value } "
11411141>
11421142This is not two words
11431143</prompt>
@@ -1163,7 +1163,7 @@ async def test_input_validation_fail_async(
11631163</prompt>
11641164<instructions
11651165 validators="two-words"
1166- on-fail-two-words="{ on_fail } "
1166+ on-fail-two-words="{ on_fail . value } "
11671167>
11681168This also is not two words
11691169</instructions>
You can’t perform that action at this time.
0 commit comments