[Agent Builder] Attachment inline rendering and UI actions#253913
[Agent Builder] Attachment inline rendering and UI actions#253913chrisbmar merged 10 commits intoelastic:mainfrom
Conversation
| const { | ||
| services: { settings }, | ||
| } = useKibana(); | ||
| const isExperimentalFeaturesEnabled = settings?.client.get<boolean>( |
There was a problem hiding this comment.
not blocking but we should consider pushing this up into agentBuilderServices hook
There was a problem hiding this comment.
we technically don't even need it considering the agent doesn't have any prompt to emit the custom XML tag... so I could remove it for now? This was basically just a guard in case the agent emitted the custom XML tag for attachment_renderer
There was a problem hiding this comment.
waiting forever for CI to pass, so will merge this PR as is once CI is done and in the canvas-mode PR I'll remove this check 🙏🏽
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
History
cc @chrisbmar |
closes https://github.com/elastic/search-team/issues/12939
This PR implements the plumbing for the acceptance criteria below, it does not include any UI.
You can see in the following video that the attachment and UI definition is reaching the chat response:
Screen.Recording.2026-02-16.at.17.46.33.mov
Implement: