Python: Clean left-over WorkflowCompletedEvent (#884)

* Clean left-over WorkflowCompletedEvent

* Improve comments

* Fix type check error
This commit is contained in:
Tao Chen
2025-09-23 17:52:51 -07:00
committed by GitHub
Unverified
parent 06827e9f1a
commit 36933de345
7 changed files with 18 additions and 19 deletions
@@ -22,7 +22,7 @@ Demonstrates:
Prerequisites:
- Azure OpenAI access configured for AzureChatClient (use az login + env vars)
- Familiarity with Workflow events (AgentRunEvent, WorkflowCompletedEvent)
- Familiarity with Workflow events (AgentRunEvent, WorkflowOutputEvent)
"""