Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.svalync.com/llms.txt

Use this file to discover all available pages before exploring further.

Configuration

  • Node Type: action

Input Fields

Field NameData TypeRequiredDescription
System PromptTextareaTrueThe system-level prompt for guidance
User PromptTextareaTrueThe user’s specific input prompt
ContextTextTrueThe context for the custom prompt
{
  "systemPrompt": "<string>",
  "userPrompt": "<string>",
  "userContext": "<string>"
}