mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [Breaking] Remove Python-only declarative actions and rename alias kinds to C# canonical names (#6126)
* Remove Python-only declarative actions and rename alias kinds to C# canonical names * Address PR comments. * Address PR comments. * Reduce verbose and duplicate output from sample workflow.
This commit is contained in:
committed by
GitHub
Unverified
parent
55dc3ce734
commit
ded17b178c
@@ -1,12 +1,11 @@
|
||||
# Human-in-Loop Workflow Sample
|
||||
|
||||
This sample demonstrates how to build interactive workflows that request user input during execution using the `Question`, `RequestExternalInput`, and `WaitForInput` actions.
|
||||
This sample demonstrates how to build interactive workflows that request user input during execution using the `Question` and `RequestExternalInput` actions.
|
||||
|
||||
## What This Sample Shows
|
||||
|
||||
- Using `Question` to prompt for user responses
|
||||
- Using `RequestExternalInput` to request external data
|
||||
- Using `WaitForInput` to pause and wait for input
|
||||
- Processing user responses to drive workflow decisions
|
||||
- Interactive conversation patterns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user