From b5a243342bdd115ab2e2d479dbab79bc4d9bf2d4 Mon Sep 17 00:00:00 2001 From: oeway Date: Wed, 21 Aug 2024 01:13:26 +0000 Subject: [PATCH] Deploy to GitHub Pages d3566596b3c81dacfb99fd8dfc8893406cf8c5d5 --- chat/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chat/index.html b/chat/index.html index 94d26cd3..a4b48f9c 100644 --- a/chat/index.html +++ b/chat/index.html @@ -783,6 +783,8 @@

Welcome to BioImage.IO Chatbot

throw new Error(`Invalid extension ${extension.id}, type should be bioimageio-chatbot-extension`) _removeRpcObj(extension) + ext.info = ext.info || {} + const schemas = await extension.get_schema() for (let k of Object.keys(schemas)) { const schema = schemas[k]