Page 1 of 1

Programming Assistant Trial Summary

Posted: Sat Apr 19, 2025 3:54 am
by taniakhatuntrisha@
The generation process requires developers to confirm the insertion line by line. This has its advantages, because developers can confirm the correctness and problems line by line during the development process, avoiding the hassle of re-confirming the logic of a large amount of complex code.


Task 2: Recommend open source libraries with corresponding functions and use the integrated open source packages for code generation testing. The topic completes a SIP message processing function. The following picture shows the completion process and results.

(1) Use osip2 to parse the sip message. The following is the generated poland whatsapp lead code, which basically meets expectations.

Amazon CodeWhisperer Programming Assistant Trial Summary
Amazon CodeWhisperer Programming Assistant Trial Summary
(2) I hope to recommend a sip message parsing library again. I don’t know if it’s because I have already integrated the parsing library or for some other reason, but I was unsuccessful.

Amazon CodeWhisperer
It can be seen that CodeWhisperer has been trained for Github, Gitee and standard open source libraries on the Internet. It can understand that oSip2 is a well-known sip protocol stack, so its API can be used directly to generate usable code according to the comments.