
Ultimate access to all questions.
A Generative AI Engineer is working with an LLM trained on customer calls about product availability. The LLM is designed to output "In Stock" if the product is available, or only the term "Out of Stock" if it is not. Which prompt will correctly enable the engineer to get the proper call classification labels?
A
Respond with “In Stock” if the customer asks for a product.
B
You will be given a customer call transcript where the customer asks about product availability. The outputs are either “In Stock” or “Out of Stock”. Format the output in JSON, for example: {“call_id”: “123”, “label”: “In Stock”}._
C
Respond with “Out of Stock” if the customer asks for a product.
D
You will be given a customer call transcript where the customer inquires about product availability. Respond with “In Stock” if the product is available or “Out of Stock” if not.