Skip to content

Commit 2aa781b

Browse files
committed
Removed full screen demo
1 parent 358e0cf commit 2aa781b

File tree

2 files changed

+0
-731
lines changed

2 files changed

+0
-731
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -203,21 +203,3 @@ In this example, file download is implemented with [file-saver](https://www.npmj
203203
```js file="./ChatbotTranscripts.tsx" isFullscreen
204204

205205
```
206-
207-
### ChatBot with markdown tool response
208-
209-
This demo displays a ChatBot in overlay mode with a comprehensive markdown tool response example. This demo includes:
210-
211-
1. The [`<ChatbotToggle>`](/extensions/chatbot/ui#toggle) that controls the [`<Chatbot>` container.](/extensions/chatbot/ui#container)
212-
2. A [`<ChatbotHeader>`](/extensions/chatbot/ui#header) with display mode switching capabilities.
213-
3. A message with a [`<ToolResponse>`](/extensions/chatbot/messages#tool-response) component that demonstrates:
214-
- Markdown-formatted toggle content, subheading, and body
215-
- Comprehensive markdown formatting examples (headings, code blocks, lists, tables, images, footnotes, etc.)
216-
- Custom card title and card body with tool response details
217-
- The `shouldRetainStyles` prop set to `true` to preserve markdown styles
218-
219-
This example showcases how tool responses with rich markdown content render within an overlay ChatBot context.
220-
221-
```js file="./ChatbotWithMarkdownToolResponse.tsx" isFullscreen
222-
223-
```

0 commit comments

Comments
 (0)