Skip to content

Python SDK v7.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:35
af64b43

Added

  • semantic_similarity rule condition for signal evaluations. client.signals.create (and update) now accept a { "type": "semantic_similarity", "query": ..., "operator": ..., "threshold": ... } item in a rule evaluation's conditions, which matches a session's messages against query by embedding similarity. operator defaults to gte; threshold is in [0, 1].