Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_feedback( self, feedback_id: ID_TYPE, *, score: Union[float, int,
feedback_id
Union[UUID, str]
The ID of the feedback to update.
score
Optional[Union[float, int, bool]]
None
value
Optional[Union[float, int, bool, str, dict]]
correction
Optional[dict]
comment
Optional[str]
Update a feedback in the LangSmith API.
The score to update the feedback with.
The value to update the feedback with.
The correction to update the feedback with.
The comment to update the feedback with.