langchain_core.runnables.graph
is_uuid()
检查字符串是否为有效的UUID。
value (str) – 检查的字符串。
如果字符串是有效的UUID,则为True,否则为False。
bool