langsmith.client.Client.update_feedback#
- Client.update_feedback(feedback_id: UUID | str, *, score: float | int | bool | None = None, value: float | int | bool | str | dict | None = None, correction: dict | None = None, comment: str | None = None) None[source]#
Update a feedback in the LangSmith API.
- Parameters:
feedback_id (str or UUID) – The ID of the feedback to update.
score (float or int or bool or None, default=None) – The score to update the feedback with.
value (float or int or bool or str or dict or None, default=None) – The value to update the feedback with.
correction (dict or None, default=None) – The correction to update the feedback with.
comment (str or None, default=None) – The comment to update the feedback with.
- Return type:
None