What if a user inputted "containerization"? It's a totally valid question, but our teaching framework would not work since it's all about specific technologies.
We can add a prompt that takes the user input and runs it though a quick LLM check like this:
You're job is to reply "YES" or "NO" about whether the following is a specific technology that one could use and want to learn about.
Examples:
INPUT: Docker
Response: YES
INPUT: Containerization
Response: NO
Etc.
Acceptance Criteria
A working LLM call that can flag down not specific enough/invalid user inputs.
Description
What if a user inputted "containerization"? It's a totally valid question, but our teaching framework would not work since it's all about specific technologies.
We can add a prompt that takes the user input and runs it though a quick LLM check like this:
Etc.
Acceptance Criteria
A working LLM call that can flag down not specific enough/invalid user inputs.
Tasks
NA