Absolutely! At the end of your current prompt, you could add something like this using a Jeopardy example.
The HTML tags are simply used to create sections within your prompt, helping the model understand exactly what you're referencing and where each section begins and ends. The spacing here isn’t required, it’s just for demonstration.
In this case you could insert the variable you're using for input. Given the variable you're referencing is submerged within a paragraph it may be worth having a section for it as well.
Hope this helps clear things up! Let me know if you have any other questions here. :)
Example of creating a "variable" within the prompt:
----
You're an expert researcher.....use the company response data below to do x y and z....
<companydescription>
{{insert the column here}}
<companydescription>
.....
----
Example of giving an example to AI within the prompt:
----
.....here are example of how you should respond given example input and example response:
<example_output>
<example_company_description>
Also called a company description, your business description summarizes what your company does, its purpose, and what makes it unique. It's a critical component of your business plan and immediately follows your executive summary.
</example_company_description>
<example_response>
What is a company description?
<example_response>
</example_output>
----