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
841d53aa
Unverified
Commit
841d53aa
authored
Jan 22, 2026
by
Chauncey
Committed by
GitHub
Jan 22, 2026
Browse files
[Frontend] add prompt_cache_key for openresponses (#32824)
Signed-off-by:
chaunceyjiang
<
chaunceyjiang@gmail.com
>
parent
1752262e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
vllm/entrypoints/openai/responses/protocol.py
vllm/entrypoints/openai/responses/protocol.py
+8
-0
No files found.
vllm/entrypoints/openai/responses/protocol.py
View file @
841d53aa
...
...
@@ -173,6 +173,14 @@ class ResponsesRequest(OpenAIBaseModel):
user
:
str
|
None
=
None
skip_special_tokens
:
bool
=
True
include_stop_str_in_output
:
bool
=
False
prompt_cache_key
:
str
|
None
=
Field
(
default
=
None
,
description
=
(
"A key that was used to read from or write to the prompt cache."
"Note: This field has not been implemented yet "
"and vLLM will ignore it."
),
)
# --8<-- [start:responses-extra-params]
request_id
:
str
=
Field
(
...
...
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