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 e8d564d commit 866255dCopy full SHA for 866255d
tests/test_trend_ai_guard.py
@@ -69,7 +69,7 @@ def test_trend_ai_guard_error(
69
is_reusable=True, status_code=status_code, json={"result": {}}
70
)
71
72
- chat = TestChat(output_rail_config, llm_completions=[" Hello!"]) ## ??
+ chat = TestChat(output_rail_config, llm_completions=[" Hello!"])
73
74
chat >> "Hi!"
75
chat << "Hello!"
0 commit comments