errose28 commented on code in PR #9665: URL: https://github.com/apache/ozone/pull/9665#discussion_r2847528961
########## .github/pull_request_template.md: ########## @@ -17,6 +17,17 @@ Examples of well-written pull requests: * [#5283](https://github.com/apache/ozone/pull/5283) * [#5300](https://github.com/apache/ozone/pull/5300) +## Does this contribution contain AI-generated code? + If you used AI tools (such as GitHub Copilot, ChatGPT, Claude, etc.) to assist with this contribution, please let us know: + - [ ] Yes, this PR contains AI-generated code + - [ ] No AI-generated code + + If yes, please provide: + * Tools used: [e.g., GitHub Copilot, ChatGPT, Claude, etc.] + * Prompt(s) used (if applicable): [brief description of the prompts] Review Comment: I don't think it is feasible to include prompts. When working with tools like Cursor on a feature there will often be tens of prompts that are also coupled to a plan markdown file it has generated and the lengthy responses I obtained from earlier in the session. Sometimes a string of prompts becomes irrelevant if the agent is going down a dead end and I end up deleting its work. Sometimes parallel conversations with multiple agents are also used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
