You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two doc-accuracy fixes from the PR #205 review:
- The cohere.py module docstring said ScoredDocument.document is null on
every result, but the parser passes a document echo through when a
response carries one (fixture 012 + unit tests). Reword to match.
- The response.py comment said undeclared extras are forwarded to the
wire untouched, but the mapping reserves model / query / documents /
top_n. Tighten to note the provider-reserved keys.
0 commit comments