langchain_google_vertexai.chains.get_output_parser

langchain_google_vertexai.chains.get_output_parser(functions: Sequence[Type[BaseModel]]) Union[BaseOutputParser, BaseGenerationOutputParser][source]

根据用户函数获取适当的函数输出解析器。

参数

functions (Sequence[Type[BaseModel]]) – 元素为字典、pydantic.BaseModel类或Python函数的序列。如果传入字典,则假定它已经是一个有效的OpenAI函数。

返回

PydanticFunctionsOutputParser

返回类型

Union[BaseOutputParser, BaseGenerationOutputParser]