@sagentic-ai/sagentic-af / ImageEmbed
ImageEmbed ​
Properties ​
buffer? ​
ts
optional buffer: Buffer;
Base64 encoded image data, used with "base64" data
Source ​
detail? ​
ts
optional detail: "auto" | "high" | "low";
Detail of the image
Source ​
transport ​
ts
transport: "url" | "base64";
Transport of the image
Source ​
url? ​
ts
optional url: string;
URL to the image data, used with "url" transport