Sample Code in Document

There is a sample with AI chats in vaadin document: https://vaadin.com/docs/latest/components/message-list

Where to find the code file:
com.vaadin.demo.component.messages.LLMClient.Message.java?

or could all sample projects in the document be found at github?

Source code for the example is on the Vaadin docs repository. docs/src/main/java/com/vaadin/demo/component/messages/LLMClient.java at latest · vaadin/docs · GitHub

1 Like