Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling Conversations Feature 🚧 #35

Open
DieHard073055 opened this issue May 4, 2023 · 0 comments
Open

Handling Conversations Feature 🚧 #35

DieHard073055 opened this issue May 4, 2023 · 0 comments
Assignees

Comments

@DieHard073055
Copy link
Owner

DieHard073055 commented May 4, 2023

Description:

This issue covers the implementation of a set of features to handle conversations in the rust-chatgpt-cli. The following functionalities will be added to manage conversations:

  1. Generate names and filenames: Implement a method to generate unique and descriptive names for conversation files, which will be used to save the conversations.

  2. Read and sort conversations: Develop a functionality to read a directory containing conversation files, parse the files, and sort the conversations based on certain criteria (e.g., date created, conversation length, etc.).

  3. Create a new conversation: Add the ability to create a new conversation. For every prompt input, the application should read the conversation file, append the new message to the conversation list, and save the updated file.

  4. List conversations: Implement a feature to list all available conversations from the conversation directory, providing an overview of saved conversations.

  5. Delete conversations: Add a functionality to delete conversations from the conversation directory, allowing users to manage their conversation storage.

The individual issues:

@DieHard073055 DieHard073055 self-assigned this May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant