Module assistant

Source
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ยง

AssistantFileObject
Represents an assistant file object with its properties.
AssistantFileRequest
Represents a request to get an assistant file by its ID.
AssistantObject
Represents an assistant object with its properties.
AssistantRequest
Represents a request to create or update an assistant.
DeletionStatus
Represents the status of an assistant deletion request.
ListAssistant
Represents a list of assistants.
ListAssistantFile
Represents a list of assistant files.