How to refine prompt when there is lack of data

I am using gpt 4, chat completion model

{“role”: “system”, “content”: “You are a helpful assistant for skills extraction from learning content.”}

Below is my user prompt
prompt = “”"
The course to assign skills to from {skills_list} is below:
{course}
Take a step-by-step approach in your response, give short reasoning before sharing final answer in ONE PYTHON LIST ONLY.
“”"

1 Like