Skip to main content

LLM Completion Request

Send a prompt to an LLM and get a response.

Input parameters

NameDescriptionTypeRequiredDefault value
User promptA clear, concise prompt that will be sent to the LLM of choice.STRINGfalse
User prompt placeholdersEvery occurence of '{{PLACEHOLDER}}' within the "User prompt" will be replaced by these valuesOBJECTfalse
System promptSets the initial instructions for how the AI should behave throughout the conversation.STRINGfalse
System prompt placeholdersEvery occurence of '{{PLACEHOLDER}}' within the "System prompt" will be replaced by these valuesOBJECTfalse
ModelRepresents the language model that will run the agent.SELECT_ONEfalse
Api tokenInsert your own API token if you wish to use this without burning NoCode-X AI creditsPASSWORDfalse

Output

NameDescriptionTypeDefault value
resultThe variable name in which to store the result.STRINGRESULT