kboss/b/test/pc.dspy
2025-07-16 14:27:17 +08:00

10 lines
162 B
Plaintext
Executable File

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