gpt_engineer.applications.cli.learning.ask_collection_consent
- gpt_engineer.applications.cli.learning.ask_collection_consent() bool[source]
Asks the user for their consent to store their data for the purpose of improving the GPT Engineer tool.
The user’s response is recorded in a file for future reference. If the user consents, the function will write ‘true’ to the file. If the user does not consent, no data will be collected, and the function will not modify the file.
- Returns:
True if the user consents, False otherwise.
- Return type:
bool