LogoPixi’VN
indexInterfaces

Interface: ImageGenerateOptions

Defined in: src/types/ImageGenerateOptions.ts:7

Options shared by ai.image.generateBackground and ai.image.generateElement.

Extends

Extended by

Properties

context?

> optional context?: string

Defined in: src/types/GenerateOptions.ts:19

Additional developer context, injected verbatim into the prompt.

Inherited from

GenerateOptions.context


history?

> optional history?: boolean

Defined in: src/types/GenerateOptions.ts:15

Include the Pixi'VN narrative history.

When not false, the history is retrieved directly from Pixi'VN and serialized into JSON.

Default

true

Inherited from

GenerateOptions.history


referenceImage?

> optional referenceImage?: string

Defined in: src/types/ImageGenerateOptions.ts:11

Optional reference image, forwarded to providers that support image-to-image generation.


scene?

> optional scene?: string

Defined in: src/types/GenerateOptions.ts:23

Scene description.

Inherited from

GenerateOptions.scene


style?

> optional style?: string

Defined in: src/types/GenerateOptions.ts:27

Desired style (tone of voice, art style, etc).

Inherited from

GenerateOptions.style

On this page