MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / edit

Method edit

out/cli.cjs:84333–84335  ·  view source on GitHub ↗

* Creates an edited or extended image given an original image and a prompt.

(body, options)

Source from the content-addressed store, hash-verified

84331 * Creates a variation of a given image.
84332 */
84333 createVariation(body, options) {
84334 return this._client.post("/images/variations", multipartFormRequestOptions({ body, ...options }));
84335 }
84336 /**
84337 * Creates an edited or extended image given an original image and a prompt.
84338 */

Callers

nothing calls this directly

Calls 2

postMethod · 0.80

Tested by

no test coverage detected