Skip to content

How to pass reasoning=generate_summary for ComputerTool Agent? #698

@ChrisDelClea

Description

@ChrisDelClea

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

No one assigned

    Labels

    questionQuestion about using the SDKstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions