sage/wwwroot/test/jump_kyrag.dspy
2025-08-14 14:27:19 +08:00

8 lines
191 B
Plaintext

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