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
If an AI request is beyond a token threshold (configurable), then show a warning message
Also if an AI event is large enough to trigger a warning about potentially exceeding token limits, capture the details in the AI telemetry event.
The text was updated successfully, but these errors were encountered:
Added a gitlens.ai.largePromptWarningThreshold setting which defaults to 20K tokens to control this.
gitlens.ai.largePromptWarningThreshold
Sorry, something went wrong.
bae7538
eamodio
No branches or pull requests
Get our FREE eBook "10 Programming Tips That Changed Everything" when you subscribe!
No spam. Unsubscribe anytime.
If an AI request is beyond a token threshold (configurable), then show a warning message
Also if an AI event is large enough to trigger a warning about potentially exceeding token limits, capture the details in the AI telemetry event.
The text was updated successfully, but these errors were encountered: