-
Notifications
You must be signed in to change notification settings - Fork 0
Milestone
Description
Story: Send Terminal Output as AI Context
As a user, I want my terminal output to be used as context for the debug command, so that the AI being used has more information to go on when determining if there is an error present in the output or not.
Definition of Done
- User story defined
- Acceptance criteria defined
- Branch created
- Unit tests / code coverage pass
- Pull request created
- Branch merged and deleted
Acceptance Criteria
- Given the extension is loaded, when the debug command is pressed, then the terminal output should be used to ask the AI whether an error is present or not.
- Given the extension is loaded, when the terminal output was just sent to the AI and deemed there was an error present, then it should send that as context using the OpenAICaller class.
- Given the extension is loaded, when the terminal output was just sent to the AI and deemed there were no errors present, then it should send a notification indicating that it could not find any problems in the terminal.
Resources
TBD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done