Completions API has this functionality, however I think not supporting it on responses endpoint is an oversight. It was a used feature, why would you decide to not move forward with it? We were using it in completions API, and now implementing the responses API breaks things because of this.
An example of what I’m referring to (name field in inputs)
{
role: “user”,
name: “user_1”,
content: “message”
}