File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444ASSET_USER_EMAIL_RECIPIENT = AssetRecipient (
4545 type = AgentEscalationRecipientType .ASSET_USER_EMAIL ,
46- assetName = "email_asset" ,
47- folderPath = "/Shared" ,
46+ asset_name = "email_asset" ,
47+ folder_path = "/Shared" ,
4848)
4949
5050ASSET_GROUP_NAME_RECIPIENT = AssetRecipient (
5151 type = AgentEscalationRecipientType .ASSET_GROUP_NAME ,
52- assetName = "group_asset" ,
53- folderPath = "/Shared" ,
52+ asset_name = "group_asset" ,
53+ folder_path = "/Shared" ,
5454)
5555
5656
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ def test_escalate_action_is_mapped_with_app_and_asset_recipient(self) -> None:
177177 """ESCALATE action is mapped to EscalateAction with correct app and recipient."""
178178 recipient = AssetRecipient (
179179 type = AgentEscalationRecipientType .ASSET_USER_EMAIL ,
180- assetName = "email_asset" ,
181- folderPath = "/Shared" ,
180+ asset_name = "email_asset" ,
181+ folder_path = "/Shared" ,
182182 )
183183
184184 app = AgentGuardrailEscalateActionApp (
You can’t perform that action at this time.
0 commit comments