MCPcopy Create free account
hub / github.com/aurora-develop/aurora / imageVariations

Method imageVariations

initialize/handlers.go:1260–1262  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

1258}
1259
1260func (h *Handler) imageVariations(c *gin.Context) {
1261 h.runImageEditFlow(c, true)
1262}
1263
1264// runImageEditFlow 统一处理 /v1/images/edits 和 /v1/images/variations。
1265// asVariation=true 时,即便客户端没有传 prompt,也会注入一条默认指令。

Callers

nothing calls this directly

Calls 1

runImageEditFlowMethod · 0.95

Tested by

no test coverage detected