Skip to content

Commit 004a1a6

Browse files
committed
chore(ag-ui): comment improvements
1 parent 0df1f82 commit 004a1a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mcp = ["mcp>=1.9.4; python_version >= '3.10'"]
8080
evals = ["pydantic-evals=={{ version }}"]
8181
# A2A
8282
a2a = ["fasta2a=={{ version }}"]
83-
# Adapter AG UI
83+
# AG UI Adapter
8484
ag-ui = ["pydantic-ai-ag-ui=={{ version }}"]
8585

8686
[dependency-groups]

tests/test_ag_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Comprehensive tests for Adapter.run method."""
1+
"""Tests for Agent.to_ag_ui method."""
22

33
from __future__ import annotations
44

0 commit comments

Comments
 (0)