> ## 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.oai.openai_utils.update_gpt_assistant

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

#### update\_gpt\_assistant

```python theme={null}
update_gpt_assistant(
    client: OpenAI,
    assistant_id: str,
    assistant_config: dict[str, Any]
) -> Assistant
```

Update openai gpt assistant

<b>Parameters:</b>

| Name               | Description                      |
| ------------------ | -------------------------------- |
| `client`           | **Type:** OpenAI                 |
| `assistant_id`     | **Type:** str                    |
| `assistant_config` | **Type:** dict\[str, typing.Any] |

<br />
