Developer: Hi ChatGPT, can you help me document this function that I just wrote?
ChatGPT: Sure, what's the name of the function?
Developer: The function is called "calculate_average".
ChatGPT: Okay, can you provide a brief description of what the function does?
Developer: The function takes in an array of numbers and returns the average of the numbers.
ChatGPT: Great, I can help you write the documentation for this function. Here's a sample documentation: