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
agents
beta
caches
callbacks
chat_history
chat_loaders
chat_sessions
document_loaders
documents
embeddings
example_selectors
exceptions
globals
graph_vectorstores
indexing
language_models
load
memory
messages
output_parsers
outputs
prompt_values
prompts
rate_limiters
retrievers
runnables
stores
structured_query
sys_info
tools
tracers
utils
vectorstores
runnables
Check if a string is a valid UUID.
value (str) – The string to check.
True if the string is a valid UUID, False otherwise.
bool