every time i set the type to String[] i get an error that said : {
"detail": "Failed to create quiz: Invalid document structure: Attribute options['0'] has invalid type. Value must be a valid string and no longer than 5000 chars"
}
TL;DR
Developers are trying to set a dictionary value to an attribute in a collection but are encountering an error when setting the type to String[]. The error message states that the attribute "options['0']" must be a valid string and no longer than 5000 characters.
Mohammed.
22 Aug, 2024, 12:43
Guys, how i can set a Dict value to the attribute in my collection ?