mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] consolidate workflow run APIs (#1723)
* consolidate workflow run apis * improve validation, add tests * Proper code tags for docs * Update sample output * Remove cycle validation * PR feedback * Validation * Cleanup
This commit is contained in:
committed by
GitHub
Unverified
parent
b0ee7028a6
commit
50d9b13bfc
+1
-1
@@ -37,7 +37,7 @@ Show how to integrate a human step in the middle of an LLM workflow by using
|
||||
Demonstrate:
|
||||
- Alternating turns between an AgentExecutor and a human, driven by events.
|
||||
- Using Pydantic response_format to enforce structured JSON output from the agent instead of regex parsing.
|
||||
- Driving the loop in application code with run_stream and send_responses_streaming.
|
||||
- Driving the loop in application code with run_stream and responses parameter.
|
||||
|
||||
Prerequisites:
|
||||
- Azure OpenAI configured for AzureOpenAIChatClient with required environment variables.
|
||||
|
||||
Reference in New Issue
Block a user