docs: fix formatting in Human-Input-on-Execution.md (#335)

This commit is contained in:
Merbin J Anselm
2024-03-12 01:08:59 +05:30
committed by GitHub
parent 47b5cbd211
commit 7deb268de8

View File

@@ -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)
```
```