update_gpt_assistant
Name | Description |
---|---|
client | Type: OpenAI |
assistant_id | Type: str |
assistant_config | Type: dict[str, typing.Any] |
update_gpt_assistant(
client: OpenAI,
assistant_id: str,
assistant_config: dict[str, Any]
) -> Assistant
Name | Description |
---|---|
client | Type: OpenAI |
assistant_id | Type: str |
assistant_config | Type: dict[str, typing.Any] |