본문으로 건너뛰기

LLMNodeConfig

LLM workflow-node configuration that references a registered model. The registered model supplies the endpoint, credential, and generation defaults; this node supplies the prompt, output field, and optional reasoning effort.

model_providerModel Provider (string)필수
modelModel (string)필수
promptPrompt (string)필수
system_promptSystem Prompt (string)
기본값:
reasoning_effort object
하나 이상(anyOf)
string

Possible values: [low, medium, high, xhigh]

outputOutput (string)
기본값: llm_output
response object
하나 이상(anyOf)
object
LLMNodeConfig
{
"model_provider": "string",
"model": "string",
"prompt": "string",
"system_prompt": "",
"reasoning_effort": "low",
"output": "llm_output",
"response": {}
}