mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 15:52:34 +00:00
adjusted test due to new cassette
This commit is contained in:
@@ -186,7 +186,7 @@ def test_task_guardrail_process_output(task_output):
|
|||||||
result = guardrail(task_output)
|
result = guardrail(task_output)
|
||||||
assert result[0] is False
|
assert result[0] is False
|
||||||
# Check that feedback is provided (wording varies by LLM)
|
# Check that feedback is provided (wording varies by LLM)
|
||||||
assert result[1] and len(result[1]) > 0
|
assert result[1] == "The task output exceeds the word limit of 10 words by containing 22 words."
|
||||||
|
|
||||||
guardrail = LLMGuardrail(
|
guardrail = LLMGuardrail(
|
||||||
description="Ensure the result has less than 500 words", llm=LLM(model="gpt-4o")
|
description="Ensure the result has less than 500 words", llm=LLM(model="gpt-4o")
|
||||||
|
|||||||
Reference in New Issue
Block a user