continue
continue copied to clipboard
The numLines field is missing in the autocomplete logs sent to the server.
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11 Enterprise
- Continue version: 1.1.25
- IDE version: VSCode 1.98.2 (user setup)
- Model: Not applicable.
- config:
data:
- name: "logs"
schema: "0.2.0"
//"events: ["autocomplete"]
destination: "http://localhost:5432/data"
Description
We have built a REST API server to collect autocomplete logs in real-time. However, the collected logs lack the numLines field (which was available in the file logs), making it difficult to determine how many lines were generated.
To reproduce
- Run the custom-developed REST API server.
- Perform autocomplete in Continue.
- Check the received body.
Log output
Not applicable.