mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
docs: fix formatting in Human-Input-on-Execution.md (#335)
This commit is contained in:
@@ -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 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.
|
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("######################")
|
||||||
print(result)
|
print(result)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user