Multi-Shot to Single-Shot Converter

Convert a few-shot prompt (system + multiple example turns + final query) into a single-shot prompt that fits in one user message. Useful when you want to drop a system + examples into a cached prefix, or when migrating to an API surface that doesn't support multi-turn examples.

How to use the Multi-Shot to Single-Shot Converter

Paste system, examples, and final query separately. The output is one consolidated prompt with examples inlined under "Examples:" heading. Drop into a single user message or use as a cached prefix that varies only at the final query.