diff --git a/agentplatform/_genai/sandbox_snapshots.py b/agentplatform/_genai/sandbox_snapshots.py index ffa7663a47..aaeb01da1e 100644 --- a/agentplatform/_genai/sandbox_snapshots.py +++ b/agentplatform/_genai/sandbox_snapshots.py @@ -580,7 +580,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandbox snapshots for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentSnapshots/{sandbox_snapshot_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListSandboxEnvironmentSnapshotsConfig): Optional. The configuration for the sandbox snapshots to list. diff --git a/agentplatform/_genai/sandbox_templates.py b/agentplatform/_genai/sandbox_templates.py index 6003894838..557cd7411e 100644 --- a/agentplatform/_genai/sandbox_templates.py +++ b/agentplatform/_genai/sandbox_templates.py @@ -620,7 +620,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandbox templates for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentTemplates/{sandbox_template_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListSandboxEnvironmentTemplatesConfig): Optional. The configuration for the sandbox templates to list. diff --git a/agentplatform/_genai/sandboxes.py b/agentplatform/_genai/sandboxes.py index 80e3683a99..bd15f1bc8d 100644 --- a/agentplatform/_genai/sandboxes.py +++ b/agentplatform/_genai/sandboxes.py @@ -749,7 +749,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandboxes for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/SandboxEnvironments/{sandbox_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListAgentEngineSandboxConfig): Optional. The configuration for the sandboxes to list.