Chainlit / literalai-python

https://docs.getliteral.ai/
Apache License 2.0
12 stars 0 forks source link

fix: make params optional #66

Closed desaxce closed 6 months ago

desaxce commented 6 months ago

Dataset.create_experiment had params mandatory at the GraphQL level.

I changed it to be optional.


This change is Reviewable

linear[bot] commented 6 months ago
ENG-1278 Make params optional in Dataset.create_experiment API

## Description Currently the params is typed optional, but GraphQL query specifies it mandatory. ## DoD * Able to call dataset.create_experiment without `params` * Python and TS SDK