Log a numeric score to LangSmith.
Example:
expect.score(0.8) # doctest: +ELLIPSIS
<langsmith._expect._Matcher object at ...>
expect.score(0.8, key="similarity").to_be_greater_than(0.7)The score value to log.
The key to use for logging the score. Defaults to 'score'.