Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6f5e7cda
Unverified
Commit
6f5e7cda
authored
Jan 31, 2026
by
cmunley1
Committed by
GitHub
Jan 31, 2026
Browse files
support return prompt token ids in responses (#33378)
parent
68feb76a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/entrypoints/openai/responses/protocol.py
vllm/entrypoints/openai/responses/protocol.py
+1
-2
No files found.
vllm/entrypoints/openai/responses/protocol.py
View file @
6f5e7cda
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment