is_uuid#
- langchain_core.runnables.graph.is_uuid(value: str) bool[source]#
Check if a string is a valid UUID.
- Parameters:
value (str) – The string to check.
- Returns:
True if the string is a valid UUID, False otherwise.
- Return type:
bool
Site Navigation
Section Navigation
agentsbetacachescallbackschat_historychat_loaderschat_sessionsdocument_loadersdocumentsembeddingsexample_selectorsexceptionsglobalsgraph_vectorstoresindexinglanguage_modelsloadmemorymessagesoutput_parsersoutputsprompt_valuespromptsrate_limitersretrieversrunnablesstoresstructured_querysys_infotoolstracersutilsvectorstoresrunnablesCheck if a string is a valid UUID.
value (str) – The string to check.
True if the string is a valid UUID, False otherwise.
bool