merge_yaml
Merge two YAML documents using a base and overlay, with deep or shallow strategy to combine configuration files.
Instructions
Merge two YAML documents together.
Args: yaml_a: First YAML document (base) yaml_b: Second YAML document (overlay) strategy: Merge strategy - 'deep' (recursive merge) or 'shallow' (top-level only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml_a | Yes | ||
| yaml_b | Yes | ||
| api_key | No | ||
| strategy | No | deep |