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?