Hello,
I’m unsure of how to use Prompts for other editors than the standard TextBox, TextArea, Tiptop and MarkdownEditor
How do I for instance make a Prompt to generate title and description, and insert into SeoVisualizer | Umbraco Marketplace
Hello,
I’m unsure of how to use Prompts for other editors than the standard TextBox, TextArea, Tiptop and MarkdownEditor
How do I for instance make a Prompt to generate title and description, and insert into SeoVisualizer | Umbraco Marketplace
Right now you probably wouldn’t do anything beyond string generation, this is largely because of a change in CMS we are waiting on to provide schemas for property values (see my recent blog post here Why Umbraco 17.4.0 Is a Big Deal for AI | mattbrailsford.dev)
Once 17.4.0 is out we can look at more complex cases. Ideally once it’s out you’d be able to implement the relevant interface to tell use what your value schema looks like and then we should be able to generate a value correctly. We will of course need time post 17.4.0 though to implement that into the prompts system to take the schema into account.