sage/wwwroot/test/jump_kyrag.dspy
2025-08-14 14:10:06 +08:00

7 lines
162 B
Plaintext

async def g():
uapi = UAPI(request, DictObject(**globals()))
async for c in uapi('kyrag', 'jump-in', user):
yield c
return await stream_response(request, g)