feat(design): thread image quality, count and layered output through domain
Add ImageQuality/ImageCount to AgentRequest, AgentChatRequest and Job, add OutputFormat to GeneratorTaskInputArgs, and introduce the LayeredDocument types and LayeredDocumentGenerator port for PSD output. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,8 @@ type Job struct {
|
||||
Mode string
|
||||
ImageModel string
|
||||
ImageSize string
|
||||
ImageQuality string
|
||||
ImageCount int
|
||||
TaskPlan AgentTaskPlan
|
||||
EnableWebSearch bool
|
||||
Isolated bool
|
||||
|
||||
Reference in New Issue
Block a user