Lodol Docs

OpenAI

API actions for the OpenAI integration.

OpenAI

Connect OpenAI GPT models for generative steps and automations.


Send a prompt to the latest OpenAI model

Retrieves the most recently created OpenAI model available to your account, sends it a prompt, and returns the response text.

Parameters

ParameterTypeRequiredDescription
promptstringYesPrompt text.

Response

{
  "response_text": "Based on your question about quantum computing, here are the key principles...",
  "status": "success"
}

On this page