Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chainlit-5-wd-prompt.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Human feedback is a crucial part of developing your LLM app or agent. It allows your users to provide direct feedback on the interaction, which can be used to improve the performance and accuracy of your system.
A list of feedback left by users on steps

Create a feedback

feedback = await client.api.create_feedback(
    step_id="<STEP_UUID>",
    value=1,
    comment="Hello world",
    strategy="BINARY",
)