Tried searching the forums but this didn't seem to be discussed before.
Is there a way currently to call an AI Blaze prompt inside a text blaze snippet? I'm trying to use AIBlaze to summarize one of my TB snippets (including text entered into forms etc.) with one sentence at the end. Currently I can't seem to make this work.
This is not directly possible. However, there're options you can use:
Create a prompt like this, then inside the paragraph input, right-click, select "Text Blaze" from the context menu, then select the snippet you want to summarize.
Summarize the following text:
{formparagraph: rows=4; cols=40}
Create an AI Blaze prompt with the desired instructions (example: "Summarize the selected text"), then use Text Blaze's shortcut to insert the snippet content itself as usual, select the result text, and then use AI Blaze's quick prompts to run your prompt. The quick prompt feature is briefly described on the AI Blaze home page.
Copy/paste the snippet's content into the prompt, including commands, then precede the prompt with the desired instruction (example: "Summarize the following text:"). One limitation here is that not all Text Blaze commands are supported in AI Blaze, like {dbinsert} and {urlsend}.