mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
core[patch], langchain[patch], templates: move openai functions parsers to core (#18060)

This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from langchain.output_parsers.openai_functions import JsonKeyOutputFunctionsParser
|
||||
from langchain.utils.openai_functions import convert_pydantic_to_openai_function
|
||||
from langchain_core.output_parsers.openai_functions import JsonKeyOutputFunctionsParser
|
||||
from langchain_core.prompts import ChatPromptTemplate
|
||||
from langchain_core.pydantic_v1 import BaseModel
|
||||
from langchain_experimental.llms.anthropic_functions import AnthropicFunctions
|
||||
|
Reference in New Issue
Block a user