> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.tools.dependency_injection.remove_params

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### remove\_params

```python theme={null}
remove_params(
    func: Callable[..., Any],
    sig: Signature,
    params: Iterable[str]
) -> None
```

<b>Parameters:</b>

| Name     | Description                   |
| -------- | ----------------------------- |
| `func`   | **Type:** Callable\[..., Any] |
| `sig`    | **Type:** inspect.Signature   |
| `params` | **Type:** Iterable\[str]      |

<br />
