This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ComicDescription { | |
tags ("physics" | "programming" | "multiple people" | "irony" | "woman" | "politics" | "philosophy" | "finance")[]? @description("Tags best fitting for this comic. Those eight: physics, programming, multiple people, irony, woman, politics, philosophy, finance") | |
tiles string? @description("Amount of sections the comic has, answer with number") | |
PresentItem string[]? @description("Physical items portrayed in this comic") | |
Interpretation string | |
Rating (0 | 1 | 2 | 3 | 4 | 5)? @description("Humor level of the topic 0-5") | |
Color ("black-white" | "color")? @description("Color: black-white or color") | |
} | |
function DescribeImage(first_image: image) -> ComicDescription { |