Skip to content

Commit

Permalink
Deploy to GitHub Pages d356659
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 21, 2024
1 parent b5a2433 commit 677b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
throw new Error(`Invalid extension ${extension.id}, type should be bioimageio-chatbot-extension`)
_removeRpcObj(extension)

ext.info = ext.info || {}
extension.info = extension.info || {}

const schemas = await extension.get_schema()
for (let k of Object.keys(schemas)) {
Expand Down

0 comments on commit 677b7c1

Please sign in to comment.