Skip to main content

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)required
variables object

{{var}} bindings for the referenced Prompt

anyOf
object
AgentPromptRef
{
"prompt_id": "string",
"variables": {}
}