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
- null
string
default object
하나 이상(anyOf)
- string
- null
string
requiredRequired (boolean)
기본값:
truePromptVariable
{
"name": "string",
"description": "string",
"default": "string",
"required": true
}