Not planned
Description
Question
In the responses API a can pass:
reasoning={
"generate_summary": "concise",
},
on create()
, how to allow the agent also the return the summary?
If i follow the example i just see:
LLM resp:
[
{
"id": "rs_xxxx",
"summary": [],
"type": "reasoning",
"status": null
},
How to pass the param to generate the summary?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
rm-openai commentedon May 15, 2025
You can use
ModelSettings(reasoning={"generate_summary": "concise"})
on your Agentgithub-actions commentedon May 23, 2025
This issue is stale because it has been open for 7 days with no activity.
github-actions commentedon May 26, 2025
This issue was closed because it has been inactive for 3 days since being marked as stale.