This commit is contained in:
yumoqing 2026-05-19 16:21:23 +08:00
parent fc2e5c066e
commit 7729d05bbf

View File

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