Skip to content

Commit b6bf024

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/packages/autogen-ext/src/autogen_ext/models/openai/config

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
@@ -50,7 +50,7 @@ class CreateArguments(TypedDict, total=False):
5050
user: str
5151
stream_options: Optional[StreamOptions]
5252
parallel_tool_calls: Optional[bool]
53-
reasoning_effort: Optional[Literal["low", "medium", "high"]]
53+
reasoning_effort: Optional[Literal["minimal", "low", "medium", "high"]]
5454
"""Controls the amount of effort the model uses for reasoning.
5555
Only applicable to reasoning models like o1 and o3-mini.
5656
- 'low': Faster responses with less reasoning

0 commit comments

Comments
 (0)