본문으로 건너뛰기

AgentPromptRef

Reusable prompt reference with a prompt_id and optional variable bindings. An agent may include multiple references; their list order is preserved.

prompt_idPrompt Id (string)필수
variables object

{{var}} bindings for the referenced Prompt

하나 이상(anyOf)
object
AgentPromptRef
{
"prompt_id": "string",
"variables": {}
}