Skip to main content

DecoratorBinding

Configuration-based decorator binding that supplies or overrides decorator arguments without editing code. When kind and name match, the configured binding takes precedence; decorator must name a supported decorator.

decoratorDecorator (string)required

Decorator name, such as use_connector or use_llm. The name must identify a supported decorator.

nameName (string)required

Binding variable name injected into the namespace

arguments object

Decorator arguments, e.g. {'ref':...} or {'model':...}

property name*any

Decorator arguments, e.g. {'ref':...} or {'model':...}

DecoratorBinding
{
"decorator": "string",
"name": "string",
"arguments": {}
}