sourcegraph / app

Issue tracker for the Sourcegraph app - a lightweight single-binary version of Sourcegraph for your local machine
27 stars 2 forks source link

Cody Response stuck in a infinite loop when asking to write tests that could lead to an overflow #19

Closed larsbonnefoy closed 1 year ago

larsbonnefoy commented 1 year ago

I asked Cody to check for values in a server config file that could lead to an overflow. The response was stuck in an infinite loop and kept adding digits to the end of the response. Exact Prompt : "test for values that could lead to an overflow in the config file" Response : "max_body_size 99999999999999999999999999... "