docs: add missing pre flag (#1130)

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Vincent Koc
2025-10-02 11:50:47 -07:00
committed by GitHub
Unverified
parent d5fe617285
commit 2696de7428
14 changed files with 22 additions and 24 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
Please install this package via pip:
```bash
pip install agent-framework-a2a
pip install agent-framework-a2a --pre
```
## A2A Agent Integration
@@ -18,4 +18,3 @@ See the [A2A agent examples](https://github.com/microsoft/agent-framework/tree/m
- Sending messages and receiving responses
- Handling different content types (text, files, data)
- Streaming responses and real-time interaction