pre_init#

langchain_core.utils.pydantic.pre_init(func: Callable) Any[source]#

在模型初始化之前运行函数的装饰器。

Parameters:

func (可调用) – 在模型初始化之前运行的函数。

Returns:

装饰后的函数。

Return type:

任何