What component(s) are affected?
Opik version
- Opik version: opik-1.9.101
Describe the problem
Getting "Unable to process JSON. Cannot deserialize value of type java.util.UUID from String" trying to add threads to an annotation queue through the python SDK.
I am able to add these same threads to a queue using the UI on comet.com. Are these not valid id names even though it let's you create with them and everything works through the UI?
opik_client.rest_client.annotation_queues.add_items_to_annotation_queue(
id=queue_id,
ids=[thread_id],
)
Reproduction steps and code snippets
No response
Error logs or stack trace
No response
Healthcheck results
No response