Skip to content

Python SDK v9.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:03

Added

  • client.signals.submit_feedback — record a one-time verdict on whether a flagger-detected signal is a real problem, with an optional reason, and optionally archive the signal in the same call. Only signals a flagger detected accept feedback, and the verdict cannot be changed once submitted.
  • client.signals.get now returns feedback with the verdict submitted for the signal (value, passed, feedback), or None when none has been submitted yet.