Calling the chat in Aiomatic and passing a prompt
Hi, I use Calculated Fields Form for generating prompts for AI solutions. I use Aiomatic and have integrated the chat form in my website. Here's what I want to do: I want to generate a prompt and then pass it directly to Aiomatic - not via copy & paste, but via a call in Calculated Fields Forms. This is possible, for example, with another application through the following trigger:
window.open(generateURL("https://www.phind.com/search?",
{
'q': getField('fieldname2').val(true,true)
}),'_blank');
Is this also possible with Aiomatic? What do I have to do? Thanks in advance and kind regards