feat: add field to indicate whether an image is AI generated#940
Open
Jonas-C wants to merge 1 commit into
Open
feat: add field to indicate whether an image is AI generated#940Jonas-C wants to merge 1 commit into
Jonas-C wants to merge 1 commit into
Conversation
591733e to
716eda7
Compare
gunnarvelle
reviewed
May 4, 2026
| @description("ISO 639-1 code that represents the language used in the caption") language: String, | ||
| @description("Describes if the model has released use of the image, allowed values are 'not-set', 'yes', 'no', and 'not-applicable', defaults to 'no'") modelReleased: Option[String] | ||
| @description("Describes if the model has released use of the image, allowed values are 'not-set', 'yes', 'no', and 'not-applicable', defaults to 'no'") modelReleased: Option[String], | ||
| @description("Describes whether the image is AI generated") aiGenerated: AiGenerated, |
Member
There was a problem hiding this comment.
Her må vi ha ed klar med denne funksjonaliteten ellers vil det ikkje funere å opprette nye bilder siden denne ikkje er optional. Men ser jo at dei ber om det.
Contributor
Author
There was a problem hiding this comment.
Tipper dette krever fem minutter med arbeid i ED, så tror ikke det har allverdens å si.
gunnarvelle
approved these changes
May 5, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/NDLANO/Issues/issues/4533
Usikker på kotyme for navngivning av enumer, så gi tyn hvis dere vil endre på noe.