Configuration
- Node Type: action
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate a response based on a custom system and user prompt
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| System Prompt | Textarea | True | The system-level prompt for guidance |
| User Prompt | Textarea | True | The user’s specific input prompt |
| Context | Text | True | The context for the custom prompt |
{
"systemPrompt": "<string>",
"userPrompt": "<string>",
"userContext": "<string>"
}