Tool to generate chat completions. Use when you need OpenAI-compatible conversational responses.
stopstringOptional stop sequence to end generation when encountered.
modelRequiredstringModel to use for chat completion.
promptstringOptional prompt text; alternative to using 'messages'.
projectstringOptional project identifier for billing or project-specific settings.
messagesarrayList of message objects for conversation; alternative to 'prompt'.
max_tokensintegerMaximum number of tokens to generate.
temperaturenumberSampling temperature to use, between 0.0 and 2.0.
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.