xoo-creative / flash-agent

AWS Lambda for Teaching LLM Agent for flash.
0 stars 0 forks source link

Add check for whether inputted technology is valid #6

Open tommysteryy opened 10 months ago

tommysteryy commented 10 months ago

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:

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.

Tasks

NA