Documentation
Using documentation to troubleshoot programming issues related to generative AI
Reading and using existing documentation
Feeding existing documentation into ChatGPT:
Example prompt
Consider the following documentation excerpt about the XYZ library:
[Insert relevant documentation excerpt here]
I'm facing an issue with my code that uses the XYZ library:
[Insert code snippet here]
The expected behavior is [describe expected behavior], but the actual behavior is [describe actual behavior]. How can I fix this issue based on the documentation provided?Benefits of having generative AI read updated documentation for troubleshooting:
Conclusion
Last updated