clamsproject / clams-python

CLAMS SDK for python
http://sdk.clams.ai/
Apache License 2.0
4 stars 1 forks source link

`views[].metadata.parameters` record only the first value for `multivalued=T` params #214

Closed keighrim closed 2 months ago

keighrim commented 2 months ago

Bug Description

When multiple values handed over a HTTP request, only the first value is recorded in the output MMIF as the "raw" user input. The records in appConfiguration correctly contains all the values.

Reproduction steps

Found this bug while experimenting with https://apps.clams.ai/simple-timepoints-stitcher/v1.2/

Expected behavior

No response

Log output

No response

Screenshots

No response

Additional context

No response