Skip to content

Commit e0152b8

Browse files
committed
fix
1 parent 3bb4b96 commit e0152b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migrations/v1_0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ request_handler = DefaultRequestHandler(
302302

303303
## 4. Server: AgentExecutor Streaming Rules
304304

305-
The server now strictly enforces the [A2A spec rules for `message/stream`](https://a2a-protocol.org/v1.0.0/specification/#312-send-streaming-message). Existing executors that mix message and task events, or emit task updates before the initial `Task`, will fail at runtime with `InvalidAgentResponseError`. See [PR #979](https://github.com/a2aproject/a2a-python/pull/979).
305+
The server now strictly enforces the [A2A spec rules for `SendStreamingMessage`](https://a2a-protocol.org/v1.0.0/specification/#312-send-streaming-message). Existing executors that mix message and task events, or emit task updates before the initial `Task`, will fail at runtime with `InvalidAgentResponseError`. See [PR #979](https://github.com/a2aproject/a2a-python/pull/979).
306306

307307
In v1.0, your `AgentExecutor` MUST follow exactly one of these two streaming patterns:
308308

0 commit comments

Comments
 (0)