-
Notifications
You must be signed in to change notification settings - Fork 698
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
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.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.