Skip to main content

Interface: ImageGenerationAbilityConfig

Defined in: packages/sdk/src/types/ability-types.ts:368

Config for image_generation ability

Properties

defaultAspectRatio?

optional defaultAspectRatio: "auto" | "1:1" | "16:9" | "9:16" | "4:3" | "3:4"

Defined in: packages/sdk/src/types/ability-types.ts:373

Preferred aspect ratio the agent uses when the user doesn't request a specific shape. 'auto' lets the agent choose per request (default: 'auto').


maxImages?

optional maxImages: 1 | 2 | 3 | 4

Defined in: packages/sdk/src/types/ability-types.ts:375

Maximum images the agent may generate in a single request, 1-4 (default: 4)