salescrm/b/test/pc.dspy
2025-10-27 15:50:44 +08:00

10 lines
162 B
Plaintext

ns = {
'yyyy':1,
'uuuu':3
}
print(f'pc.dspy:():{ns=}, {request.path=}')
nns = await path_call('./sub.dspy', ns)
print(f'after path_call(), {nns=}')
return nns