🔄 Big News! bazed.ai is now sagentic.ai. Same vision, new name!

Skip to content

@sagentic-ai/sagentic-af / ImageEmbed

ImageEmbed ​

Properties ​

buffer? ​

ts
optional buffer: Buffer;

Base64 encoded image data, used with "base64" data

Source ​

src/thread.ts:68


detail? ​

ts
optional detail: "auto" | "high" | "low";

Detail of the image

Source ​

src/thread.ts:70


transport ​

ts
transport: "url" | "base64";

Transport of the image

Source ​

src/thread.ts:64


url? ​

ts
optional url: string;

URL to the image data, used with "url" transport

Source ​

src/thread.ts:66