We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb91bbb commit b1df6faCopy full SHA for b1df6fa
pydantic_ai_slim/pyproject.toml
@@ -80,7 +80,7 @@ mcp = ["mcp>=1.9.4; python_version >= '3.10'"]
80
evals = ["pydantic-evals=={{ version }}"]
81
# A2A
82
a2a = ["fasta2a=={{ version }}"]
83
-# Adapter AG UI
+# AG UI Adapter
84
ag-ui = ["pydantic-ai-ag-ui=={{ version }}"]
85
86
[dependency-groups]
tests/test_ag_ui.py
@@ -1,4 +1,4 @@
1
-"""Comprehensive tests for Adapter.run method."""
+"""Tests for Agent.to_ag_ui method."""
2
3
from __future__ import annotations
4
0 commit comments