create_new_assistant_thread
Create a persistent conversation thread with a custom name and description for ongoing interactions with OpenAI assistants, enabling easy identification and reuse across sessions.
Instructions
Creates a new, persistent conversation thread with a user-defined name and description for easy identification and reuse. These threads are stored in OpenAI's servers and are not deleted unless the user deletes them, which means you can re-use them for future conversations. Additionally, the thread name and description are stored in the local database, which means you can list them and update them later.
Think how you can utilize threads in your particular use case.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | ||
name | Yes |