Skip to content

Commit 99393c2

Browse files
wanlin31copybara-github
authored andcommitted
chore: Remove legacy streaming event types from InteractionSseEvent.
PiperOrigin-RevId: 911659249
1 parent 246b576 commit 99393c2

12 files changed

Lines changed: 0 additions & 757 deletions

google/genai/_interactions/types/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@
3434
from .interaction import Interaction as Interaction
3535
from .model_param import ModelParam as ModelParam
3636
from .usage_param import UsageParam as UsageParam
37-
from .content_stop import ContentStop as ContentStop
3837
from .image_config import ImageConfig as ImageConfig
3938
from .text_content import TextContent as TextContent
4039
from .thought_step import ThoughtStep as ThoughtStep
4140
from .url_citation import URLCitation as URLCitation
4241
from .allowed_tools import AllowedTools as AllowedTools
4342
from .audio_content import AudioContent as AudioContent
44-
from .content_delta import ContentDelta as ContentDelta
4543
from .content_param import ContentParam as ContentParam
46-
from .content_start import ContentStart as ContentStart
4744
from .file_citation import FileCitation as FileCitation
4845
from .image_content import ImageContent as ImageContent
4946
from .speech_config import SpeechConfig as SpeechConfig
@@ -60,13 +57,11 @@
6057
from .generation_config import GenerationConfig as GenerationConfig
6158
from .model_output_step import ModelOutputStep as ModelOutputStep
6259
from .function_call_step import FunctionCallStep as FunctionCallStep
63-
from .google_maps_result import GoogleMapsResult as GoogleMapsResult
6460
from .image_config_param import ImageConfigParam as ImageConfigParam
6561
from .text_content_param import TextContentParam as TextContentParam
6662
from .thought_step_param import ThoughtStepParam as ThoughtStepParam
6763
from .tool_choice_config import ToolChoiceConfig as ToolChoiceConfig
6864
from .url_citation_param import URLCitationParam as URLCitationParam
69-
from .url_context_result import URLContextResult as URLContextResult
7065
from .allowed_tools_param import AllowedToolsParam as AllowedToolsParam
7166
from .audio_content_param import AudioContentParam as AudioContentParam
7267
from .file_citation_param import FileCitationParam as FileCitationParam
@@ -77,7 +72,6 @@
7772
from .webhook_ping_params import WebhookPingParams as WebhookPingParams
7873
from .dynamic_agent_config import DynamicAgentConfig as DynamicAgentConfig
7974
from .function_result_step import FunctionResultStep as FunctionResultStep
80-
from .google_search_result import GoogleSearchResult as GoogleSearchResult
8175
from .place_citation_param import PlaceCitationParam as PlaceCitationParam
8276
from .text_response_format import TextResponseFormat as TextResponseFormat
8377
from .webhook_config_param import WebhookConfigParam as WebhookConfigParam
@@ -114,19 +108,15 @@
114108
from .deep_research_agent_config import DeepResearchAgentConfig as DeepResearchAgentConfig
115109
from .dynamic_agent_config_param import DynamicAgentConfigParam as DynamicAgentConfigParam
116110
from .function_result_step_param import FunctionResultStepParam as FunctionResultStepParam
117-
from .google_maps_call_arguments import GoogleMapsCallArguments as GoogleMapsCallArguments
118111
from .interaction_complete_event import InteractionCompleteEvent as InteractionCompleteEvent
119112
from .text_response_format_param import TextResponseFormatParam as TextResponseFormatParam
120-
from .url_context_call_arguments import URLContextCallArguments as URLContextCallArguments
121113
from .audio_response_format_param import AudioResponseFormatParam as AudioResponseFormatParam
122114
from .file_search_call_step_param import FileSearchCallStepParam as FileSearchCallStepParam
123115
from .google_maps_call_step_param import GoogleMapsCallStepParam as GoogleMapsCallStepParam
124116
from .image_response_format_param import ImageResponseFormatParam as ImageResponseFormatParam
125117
from .mcp_server_tool_result_step import MCPServerToolResultStep as MCPServerToolResultStep
126118
from .url_context_call_step_param import URLContextCallStepParam as URLContextCallStepParam
127119
from .video_response_format_param import VideoResponseFormatParam as VideoResponseFormatParam
128-
from .google_search_call_arguments import GoogleSearchCallArguments as GoogleSearchCallArguments
129-
from .code_execution_call_arguments import CodeExecutionCallArguments as CodeExecutionCallArguments
130120
from .file_search_result_step_param import FileSearchResultStepParam as FileSearchResultStepParam
131121
from .google_maps_result_step_param import GoogleMapsResultStepParam as GoogleMapsResultStepParam
132122
from .google_search_call_step_param import GoogleSearchCallStepParam as GoogleSearchCallStepParam

google/genai/_interactions/types/code_execution_call_arguments.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)