v1

latestOpenAPI 3.0.12026-07-17222.7 KB

Run a tactic on a state (specified by its state ID), assuming the proof search has been initialized and some state is available. The response is either the next state and its state ID or an error message, in which ChatGPT should explain the error and consider decrementing the "state_id".

post/run_tactic

Request body

state_idinteger

The ID of the state on which to run the tactic.

tacticstring

The tactic to run on a state (specified by its state ID), assuming the proof search has been initialized.

Response

OK