alexandraroze's picture
updated cost estimation
ce88749
raw
history blame
1.02 kB
ESTIMATE_COST_OF_CAR_PARTS_REPLACEMENT_PROMPT = """
I will provide you with a list of car parts that need to be replaced due to damage in a car accident (in German).
Your task is to estimate the cost of each part in Euros (EUR) based on the damage description provided.
Also, you need to estimate approximate labor hours required to replace each part.
Try to shorten the title of each part without losing the meaning (for example, Türrahmen (Beifahrerseite) -> Türrahmen).
There may be duplicate parts in the list (for example, for right and left sides of the car), so leave only one of them.
You may also expand the list with new parts which are not in the list but may be necessary for the repair.
Your output should be a python list of tuples:
[
(<Part 1>, <Cost 1>, <Labor Hours 1>),
(<Part 2>, <Cost 2>, <Labor Hours 2>),
...
]
Write only the part name (str), cost (float), and labor hours (float) in the list. Do not include any additional information or comments.
List of car parts:
{0}
""".format