mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-10 20:20:00 +00:00
experimental[patch]: prompts
import fix (#20534)
Replaced `from langchain.prompts` with `from langchain_core.prompts` where it is appropriate. Most of the changes go to `langchain_experimental` Similar to #20348
This commit is contained in:
@@ -4,7 +4,7 @@ from __future__ import annotations
|
||||
import re
|
||||
from typing import List
|
||||
|
||||
from langchain.prompts.prompt import PromptTemplate
|
||||
from langchain_core.prompts.prompt import PromptTemplate
|
||||
from langchain_core.output_parsers import BaseOutputParser
|
||||
from langchain_core.exceptions import OutputParserException
|
||||
|
||||
|
Reference in New Issue
Block a user