feat: add getID to dspy global env (alias for uuid/getID)

This commit is contained in:
Hermes Agent 2026-06-24 12:46:32 +08:00
parent 52a55dcbee
commit d61f113500

View File

@ -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