This processor allows you to interact with OpenAI’s model. You can ask any question, and the model will return a text response.Documentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.

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

Model return token name as Virginia Power Token, token symbol as VPI
Configuration fields
| Field | Required | Description |
|---|---|---|
| Variable to save result | Yes | The response from the OpenAI model will be assigned to this variable. For example: AGENT_RESPONSE |
| Prompt | Yes | Prompt for the agent |
| Model name | Yes | Model name |
| OpenAI API key | Yes | API key of OpenAI |