From 706f4cd74a24269a62bd0174949e0654cc953597 Mon Sep 17 00:00:00 2001 From: Alex Brinsmead <207076+abrinsmead@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:26:58 -0700 Subject: [PATCH] Fix typos in EN "human_feedback" string (#859) * Fix typo in EN "human_feedback" string * Fix typos in EN "human_feedback" string --- src/crewai/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/translations/en.json b/src/crewai/translations/en.json index f3376e566..3b4771c06 100644 --- a/src/crewai/translations/en.json +++ b/src/crewai/translations/en.json @@ -17,7 +17,7 @@ "task_with_context": "{task}\n\nThis is the context you're working with:\n{context}", "expected_output": "\nThis is the expect criteria for your final answer: {expected_output} \n you MUST return the actual complete content as the final answer, not a summary.", "human_feedback": "You got human feedback on your work, re-avaluate it and give a new Final Answer when ready.\n {human_feedback}", - "getting_input": "This is the agent final answer: {final_answer}\nPlease provide a feedback: " + "getting_input": "This is the agent's final answer: {final_answer}\nPlease provide feedback: " }, "errors": { "force_final_answer": "Tool won't be use because it's time to give your final answer. Don't use tools and just your absolute BEST Final answer.",