try_neq_default#

langchain_core.load.serializable.try_neq_default(value: Any, key: str, model: BaseModel) bool[source]#

尝试确定一个值是否与默认值不同。

Parameters:
  • value (Any) – 值。

  • key (str) – 键。

  • model (BaseModel) – pydantic 模型。

Returns:

该值是否与默认值不同。

Raises:

异常 – 如果键不在模型中。

Return type:

布尔