langchain_core.utils.utils.convert_to_secret_str

langchain_core.utils.utils.convert_to_secret_str(value: Union[SecretStr, str]) SecretStr[source]

如果需要,将字符串转换成SecretStr。

参数

value (Union[SecretStr, str]) – 要转换的值。

返回值

SecretStr值。

返回类型

SecretStr