feat: add getID to dspy global env (alias for uuid/getID)
This commit is contained in:
parent
52a55dcbee
commit
d61f113500
@ -298,6 +298,7 @@ def initEnv():
|
||||
g.strdate_add = strdate_add
|
||||
g.uObject = uObject
|
||||
g.uuid = getID
|
||||
g.getID = getID
|
||||
g.folderInfo = folderInfo
|
||||
g.abspath = abspath
|
||||
g.data2xlsx = data2xlsx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user