Gym icon indicating copy to clipboard operation
Gym copied to clipboard

Explicitly don't support Responses API instructions

Open bxyu-nvidia opened this issue 3 months ago • 2 comments

Use cases, pain points, and background instructions is a valid Response create parameter https://platform.openai.com/docs/api-reference/responses/create#responses_create-instructions. however, we don't have a clear implementation of this.

Description: For the moment, we should explicitly error out when instructions are provided on Response create. Eventually we may want to support this when there is clearer guidance from OpenAI on what this maps to underneath the hood e.g. system or developer message.

Design: Should just touch nemo_gym/openai_utils.py

Out of scope:

Acceptance Criteria:

  • [ ] Implementation of the above
  • [ ] Test

bxyu-nvidia avatar Sep 18 '25 02:09 bxyu-nvidia

classifying this as a bug: current unclear/undefined handling of valid OpenAI parameter is problematic behavior that needs fixing.

cwing-nvidia avatar Oct 23 '25 18:10 cwing-nvidia

I think we could just treat as system message

cmunley1 avatar Dec 02 '25 18:12 cmunley1