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
Enhance the fetchAndStoreIssues function by integrating the GPT API to automatically generate short descriptions for tasks. The function should:
fetchAndStoreIssues
API Integration:
Database Update:
seed-data.json
Testing:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhance the
fetchAndStoreIssues
function by integrating the GPT API to automatically generate short descriptions for tasks. The function should:API Integration:
fetchAndStoreIssues
, call the OpenAI endpoint.Database Update:
seed-data.json
is updated to reflect this new data structure.Testing:
Acceptance Criteria:
fetchAndStoreIssues
function successfully integrates with the GPT API.seed-data.json
is updated accordingly.The text was updated successfully, but these errors were encountered: