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):
default=False,
description=(
"Dictates whether or not to return messages as part of the "
"response object. Currently only supported for"
"non-background and gpt-oss only. "
"response object. Currently only supported for non-background."
),
)
# 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