Add reasoning examples for GPT-OSS in Markdown examples (#9626)

This commit is contained in:
Vincent Zhong
2025-09-14 23:27:40 -04:00
committed by GitHub
parent 1489cd6c02
commit 0b14159fc4
2 changed files with 12 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ class ChatCompletionRequest(BaseModel):
description="Constrains effort on reasoning for reasoning models. "
"'low' is the least effort, 'high' is the most effort. Reducing reasoning effort can "
"result in faster responses and fewer tokens used on reasoning in a response. "
"Currently only supported for OpenAI models.",
"Currently only supported for OpenAI models in the harmony path, i.e GPT-OSS models.",
)
@model_validator(mode="before")