Configuration for the Deep Research agent.

interface DeepResearchAgentConfig {
    thinking_summaries?: "auto" | "none";
    type?: "deep-research";
}

Properties

thinking_summaries?: "auto" | "none"

Whether to include thought summaries in the response.

type?: "deep-research"

Used as the OpenAPI type discriminator for the content oneof.