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
Type DecodedPayload.token_ids instead of an untyped extras bag
Replace the Dict[str, Any] `extras` field (only ever holding logprobs token_ids)
with a typed `token_ids: Optional[List[int]]` field. Callers now get a real type
(dp.token_ids) instead of Any from extras.get(...). Update adapter, tests, README.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments