Input Tokens
0
Output Tokens
0
Duration
0
Cost
0
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not important
Expected output
{
"appliances": [
"vacuum cleaner",
"microwave",
"kettle"
]
}
Model output
{
"appliances": [
"microwave",
"vacuum cleaner",
"kettle"
]
}