Skip to content

Commit 7b03c04

Browse files
authored
Fix importing issue in agent base (#65)
1 parent 3027baf commit 7b03c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{project_name}}/app/agent/engines/agent_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Any, Type
44
from pydantic_ai import Agent, RunContext, UsageLimits
55
from pydantic_ai.messages import ModelMessage
6-
from pydantic_ai.result import AgentRunResult
6+
from pydantic_ai.run import AgentRunResult
77
from pydantic_ai.mcp import MCPServerStreamableHTTP
88

99
from app.config import settings

0 commit comments

Comments
 (0)