Skip to content

Commit 7658f86

Browse files
authored
Update python/packages/autogen-ext/src/autogen_ext/models/openai/config/__init__.py
1 parent 27fdc6a commit 7658f86

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class CreateArguments(TypedDict, total=False):
5353
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.
56+
- 'minimal': Fastest response with minimal reasoning
5657
- 'low': Faster responses with less reasoning
5758
- 'medium': Balanced reasoning and speed
5859
- 'high': More thorough reasoning, may take longer"""

0 commit comments

Comments
 (0)