2026-05-19 16:21:23 +08:00

6 lines
133 B
Plaintext

env = request._run_ns
async with get_sor_context(env, 'llmage') as sor:
recs = await sor.R('llmcatelog', {})
return recs
return []