The Generate Text action allows you to generate text dynamically during your endpoint execution using your connected ChatGPT integration. At runtime, this block sends your prompt to the selected model and stores the generated output for use in later blocks.Documentation Index
Fetch the complete documentation index at: https://docs.avicenna.dev/llms.txt
Use this file to discover all available pages before exploring further.
This action requires the ChatGPT Integration to be configured in order to run. Your endpoint flow will ignore this block if the integration is not properly configured.

Prompt
The prompt field is the instruction sent to the model. You write constant instructions that will always be the same, or use variables within your instructions to customize the generated text every time the endpoint is run! For example:Model
The model dropdown defines which model generates the response. Different models can vary in speed, cost, output quality, or context length. Choose the model that best fits your use case.Temperature
The temperature value controls how deterministic or creative the output is.0.0→ Very deterministic and predictable0.5→ Balanced1.0→ More creative and varied
Reference Variable

