We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d7565 commit 23ea930Copy full SHA for 23ea930
1 file changed
tests/test_literals.py
@@ -16,7 +16,7 @@ def test_prompt_data_type():
16
def test_prompt_response_error():
17
assert get_origin(PromptResponseError) is Literal
18
19
- expected_literals = {"blocked", "none", "processing", "unknown"}
+ expected_literals = {"blocked", "none", "processing", "unknown", "empty"}
20
assert set(get_args(PromptResponseError)) == expected_literals
21
22
0 commit comments