issues
search
Chainlit
/
literalai-python
https://docs.getliteral.ai/
Apache License 2.0
12
stars
0
forks
source link
add feedback support
#3
Closed
tpatel
closed
11 months ago
tpatel
commented
11 months ago
new Feedback class and FeedbackStrategy enum
the processor isn't required on steps anymore, only the
finalize
function fails when it's not there
new Step method to create a Step object from an API json answer
also fixed openai instrumentation so that the generation type uses the GenerationType enum
updated the example to show how it would look to add a feedback to an existing step
finalize
function fails when it's not there