Skip to content

Commit

Permalink
docs: fix formatting in Human-Input-on-Execution.md (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
anselm94 committed Mar 11, 2024
1 parent 47b5cbd commit 7deb268
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/how-to/Human-Input-on-Execution.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -87,4 +91,4 @@ result = crew.kickoff()

print("######################")
print(result)
```
```

0 comments on commit 7deb268

Please sign in to comment.