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:
2026-07-09 20:42:26 +08:00
parent db41dac5e9
commit 00b70298f2
2 changed files with 41 additions and 15 deletions
+2
View File
@@ -24,6 +24,8 @@ type Job struct {
Mode string
ImageModel string
ImageSize string
ImageQuality string
ImageCount int
TaskPlan AgentTaskPlan
EnableWebSearch bool
Isolated bool