Expand description
Module for managing assistants and related operations.
This module defines the structures and methods for handling assistant-related requests and responses.
It includes the AssistantRequest
, AssistantObject
, DeletionStatus
, ListAssistant
, AssistantFileRequest
,
AssistantFileObject
, and ListAssistantFile
structs along with their associated methods.
Structsยง
- Assistant
File Object - Represents an assistant file object with its properties.
- Assistant
File Request - Represents a request to get an assistant file by its ID.
- Assistant
Object - Represents an assistant object with its properties.
- Assistant
Request - Represents a request to create or update an assistant.
- Deletion
Status - Represents the status of an assistant deletion request.
- List
Assistant - Represents a list of assistants.
- List
Assistant File - Represents a list of assistant files.