Tool to generate chat-based completions. Use when you need conversational AI responses; call after assembling system and user messages.
nintegerNumber of chat completion choices to generate
stopUp to 4 sequences where the API will stop generating further tokens
modelstringModel identifier to use for the chat completion
top_pnumberNucleus sampling probability threshold
streambooleanWhether to stream back partial progress as server-sent events
messagesRequiredarrayConversation history in order. Required.
max_tokensintegerMaximum number of tokens to generate
temperaturenumberSampling temperature; higher values produce more random output
presence_penaltynumberPenalty for new tokens based on presence in the text so far
frequency_penaltynumberPenalty for new tokens based on their frequency in the text so far
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.