Definition and Usage
Use natural language prompts to have AI perform writing, proofreading, or chatting tasks. This command leverages AI language models to generate content based on your specific prompts and requirements.
Parameter Values
Input parameters
Parameter | Description | Possible Values | Required | Options / Notes |
LLM model | Select the language model that best suits your scenario | DeepSeek (64K) | Yes | Different models may have different capabilities and costs |
Prompt | Please avoid using sensitive words in your prompt | Text input | Yes | The prompt should clearly describe what you want the AI to generate |
Store response into | Enter a name for the response text | Variable name | Yes | The variable where the AI-generated content will be stored |
Advanced settings
Parameter | Description | Possible Values | Required | Options / Notes |
Temperature | Temperature controls randomness in generated text. Enter a value between 0 and 2. Higher values produce more creative, diverse, and unpredictable outputs. | 0-2 | No | Default value is 1; lower values produce more focused, deterministic responses |
Error handling
Parameter Name | Description |
Throw error & stop | When an error occurs, the action will trigger an error and stop the execution of the entire app. |
Retry command | If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process. |
Ignore error & continue | When an error occurs, the action will be ignored, and the workflow will continue without interruption. |
Variables produced
This action produces a variable containing the AI-generated response text. The variable name is specified in the "Store response into" parameter.
Using Variables in Conditions
You can use the {x} notation to insert previously created variables into your prompt. This allows you to create dynamic prompts that incorporate data from earlier steps in your workflow. For example, you could include customer information or specific data points that the AI should reference in its response.
Notes
The quality and relevance of the AI-generated content heavily depends on the clarity and specificity of your prompt.
Platform credits are required to use this feature, with costs varying based on the selected model and usage.
Consider using lower temperature values (closer to 0) for more predictable, factual responses, and higher values for more creative content.
Be mindful of sensitive information in your prompts, as they are processed by external AI services.
The response length and quality may vary depending on the selected model and the complexity of your prompt.