Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Example of Feedback collected on Literal
feedback = await client.api.create_feedback( step_id="<STEP_UUID>", value=1, comment="Hello world", strategy="BINARY", )
const feedback = await client.api.createFeedback({ stepId: '<STEP_UUID>', value: 1, comment: 'Example feedback', });
Was this page helpful?