Add orchestration samples link (#1914)

This commit is contained in:
Evan Mattson
2025-11-05 09:30:56 +09:00
committed by GitHub
Unverified
parent f415959d33
commit 2499262f30
+1 -1
View File
@@ -233,7 +233,7 @@ if __name__ == "__main__":
asyncio.run(main())
```
**Note**: Advanced orchestration patterns like GroupChat, Sequential, and Concurrent orchestrations are coming soon.
For more advanced orchestration patterns including Sequential, GroupChat, Concurrent, Magentic, and Handoff orchestrations, see the [orchestration samples](samples/getting_started/workflows/orchestration).
## More Examples & Samples