Gym icon indicating copy to clipboard operation
Gym copied to clipboard

question: state based verification for multi-step

Open cwing-nvidia opened this issue 1 week ago • 0 comments

Referenced the workplace assistant example's verify function here: https://github.com/NVIDIA-NeMo/Gym/blob/main/resources_servers/workplace_assistant/app.py#L99 . This verify basically resets the states and executes the predicted functions and ground truth functions.

How would we pull the resulting states from the same session for a given task after multiple function calls?

For multi-step function calling in a single conversation turn, e.g.: func_1, func_2. how to pass func_1's output to func_2?

cwing-nvidia avatar Dec 18 '25 17:12 cwing-nvidia