DeepResearchAgentConfig

public final class DeepResearchAgentConfig

Configuration for the Deep Research agent.

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard
public final class ThinkingSummaries implements Enum

Whether to include thought summaries in the response.

Link copied to clipboard
public final class Visualization implements Enum

Whether to include visualizations in the response.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<Boolean> _collaborativePlanning()

Returns the raw JSON value of collaborativePlanning.

Link copied to clipboard

Returns the raw JSON value of thinkingSummaries.

Link copied to clipboard
public final JsonValue _type()

Expected to always return the following:

Link copied to clipboard

Returns the raw JSON value of visualization.

Link copied to clipboard

Returns a mutable builder for constructing an instance of DeepResearchAgentConfig.

Link copied to clipboard

Enables human-in-the-loop planning for the Deep Research agent. If set to true, the Deep Research agent will provide a research plan in its response. The agent will then proceed only if the user confirms the plan in the next turn.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard

Whether to include thought summaries in the response.

Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard
Link copied to clipboard

Whether to include visualizations in the response.