NVIDIA-NeMo / NVIDIA-NeMo/Gym

Refactor Token ID handling

Open
#841 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

models
Dominant language
Python
Stars
1.2k
Forks
349
Avg merge
1d 21h
Merged PRs (30d)
318

Description

Token ID handling is a bit of a burden for Responses API Agent server developers, and we want to avoid them having to handle this sort of thing.

Also, there are generation engines that require additional information beyond that of just token IDs that should also be passed back to the model endpoint

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are identified. Start by locating the Responses API Agent server and model endpoint, then trace how token IDs and generation-engine information currently move between them. Done means callers no longer need to handle token IDs directly and the endpoint can receive the additional engine information described.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend-api-design
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.