Tool to generate text for a project model. Use when you need LLM completions or chat responses. Supports both prompt and message-based inputs with temperature, stop-sequence, and token limits.
stopstringSequence at which to stop generating further tokens.
modelRequiredstringModel to use for generation (e.g., 'gpt-3.5').
promptstringPrompt text for completion. Provide this OR `messages`, not both.
messagesarrayList of chat messages for chat-based models. Provide this OR `prompt`, not both.
max_tokensintegerMaximum number of tokens to generate.
project_idRequiredstringIdentifier of the project to use for generation.
temperaturenumberSampling temperature between 0 and 2.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.