Invoice Total Fixer

Use when fixing invoice total calculations in the sandbox quickstart repository.

OpenAI Updated 23.3k repo stars

File contents

Invoice Total Fixer

Inspect the implementation and test before editing. The total should apply tax as a percentage of the subtotal, so the expected formula is subtotal + subtotal * taxRate.

After editing, run npm test from the repository directory and report the command result.

openai/openai-agents-js/tree/main/examples/docs/sandbox-agents/skills/invoice-total-fixer commit ebf42f2fce

Frequently asked questions

npx skillmds@latest add openai/invoice-total-fixer