From 7deb268de81fb23412d455a0191929f404f830ac Mon Sep 17 00:00:00 2001 From: Merbin J Anselm Date: Tue, 12 Mar 2024 01:08:59 +0530 Subject: [PATCH] docs: fix formatting in `Human-Input-on-Execution.md` (#335) --- docs/how-to/Human-Input-on-Execution.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/how-to/Human-Input-on-Execution.md b/docs/how-to/Human-Input-on-Execution.md index 02e9df4292..552f8cc2d6 100644 --- a/docs/how-to/Human-Input-on-Execution.md +++ b/docs/how-to/Human-Input-on-Execution.md @@ -1,4 +1,8 @@ -```markdown +--- +title: Human Input on Execution +description: Comprehensive guide on integrating CrewAI with human input during execution in complex decision-making processes or when needed help during complex tasks. +--- + # Human Input in Agent Execution Human input plays a pivotal role in several agent execution scenarios, enabling agents to seek additional information or clarification when necessary. This capability is invaluable in complex decision-making processes or when agents need more details to complete a task effectively. @@ -87,4 +91,4 @@ result = crew.kickoff() print("######################") print(result) -``` \ No newline at end of file +```