Skip to content

deep research agent deadline_exceeded #1871

@zhushanwei

Description

@zhushanwei

client = genai.Client()
initial_stream = client.interactions.create(
input=prompt,
agent='deep-research-pro-preview-12-2025',
background=True,
stream=True,
agent_config={
"type": "deep-research",
"thinking_summaries": "auto"
}
)
for event in event_stream:
print(event)

The following error occurred. Which parameters need to be modified? Thanks

ErrorEvent(error=Error(code='deadline_exceeded', message=''), event_id=None, event_type='error')

Metadata

Metadata

Assignees

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions