diff --git a/wwwroot/list_llmcatelogs/index.dspy b/wwwroot/list_llmcatelogs/index.dspy index 39e714a..d9e9b34 100644 --- a/wwwroot/list_llmcatelogs/index.dspy +++ b/wwwroot/list_llmcatelogs/index.dspy @@ -1,5 +1,5 @@ env = request._run_ns async with get_sor_context(env, 'llmage') as sor: recs = await sor.R('llmcatelog', {}) - return recs[] + return recs return []