Unverified Commit 6f5e7cda authored by cmunley1's avatar cmunley1 Committed by GitHub
Browse files

support return prompt token ids in responses (#33378)

parent 68feb76a
...@@ -222,8 +222,7 @@ class ResponsesRequest(OpenAIBaseModel): ...@@ -222,8 +222,7 @@ class ResponsesRequest(OpenAIBaseModel):
default=False, default=False,
description=( description=(
"Dictates whether or not to return messages as part of the " "Dictates whether or not to return messages as part of the "
"response object. Currently only supported for" "response object. Currently only supported for non-background."
"non-background and gpt-oss only. "
), ),
) )
# similar to input_messages / output_messages in ResponsesResponse # similar to input_messages / output_messages in ResponsesResponse
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment