This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MULTI_PROMPT_ROUTER_TEMPLATE = """Given a raw text input to a | |
| language model select the model prompt best suited for the input. | |
| You will be given the names of the available prompts and a | |
| description of what the prompt is best suited for. | |
| You may also revise the original input if you think that revising | |
| it will ultimately lead to a better response from the language model. | |
| << FORMATTING >> | |
| Return a string snippet enclosed by triple backticks a JSON object formatted to look like below: | |
| ```json |