Skip to main content

This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template




ExecutionStep

A step in an AI execution workflow

labelstringrequired

Human-readable label for the step

Example: Generate Title
promptstring

The prompt to send to the AI

Example: Generate a catchy title for:
systemPromptstring

System prompt to guide AI behavior

Example: You are a creative copywriter
modelstringrequired

AI model to use

Example: gpt-4
temperaturenumber<float>

Temperature setting for AI creativity

Possible values: >= 0 and <= 2

Example: 0.8



This is a Custom Schema Page Generated by docusaurus-openapi-docs using schema.mustache template

ExecutionStep
{
"label": "Generate Title",
"prompt": "Generate a catchy title for:",
"systemPrompt": "You are a creative copywriter",
"model": "gpt-4",
"temperature": 0.8
}