langchain_core.utils.utils
.convert_to_secret_str¶
- langchain_core.utils.utils.convert_to_secret_str(value: Union[SecretStr, str]) SecretStr [source]¶
Convert a string to a SecretStr if needed.
- Parameters
value (Union[SecretStr, str]) –
- Return type
SecretStr