Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .objectui-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97468a164ab4efd64558e40ac0268fbe5a49e2bb
0af951fc15e335fc9ccf840cd8dd6587b0d0aded
6 changes: 5 additions & 1 deletion examples/app-showcase/src/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ export const ComponentGalleryPage: Page = {
name: 'sidebar',
width: 'small',
components: [
{ type: 'ai:chat_window', properties: { agentName: 'showcase_assistant' } },
// NOTE: `ai:chat_window` is intentionally NOT a supported inline page
// component — the canonical chat entry point is the floating chatbot
// overlay (plugin-chatbot), so referencing it here surfaces a loud
// "Unknown component type". Use a supported inline AI block instead.
{ type: 'ai:input', properties: { agentName: 'showcase_assistant', placeholder: 'Ask the showcase assistant…' } },
],
},
],
Expand Down
Loading