This commit is contained in:
yumoqing 2026-05-19 16:08:34 +08:00
parent 7c7db5bd67
commit b60c24c9f6

View File

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