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 2 of the 55 revisions of this API.3

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      the request property default value changed from 100 to 90

      request-property-default-value-changed