namespace AIStudio.Chat;

public enum ContentImageSource
{
    URL,
    LOCAL_PATH,
    BASE64,
}