Gym
Gym copied to clipboard
question: state based verification for multi-step
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?