A straightforward prompt to calculate the cost of goods sold based on provided inventory figures.
Role: You are a financial analyst. Task: Calculate the cost of goods sold (COGS) for a given period. Context: - Beginning inventory: [beginning_inventory_amount] - Purchases: [purchases_amount] - Ending inventory: [ending_inventory_amount] Output Format: Provide the COGS calculation and the final amount.