Skip to content

Comments

docs: add ai component docs and update ai quickstart#5213

Open
ugur-vaadin wants to merge 3 commits intomainfrom
docs-add-ai-component-docs-and-update-ai-quickstart
Open

docs: add ai component docs and update ai quickstart#5213
ugur-vaadin wants to merge 3 commits intomainfrom
docs-add-ai-component-docs-and-update-ai-quickstart

Conversation

@ugur-vaadin
Copy link
Contributor

This PR

  • adds AI components documentation
  • updates the "Building apps" AI section and the quick start guide

Note: The examples require the related features to be released in platform. It can be tested using 25.1-SNAPSHOT.

== 6. Build the Chat UI with Vaadin

Use `MessageList` to render the conversation as Markdown and `MessageInput` to handle the user prompts. Wrap the list in a `Scroller` so long chats don't grow the layout beyond the browser window:
Use `MessageList` to render the conversation and `MessageInput` for user prompts. Wrap the list in a `Scroller` so long chats don't grow the layout beyond the browser window. Then wire everything together with the orchestrator's builder:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scroller should no longer be used since vaadin/web-components#10549

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the use of Scroller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants