Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

update_gpt_assistant

update_gpt_assistant(
    client: OpenAI,
    assistant_id: str,
    assistant_config: dict[str, Any]
) -> Assistant
Update openai gpt assistant Parameters:
NameDescription
clientType: OpenAI
assistant_idType: str
assistant_configType: dict[str, typing.Any]