Strands Agents Typescript SDK
    Preparing search index...

    Type Alias ImageSource

    ImageSource:
        | { type: "imageSourceBytes"; bytes: Uint8Array }
        | { type: "imageSourceS3Location"; s3Location: S3Location }
        | { type: "imageSourceUrl"; url: string }

    Source for an image (Class version).