Denovo1998 commented on PR #24328: URL: https://github.com/apache/pulsar/pull/24328#issuecomment-2970193088
> BTW, you can leverage AI tool (e.g. Copilot) to improve the documents with more professional expression. > > <img alt="image" width="876" src="https://private-user-images.githubusercontent.com/18204803/451863857-1f6c39cc-1111-4cc3-85ea-cf6d6deda265.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDk4MTUyNjIsIm5iZiI6MTc0OTgxNDk2MiwicGF0aCI6Ii8xODIwNDgwMy80NTE4NjM4NTctMWY2YzM5Y2MtMTExMS00Y2MzLTg1ZWEtY2Y2ZDZkZWRhMjY1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA2MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNjEzVDExNDI0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkNmQ1MWM0ZmMxNzU1NGEzYjMwMDNmODdmY2QzYmRhNzY0NTgzM2U2MDQzNmNiNTI3YWY4ZWJjMWUzYzliYWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RwDayNXz2Ev7OYumjLQmEumsSLsSXiwpGHxAt2bUcq0"> @BewareMyPower @gaoran10 **Before this, a small trick by @lhotari inspired me.(https://github.com/apache/pulsar/pull/23794#issuecomment-2569093501)** **Now, I wrote PIP documentation through LLM.** ---  --- - **First, we need a good system prompt that can directly generate content output that meets the format requirements based on the article title in the PIP document.** - **We need to provide sufficient contextual information (e.g., code patches, the motivation for writing this PIP), so that the generated draft can reach a basic usable level. After multiple rounds of dialogue adjustments or manual modifications, the document will become very professional.** **This approach saves a lot of time, allowing us to focus on code development.** **The system prompt is as follows:** https://gist.github.com/Denovo1998/163e55b3a612873364a00cf0df5a1b95 -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org