pieces-app / example-typescript

A React example project showing how to get started with Pieces TS SDK.
MIT License
38 stars 48 forks source link

feat: Remove Unused askQuestion Function from Copilot.tsx #114

Closed Arindam200 closed 2 months ago

Arindam200 commented 4 months ago

Description:

The askQuestion function in the Copilot.tsx file is currently not being used anywhere in the codebase. To keep the code clean and maintainable, we should remove this unused function.

Steps to Reproduce:

  1. Open the Copilot.tsx file.
  2. Locate the askQuestion function.
  3. Remove the function from the file.

Expected Outcome:

The Copilot.tsx file should no longer contain the unused askQuestion function, resulting in a cleaner and more maintainable codebase.

Additional Notes:

Feel free to reach out if there are any questions or if further clarifications are needed.

OlibhiaGhosh commented 4 months ago

I would like to work on this issue

Can you assign this to me?

Arindam200 commented 4 months ago

Sure! Feel free to make a PR @OlibhiaGhosh