Skip to content

Commit 71a7832

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore!: remove deprecated transfer_to_agent parameter
PiperOrigin-RevId: 818786387
1 parent 00e57de commit 71a7832

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vertexai/_genai/types.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7737,10 +7737,6 @@ class EventActions(_common.BaseModel):
77377737
default=None,
77387738
description="""Optional. If set, the event transfers to the specified agent.""",
77397739
)
7740-
transfer_to_agent: Optional[bool] = Field(
7741-
default=None,
7742-
description="""Deprecated. If set, the event transfers to the specified agent.""",
7743-
)
77447740

77457741

77467742
class EventActionsDict(TypedDict, total=False):
@@ -7764,9 +7760,6 @@ class EventActionsDict(TypedDict, total=False):
77647760
transfer_agent: Optional[str]
77657761
"""Optional. If set, the event transfers to the specified agent."""
77667762

7767-
transfer_to_agent: Optional[bool]
7768-
"""Deprecated. If set, the event transfers to the specified agent."""
7769-
77707763

77717764
EventActionsOrDict = Union[EventActions, EventActionsDict]
77727765

0 commit comments

Comments
 (0)