
Example of Feedback collected on Literal
Documentation Index
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?