Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions google/genai/_gaos/resources/interactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from ...types.interactions.codeexecutioncallarguments import CodeExecutionCallArguments
from ...types.interactions.codeexecutioncallstep import CodeExecutionCallStep
from ...types.interactions.codeexecutionresultstep import CodeExecutionResultStep
from ...types.interactions.codemenderagentconfig import CodeMenderAgentConfig
from ...types.interactions.content import Content
from ...types.interactions.createagentinteraction import (
CreateAgentInteractionParam as CreateAgentInteractionParamsNonStreaming,
Expand Down Expand Up @@ -100,6 +101,7 @@
from ...types.interactions.videoresponseformat import VideoResponseFormat
from ...types.interactions.webhookconfig import WebhookConfig
from . import codeexecutioncallstep
from . import codemenderagentconfig
from . import environment
from . import errorevent
from . import googlemapscallstep
Expand Down Expand Up @@ -130,6 +132,7 @@
"CodeExecutionCallArguments",
"CodeExecutionCallStep",
"CodeExecutionResultStep",
"CodeMenderAgentConfig",
"Content",
"CreateAgentInteractionParamsNonStreaming",
"CreateAgentInteractionParamsStreaming",
Expand Down Expand Up @@ -197,6 +200,7 @@
"VideoResponseFormat",
"WebhookConfig",
"codeexecutioncallstep",
"codemenderagentconfig",
"environment",
"errorevent",
"googlemapscallstep",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# pyformat: disable

"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from ....types.interactions.codemenderagentconfig import (
FindRequest,
FixRequest,
SessionConfig,
)
from . import find_request
from . import fix_request

__all__ = ["FindRequest", "FixRequest", "SessionConfig", "find_request", "fix_request"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# pyformat: disable

"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .....types.interactions.filecontent import FileContent as SourceFile

__all__ = ["SourceFile"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# pyformat: disable

"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .....types.interactions.filecontent import FileContent as SourceFile

__all__ = ["SourceFile"]
34 changes: 34 additions & 0 deletions google/genai/_gaos/types/interactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@
CodeExecutionResultStep,
CodeExecutionResultStepParam,
)
from .codemenderagentconfig import (
CodeMenderAgentConfig,
CodeMenderAgentConfigParam,
FindRequest,
FindRequestParam,
FixRequest,
FixRequestParam,
Mode,
SessionConfig,
SessionConfigParam,
)
from .computeruse import (
ComputerUse,
ComputerUseParam,
Expand Down Expand Up @@ -113,6 +124,7 @@
from .errorevent import ErrorEvent, ErrorEventTypedDict
from .exaaisearchconfig import ExaAISearchConfig, ExaAISearchConfigParam
from .filecitation import FileCitation, FileCitationParam
from .filecontent import FileContent, FileContentParam
from .filesearch import FileSearch, FileSearchParam
from .filesearchcalldelta import FileSearchCallDelta, FileSearchCallDeltaTypedDict
from .filesearchcallstep import FileSearchCallStep, FileSearchCallStepParam
Expand Down Expand Up @@ -406,6 +418,8 @@
"CodeExecutionResultDeltaTypedDict",
"CodeExecutionResultStep",
"CodeExecutionResultStepParam",
"CodeMenderAgentConfig",
"CodeMenderAgentConfigParam",
"ComputerUse",
"ComputerUseParam",
"Content",
Expand Down Expand Up @@ -451,6 +465,8 @@
"ExaAISearchConfigParam",
"FileCitation",
"FileCitationParam",
"FileContent",
"FileContentParam",
"FileSearch",
"FileSearchCallDelta",
"FileSearchCallDeltaTypedDict",
Expand All @@ -465,6 +481,10 @@
"FileSearchResultTypedDict",
"Filter",
"FilterParam",
"FindRequest",
"FindRequestParam",
"FixRequest",
"FixRequestParam",
"Function",
"FunctionCallStep",
"FunctionCallStepParam",
Expand Down Expand Up @@ -585,6 +605,7 @@
"MediaResolution",
"ModalityTokens",
"ModalityTokensTypedDict",
"Mode",
"Model",
"ModelOutputStep",
"ModelOutputStepParam",
Expand Down Expand Up @@ -612,6 +633,8 @@
"ReviewSnippet",
"ReviewSnippetParam",
"ServiceTier",
"SessionConfig",
"SessionConfigParam",
"Source",
"SourceParam",
"SourceType",
Expand Down Expand Up @@ -747,6 +770,15 @@
"CodeExecutionResultDeltaTypedDict": ".codeexecutionresultdelta",
"CodeExecutionResultStep": ".codeexecutionresultstep",
"CodeExecutionResultStepParam": ".codeexecutionresultstep",
"CodeMenderAgentConfig": ".codemenderagentconfig",
"CodeMenderAgentConfigParam": ".codemenderagentconfig",
"FindRequest": ".codemenderagentconfig",
"FindRequestParam": ".codemenderagentconfig",
"FixRequest": ".codemenderagentconfig",
"FixRequestParam": ".codemenderagentconfig",
"Mode": ".codemenderagentconfig",
"SessionConfig": ".codemenderagentconfig",
"SessionConfigParam": ".codemenderagentconfig",
"ComputerUse": ".computeruse",
"ComputerUseParam": ".computeruse",
"DisabledSafetyPolicy": ".computeruse",
Expand Down Expand Up @@ -799,6 +831,8 @@
"ExaAISearchConfigParam": ".exaaisearchconfig",
"FileCitation": ".filecitation",
"FileCitationParam": ".filecitation",
"FileContent": ".filecontent",
"FileContentParam": ".filecontent",
"FileSearch": ".filesearch",
"FileSearchParam": ".filesearch",
"FileSearchCallDelta": ".filesearchcalldelta",
Expand Down
Loading
Loading