Skip to content

feat: add field to indicate whether an image is AI generated#940

Open
Jonas-C wants to merge 1 commit into
masterfrom
feat/ai-generated
Open

feat: add field to indicate whether an image is AI generated#940
Jonas-C wants to merge 1 commit into
masterfrom
feat/ai-generated

Conversation

@Jonas-C
Copy link
Copy Markdown
Contributor

@Jonas-C Jonas-C commented May 4, 2026

https://github.com/NDLANO/Issues/issues/4533

Usikker på kotyme for navngivning av enumer, så gi tyn hvis dere vil endre på noe.

@Jonas-C Jonas-C force-pushed the feat/ai-generated branch 2 times, most recently from 591733e to 716eda7 Compare May 4, 2026 10:45
@Jonas-C Jonas-C marked this pull request as ready for review May 4, 2026 10:45
@Jonas-C Jonas-C requested a review from a team May 4, 2026 10:45
@Jonas-C Jonas-C force-pushed the feat/ai-generated branch from 716eda7 to 5bf9551 Compare May 4, 2026 11:01
@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,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tipper dette krever fem minutter med arbeid i ED, så tror ikke det har allverdens å si.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denne må bytte navn til V27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants