docs: add ai form filler articles#5628
Open
ugur-vaadin wants to merge 26 commits into
Open
Conversation
Preview DeploymentThis PR has been deployed for preview. URL: https://docs-preview-pr-5628.fly.dev Built from 5c9df13 |
tomivirkki
reviewed
Jun 1, 2026
Co-authored-by: Tomi Virkki <tomivirkki@users.noreply.github.com>
tomivirkki
approved these changes
Jun 2, 2026
rolfsmeds
requested changes
Jun 12, 2026
Contributor
There was a problem hiding this comment.
I still feel like AI Support is a weird name for this section. I feel that it can all too easily be mistaken to mean "Getting help from AI with building apps" or "Adding support for AI dev tools" or something.
IMO AI Integration would be a better name.
Contributor
Author
There was a problem hiding this comment.
Updated to use AI Integration
| = [since:com.vaadin:vaadin@V25.2]#Session Context# | ||
|
|
||
|
|
||
| The orchestrator can pass a short, free-form string of session context to the LLM on every turn -- the current date and time, the active tenant, the user's locale, the page the user is on, anything else worth giving the model up front. The string is captured at the start of the turn, so it always reflects the state at the time the user sent the prompt. |
Contributor
There was a problem hiding this comment.
Suggested change
| The orchestrator can pass a short, free-form string of session context to the LLM on every turn -- the current date and time, the active tenant, the user's locale, the page the user is on, anything else worth giving the model up front. The string is captured at the start of the turn, so it always reflects the state at the time the user sent the prompt. | |
| The AI orchestrator can pass a short, free-form string of session context to the LLM on every turn, such as the current date and time, the active tenant, the user's locale, the page the user is on, or anything else the model might need for each prompt. The string is captured at the start of the turn, so it always reflects the state at the time the user sent the prompt. |
Also, "start of the turn" sounds a bit ambiguous. Not sure how to rephrase... Would "before each request" work?
Contributor
Author
There was a problem hiding this comment.
Updated to use "before each request". Applied the suggested changes in the commit.
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Co-authored-by: Rolf Smeds <rolf@vaadin.com>
Artur-
added a commit
that referenced
this pull request
Jun 12, 2026
Complements #5628: documents the request/response listener builder hooks, prompt-with-attachments overload, session metadata, and fixes the removed withAttachmentSubmitListener usage in file-attachments.adoc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds AI Form Filler articles and references.
Closes https://github.com/orgs/vaadin/projects/103/views/1?filterQuery=&pane=issue&itemId=186559787