본문으로 건너뛰기

PromptVariable

A declared {{name}} template variable. Declaration only — binding values are supplied by the referencing agent; the Prompt itself stores no values.

nameName (string)필수
description object
하나 이상(anyOf)
string
default object
하나 이상(anyOf)
string
requiredRequired (boolean)
기본값: true
PromptVariable
{
"name": "string",
"description": "string",
"default": "string",
"required": true
}