Which component is this issue related to?
Umbraco.AI.Prompt
Which Umbraco AI version are you using? (Please write the exact version, example: 10.1.0)
17.1.0
Bug summary
The elipsis>wand did not appear when scoped to a field with editor: Umbraco.ColorPicker.EyeDropper
tested with: google / gemini-3.1-flash-lite
Specifics
I was going to try:
Analyze the image and choose a dominant, visually crisp color to use
as a background placeholder shown while the image loads.
{{image:umbracoFile}}
Requirements
- For the description field use html to display a swatch
- give the colour in hex format (#RRGGBB)
extra for experts:
I tried to prompt the AI to output HTML in the discription to show the colour visually, which it succeded at however the html was shown as text rather than rendered into colours.
Steps to reproduce
Create a prompt for a field of type - editor: Umbraco.ColorPicker.EyeDropper (or set it to show on every field.)
It does not show on the field I want
Expected result / actual result
I expect the elipsis and wand to show, and the value to be populated.
Dependencies
<PackageReference Include="Umbraco.AI" Version="17.1.0" />
<PackageReference Include="Umbraco.AI.Google" Version="17.0.0" />
<PackageReference Include="Umbraco.AI.OpenAI" Version="17.1.0" />
<PackageReference Include="Umbraco.AI.Prompt" Version="17.0.1" />
Which component is this issue related to?
Umbraco.AI.Prompt
Which Umbraco AI version are you using? (Please write the exact version, example: 10.1.0)
17.1.0
Bug summary
The elipsis>wand did not appear when scoped to a field with editor:
Umbraco.ColorPicker.EyeDroppertested with: google / gemini-3.1-flash-lite
Specifics
I was going to try:
extra for experts:
I tried to prompt the AI to output HTML in the discription to show the colour visually, which it succeded at however the html was shown as text rather than rendered into colours.
Steps to reproduce
Create a prompt for a field of type - editor:
Umbraco.ColorPicker.EyeDropper(or set it to show on every field.)It does not show on the field I want
Expected result / actual result
I expect the elipsis and wand to show, and the value to be populated.
Dependencies