| def prompt_template(): | |
| return """Below is an instruction that describes a task, paired with a snippet of a meeting transcript for context. Write a response that appropriately completes the request. | |
| ### Instruction: | |
| {} | |
| ### Transcript Snippet: | |
| {} | |
| ### Response: | |
| {} | |
| """ | |