Unknown
* Bump version to 0.10.2 ([`4200731`](https://github.com/TechNickAI/AICodeBot/commit/4200731315d1400ff439342aadc0e6ca57a20748))
* Refactor prompts.py for clarity and maintainability
In this commit, we&39;ve taken the liberty of refactoring the prompts.py file. The primary change involves the extraction of the &39;EXPERT_SOFTWARE_ENGINEER&39; string into a constant, thereby reducing redundancy and enhancing maintainability. This change should make future modifications to the description of the &39;EXPERT_SOFTWARE_ENGINEER&39; role more straightforward. Furthermore, it improves the readability of the code by reducing clutter. No functional changes were made, and the overall behavior of the program remains the same. ([`e02f41a`](https://github.com/TechNickAI/AICodeBot/commit/e02f41a0a9c1e43b00cec03acac2479b026d839f))
* Refine code reviewer prompt for enhanced clarity and precision
The previous code reviewer prompt was somewhat lacking in specificity and did not adequately convey the level of expertise required for the task. This revision introduces a more detailed description of the reviewer&39;s qualifications, emphasizing their proficiency in Python and commitment to code quality. The instructions for the review have also been clarified, with a particular emphasis on providing actionable, specific, and kind feedback. ([`8da3af9`](https://github.com/TechNickAI/AICodeBot/commit/8da3af9d9dc6f6f73cf4426446081a02f0c6b6d8))
* Lower default precise temperature for more predictable results ([`b970f4d`](https://github.com/TechNickAI/AICodeBot/commit/b970f4dba25ac8a6fe020a54a51485adc75236c0))