From c1987528237cca07a80eed47403f6dc01664f6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sat, 6 Jan 2024 01:33:10 -0300 Subject: [PATCH] Updated Human Input (markdown) --- Human-Input.md => Human-Input-on-Execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Human-Input.md => Human-Input-on-Execution.md (99%) diff --git a/Human-Input.md b/Human-Input-on-Execution.md similarity index 99% rename from Human-Input.md rename to Human-Input-on-Execution.md index dc2a602..25c8964 100644 --- a/Human-Input.md +++ b/Human-Input-on-Execution.md @@ -1,4 +1,4 @@ -# Human Input +# Human Input on Execution Human inputs is important in many agent execution use cases, humans are AGI so they can can be prompted to step in and provide extra details ins necessary. Using it with crewAI is pretty straightforward and you can do it through a LangChain Tool.