langchain_core.utils.pydantic
pre_init()
在模型初始化之前运行函数的装饰器。
func (Callable) – 在模型初始化之前运行的函数。
被装饰的函数。
Any