diff --git a/docs/how-to/Human-Input-on-Execution.md b/docs/how-to/Human-Input-on-Execution.md index 02e9df429..552f8cc2d 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 +```