With GPT-5.2, is it possible to influence the content of the reasoning summaries returned by the model?
I am aware that:
-
reasoning summaries verbosity can be set via the
summaryparameter (I use `auto`), -
the reasoning effort of internal can be set via
effort(I use `low`).
However, my goal is more specific:
I would like to force certain information (tool preambles/ justifications) to appear in the reasoning summary itself, rather than in the assistant’s normal output (plain text or JSON-structured responses).
Concretely:
-
Is there any supported way to specify what types of information must appear in the reasoning summary?
-
Can the reasoning summary be shaped or constrained (e.g., via prompts, system instructions, or structured output)?
-
Or is the reasoning summary entirely system-generated and non-configurable beyond the existing
summary/effortparameters?