gpt_engineer.applications.cli.collect.send_learning
- gpt_engineer.applications.cli.collect.send_learning(learning: Learning)[source]
Send the learning data to RudderStack for analysis.
- Parameters:
learning (Learning) – An instance of the Learning class containing the data to be sent.
Notes
This function is only called if consent is given to share data. Data is not shared to a third party. It is used with the sole purpose of improving gpt-engineer, and letting it handle more use cases. Consent logic is in gpt_engineer/learning.py.