Fix Runs

Creates a new fix run, which iteratively improves and reviews the target until it passes or the iteration limit is reached.

post/experimental/fix-runs

Headers

Authorizationstring

Request body

uploadKeystring required
workspaceIdstring uuid required
thresholdnumber

Stop iterating once a review scores at or above this value (0–100).

maxIterationsinteger

Maximum improve→review iterations to attempt.

agentstring
modelstring
pluginRefstring

Registry reference to a custom review plugin (workspace/plugin[@version]).

pluginUploadKeystring

S3 upload key of a locally-packed review plugin tarball.

Response

Default Response

Changes

Changed in 1 of the 25 revisions of this API.1

    • the threshold request property default value changed from 100 to 90

      request-property-default-value-changed