addedInput schema / properties / actions / items / properties / assumptions
Added value: +{
+ "description": "Assumptions block for proof_set_document_meta",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / delta
Added value: +{
+ "description": "Indent delta for proof_indent_line",
+ "type": "number"
+}
addedInput schema / properties / actions / items / properties / document
Added value: +{
+ "description": "Full proof document payload for proof_replace_document",
+ "type": "object"
+}
addedInput schema / properties / actions / items / properties / goal
Added value: +{
+ "description": "Goal statement for proof_set_document_meta",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / id
Added value: +{
+ "description": "Proof line id for update/delete/move/indent actions",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / index
Added value: +{
+ "description": "Optional insertion index for proof_insert_line/proof_apply_template",
+ "type": "number"
+}
addedInput schema / properties / actions / items / properties / line
Added value: +{
+ "description": "Optional line payload for proof_insert_line",
+ "type": "object"
+}
addedInput schema / properties / actions / items / properties / patch
Added value: +{
+ "description": "Proof line patch payload for proof_update_line",
+ "type": "object"
+}
addedInput schema / properties / actions / items / properties / templateId
Added value: +{
+ "description": "Template id for proof_apply_template",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / theorem
Added value: +{
+ "description": "Theorem statement for proof_set_document_meta",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / title
Added value: +{
+ "description": "Proof title for proof_set_document_meta",
+ "type": "string"
+}
addedInput schema / properties / actions / items / properties / toIndex
Added value: +{
+ "description": "Target line index for proof_move_line",
+ "type": "number"
+}
changedInput schema / properties / actions / items / properties / type / enum
Previous value: -[
- "submit_expression",
- "set_fields",
- "plot",
- "assign_variable",
- "insert_markdown",
- "clear_transcript",
- "set_mode",
- "set_cells",
- "get_cells",
- "clear_cells",
- "load_csv",
- "export_csv",
- "set_column_format",
- "rpn_keypress",
- "rpn_key_sequence",
- "rpn_execute_command",
- "rpn_set_stack",
- "rpn_set_registers",
- "rpn_load_program",
- "rpn_run_program",
- "rpn_reset"
-]New value: +[
+ "submit_expression",
+ "set_fields",
+ "plot",
+ "assign_variable",
+ "insert_markdown",
+ "clear_transcript",
+ "set_mode",
+ "set_cells",
+ "get_cells",
+ "clear_cells",
+ "load_csv",
+ "export_csv",
+ "set_column_format",
+ "rpn_keypress",
+ "rpn_key_sequence",
+ "rpn_execute_command",
+ "rpn_set_stack",
+ "rpn_set_registers",
+ "rpn_load_program",
+ "rpn_run_program",
+ "rpn_reset",
+ "proof_set_document_meta",
+ "proof_insert_line",
+ "proof_update_line",
+ "proof_delete_line",
+ "proof_move_line",
+ "proof_indent_line",
+ "proof_apply_template",
+ "proof_replace_document"
+]