mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix the comment
This commit is contained in:
parent
0f8e4364d6
commit
02a41a5c13
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ class LiteLLMResponsesTransformationHandler(CompletionTransformationBridge):
|
|||
if isinstance(reasoning_effort, dict):
|
||||
return Reasoning(**reasoning_effort) # type: ignore[typeddict-item]
|
||||
|
||||
# If string is passed, map with summary="concise"
|
||||
# If string is passed, map with summary="detailed"
|
||||
if reasoning_effort == "none":
|
||||
return Reasoning(effort="none", summary="detailed") # type: ignore
|
||||
elif reasoning_effort == "high":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue