Skip to content

Commit 27fdc6a

Browse files
ekzhuBaillyM
andauthored
Apply suggestion from @BaillyM
Co-authored-by: Maurice Bailly <baillymaurice@hotmail.com>
1 parent b6bf024 commit 27fdc6a

File tree

1 file changed

+1
-1
lines changed
  • python/packages/autogen-ext/src/autogen_ext/models/openai/config

1 file changed

+1
-1
lines changed

python/packages/autogen-ext/src/autogen_ext/models/openai/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class CreateArgumentsConfigModel(BaseModel):
106106
stream_options: StreamOptions | None = None
107107
parallel_tool_calls: bool | None = None
108108
# Controls the amount of effort the model uses for reasoning (reasoning models only)
109-
reasoning_effort: Literal["low", "medium", "high"] | None = None
109+
reasoning_effort: Literal["minimal", "low", "medium", "high"] | None = None
110110

111111

112112
class BaseOpenAIClientConfigurationConfigModel(CreateArgumentsConfigModel):

0 commit comments

Comments
 (0)