get_pattern
Retrieve the full text of an orchestration pattern by name to apply it when coordinating ask_gpt 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' |