From 273b7ee57315f1d7ddb7441eb950e041e5cebc27 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 5 Mar 2026 14:27:00 +0800 Subject: [PATCH] bugfix --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wwwroot/index.ui diff --git a/wwwroot/index.ui b/wwwroot/index.ui new file mode 100644 index 0000000..40ca959 --- /dev/null +++ b/wwwroot/index.ui @@ -0,0 +1,6 @@ +{ + "widgettype": "AgentIO", + "options": { + "url": "{{entire_url('inference.dspy')}}" + } +}