0
votes
0
resp
4
views
Production system prompt from the OpenAI structured outputs cookbook recipe. It instructs the model to emit each solution step as an equation alongside an explanation field, ready
Production system prompt from the OpenAI structured outputs cookbook recipe. It instructs the model to emit each solution step as an equation alongside an explanation field, ready
Reasoning model system prompt for catching inconsistencies in tabular data. Returns a tight JSON contract that downstream code can branch on. Source: https://cookbook.openai.com/ex
OpenAI's recommended pattern for summarizing an article into a fixed schema. Each field is described inline so the model knows exactly what the JSON shape means. Source: https://co
Synthetic eval data generator from the OpenAI Evals cookbook. Used to bootstrap a test set from nothing more than a table schema. Source: https://cookbook.openai.com/examples/evalu