AxChatImageOutput
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?
optional data: string;Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L458
id?
optional id: string;Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L457
isDelta?
optional isDelta: boolean;Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L461
mimeType?
optional mimeType: string;Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L460
url?
optional url: string;Defined in: https://github.com/ax-llm/ax/blob/5c43344f9ef3016db576fa2c3b59d48ef21b4d71/src/ax/ai/types.ts#L459