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
Correct the Cohere input_type extras-escape-hatch wording
The error message, docstring, and comment claimed Cohere's other input_type
values (classification / clustering / image) ride the extras pass-through
bag. That is unachievable: input_type is a declared config field (so a
caller cannot route it through model_extra), and an unrecognized value is
rejected pre-send. Reword to the achievable behavior -- those values are
outside OA's {query, document} value space and not reachable through this
mapping; the precision escape hatch (embedding_types) is unaffected. The
§8.4 wording it was copied from is flagged to spec separately.
0 commit comments