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

Method generate

out/cli.cjs:84339–84341  ·  view source on GitHub ↗

* Creates an image given a prompt.

(body, options)

Source from the content-addressed store, hash-verified

84337 * Creates an edited or extended image given an original image and a prompt.
84338 */
84339 edit(body, options) {
84340 return this._client.post("/images/edits", multipartFormRequestOptions({ body, ...options }));
84341 }
84342 /**
84343 * Creates an image given a prompt.
84344 */

Callers 2

iterator2Method · 0.45
makeStatusErrorMethod · 0.45

Calls 1

postMethod · 0.80

Tested by

no test coverage detected