API
Core
Community
Experimental
Python Docs
Toggle Menu
Prev
Up
Next
LangChain 0.0.350
langchain_core.utils.utils
.convert_to_secret_str
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.