Chainlit / literalai-python

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

feat: create_score add warn when passing genration_id #139

Closed Matthieu-OD closed 2 weeks ago

Matthieu-OD commented 2 weeks ago

image

Matthieu-OD commented 2 weeks ago

@Matthieu-OD I have an error when creating a score with generation_id: image

Side note: all our Python APIs have async counterparts, we unfortunately have to update both definitions every time.

the error comes from the fact that you dont pass a step id or other type of argument

thx missed the async version of the function