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 6828868 commit 9ccb8cdCopy full SHA for 9ccb8cd
docs/developer_guide.md
@@ -67,7 +67,7 @@ See the example below.
67
68
```python
69
from langchain.tools import tool, BaseTool
70
-from langchain.pydantic_v1 import BaseModel, Field
+from pydantic import BaseModel, Field
71
from typing import Type
72
from myrobot import robot
73
tests/messages/test_multimodal.py
@@ -26,8 +26,8 @@
26
)
27
from langchain_core.language_models.chat_models import BaseChatModel
28
from langchain_core.messages import AIMessage, BaseMessage
29
-from langchain_core.pydantic_v1 import BaseModel, Field
30
from langfuse.callback import CallbackHandler
31
from pytest import FixtureRequest
32
33
from rai.messages import HumanMultimodalMessage
0 commit comments