Skip to content

Commit a4a8d92

Browse files
committed
[Frontend] OpenAI Responses API supports Tool/Function calling
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 9d9cd2a commit a4a8d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def validate_prompt(cls, data):
353353
raise ValueError("prompt template is not supported")
354354
return data
355355

356-
@model_validator(mode="before")
356+
@model_validator(mode="before")
357357
def check_cache_salt_support(cls, data):
358358
if data.get("cache_salt") is not None:
359359
if not envs.VLLM_USE_V1:

0 commit comments

Comments
 (0)