AxChatImageOutput Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxChatImageOutput.md type AxChatImageOutput

AxChatImageOutput

TypeScript
type AxChatImageOutput = object;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L456

Generated image returned by an image-capable model through chat().

Properties

data?

TypeScript
optional data: string;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L458


id?

TypeScript
optional id: string;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L457


isDelta?

TypeScript
optional isDelta: boolean;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L461


mimeType?

TypeScript
optional mimeType: string;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L460


url?

TypeScript
optional url: string;

Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L459

Docs