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
- object
- null
object
AgentPromptRef
{
"prompt_id": "string",
"variables": {}
}