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
07d61451
Unverified
Commit
07d61451
authored
Nov 06, 2025
by
Chauncey
Committed by
GitHub
Nov 05, 2025
Browse files
[Misc] Remove the duplicate code (#28111)
Signed-off-by:
chaunceyjiang
<
chaunceyjiang@gmail.com
>
parent
f948ab69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/entrypoints/openai/serving_responses.py
vllm/entrypoints/openai/serving_responses.py
+0
-5
No files found.
vllm/entrypoints/openai/serving_responses.py
View file @
07d61451
...
...
@@ -1000,11 +1000,6 @@ class OpenAIServingResponses(OpenAIServing):
# to add the tool call request to prev_outputs so that the
# parse_response_input can find the tool call request when
# parsing the tool call output.
if
(
isinstance
(
response_msg
,
dict
)
and
response_msg
.
get
(
"type"
)
==
"function_call"
):
response_msg
=
ResponseFunctionToolCall
.
model_validate
(
response_msg
)
if
isinstance
(
response_msg
,
ResponseFunctionToolCall
):
prev_outputs
.
append
(
response_msg
)
return
messages
...
...
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