ecp.action(name="delete_data",
description="Delete data from a table.")
| 1 | """Database Environment for AgentWorld - provides database operations as an environment.""" |
| 2 | |
| 3 | import os |
| 4 | from typing import Any, Dict, List, Union, Optional, Type |
nothing calls this directly
no outgoing calls
no test coverage detected