cases
Generate notebook patches from parameter choices
Generate patches that apply user-chosen parameter values to a case notebook. Each parameter's top-level assignment is located in the notebook's parameter cell (the code cell tagged "parameters"; only that cell is ever rewritten) and its right-hand side is deterministically replaced with the given value; the title describing the resulting computation is generated by the LLM. Returns the title and a list of per-cell patches.
post/cases/generate_notebook
Request body
Response
Notebook patches generated successfully