We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The followUp function is providing zero context:
followUp
https://github.com/nikomatsakis/intorust.vscode/blob/ffff983688652133fe4a5fc80221fba683a6e6f5/src/advisor.ts#L25-L36
This results in amusingly bad responses. e.g., I asked how to convert a number into a string and it talked about Python.
The text was updated successfully, but these errors were encountered:
I updated this a little bit by adding a user prompt in the follow-up to keep it Rust-focused. #17
Sorry, something went wrong.
Implemented very basic context in #18 It does not yet summarize or pay attention to the size of the context growing yet.
Ensure token size stays within bounds for the model - #19
kwdev
No branches or pull requests
The
followUp
function is providing zero context:https://github.com/nikomatsakis/intorust.vscode/blob/ffff983688652133fe4a5fc80221fba683a6e6f5/src/advisor.ts#L25-L36
This results in amusingly bad responses. e.g., I asked how to convert a number into a string and it talked about Python.
The text was updated successfully, but these errors were encountered: