-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Reasoning models are the best for getting the most accurate result, but they take forever. I'd like to specify the reasoning_effort to be low, like such:
agent = Agent(
name="",
instructions="",
model="o3-mini",
model_settings=ModelSettings(parallel_tool_calls=True, truncation="auto", reasoning_effort="low"),
tools=[]
)
https://platform.openai.com/docs/guides/reasoning?api-mode=responses
But it is not available on ModelSettings
https://openai.github.io/openai-agents-python/ref/model_settings/
rm-openai, oersted, askmuhsin, gogogorilla, krakotay and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers