Skip to main content
This processor allows you to interact with OpenAI’s model. You can ask any question, and the model will return a text response.
Ask agent configuration

Example: Ask OpenAI model to generate name and symbol for a token

Ask agent response

Model return token name as Virginia Power Token, token symbol as VPI

Configuration fields

FieldRequiredDescription
Variable to save resultYesThe response from the OpenAI model will be assigned to this variable. For example: AGENT_RESPONSE
PromptYesPrompt for the agent
Model nameYesModel name
OpenAI API keyYesAPI key of OpenAI