get_pattern
Retrieve the full text of an orchestration pattern by name to apply when orchestrating GPT subagent calls.
Instructions
Return the full text of an orchestration pattern by name (see list_patterns). Use it to apply the pattern when orchestrating ask_gpt calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The pattern name from list_patterns, e.g. 'two-layer-cross-model-expert' |