Skip to content

Commit c7ad600

Browse files
committed
small fix
1 parent 08b92d9 commit c7ad600

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
@@ -393,5 +393,5 @@ from a2a.helpers import get_artifact_text
393393
text = get_artifact_text(chunk.artifact_update.artifact)
394394
```
395395

396-
> In v1.0, agents are expected to publish results as **Artifacts** rather than embedding text in status update messages. Use `TaskArtifactUpdateEvent` (via `event_queue.enqueue_event()`) in your `AgentExecutor` and read from `chunk.artifact_update` on the client side.
396+
> In v1.0, agents are expected to publish results as **Artifacts**. Use `TaskArtifactUpdateEvent` (via `event_queue.enqueue_event()`) in your `AgentExecutor` and read from `chunk.artifact_update` on the client side.
397397

0 commit comments

Comments
 (0)