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 3027baf commit 7b03c04Copy full SHA for 7b03c04
1 file changed
{{project_name}}/app/agent/engines/agent_base.py
@@ -3,7 +3,7 @@
3
from typing import Any, Type
4
from pydantic_ai import Agent, RunContext, UsageLimits
5
from pydantic_ai.messages import ModelMessage
6
-from pydantic_ai.result import AgentRunResult
+from pydantic_ai.run import AgentRunResult
7
from pydantic_ai.mcp import MCPServerStreamableHTTP
8
9
from app.config import settings
0 commit comments