With PushMetrics, you can prompt OpenAI models like GPT-4 and GPT-3.5 as part of your workflow.
You can make use data from other tasks (e.g. SQL data) inside the prompt and you can use the response message in other tasks (e.g. in an Email).
The OpenAI task takes the following inputs:
You can use the response message in other tasks using the following syntax:
{{ openAI_1.data.choices[0].message.content }}
A shortcut to copy this referenced to the clipboard is provided:
You can inspect the full response of the OpenAI API by clicking on the </>
button:
It is also available as follows:
{{ openAI_1.data }}