-
-
Notifications
You must be signed in to change notification settings - Fork 108
inconsistency in titles generated by GPT #1134
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersvalidThis issue/PR is validated and ready to be picked. This auto adds items to TJ project board.This issue/PR is validated and ready to be picked. This auto adds items to TJ project board.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersvalidThis issue/PR is validated and ready to be picked. This auto adds items to TJ project board.This issue/PR is validated and ready to be picked. This auto adds items to TJ project board.
Type
Projects
Status
No Status
Describe the bug
as shown in the screenshot, title is quoted sometimes when question is transfered via
TransferQuestionCommand, mainly due to inconsistency in response from GPT.Expected behavior
Title shouldnt have any quotation marks
Additional context
Above piece of code is responsible for generating title in
TransferQuestionCommand#onMessageContext, to solve this issue instead of directly assigning generated text from GPT as title, it should be santized by removing quotations if present.