Grammatical Errors and Inaccuracies
The 'oai-assignment.ipynb' notebook located in the '11-integrating-with-function-calling/python' directory contains several grammatical errors and inaccuracies that need to be addressed:
Function Calling is a feature of the Open AI Service to overcome to the following limitations:
Consistent response format Ability to use data from other sources of an application in a chat context
This should be corrected as follows:
Function Calling is a feature of the OpenAI Service designed to address the following challenges:
Inconsistent Response Formatting:
Before function calling, responses from a large language model were unstructured and inconsistent. Developers had to write complex validation code to handle each variation in the output.
Limited Integration with External Data:
Prior to this feature, it was difficult to incorporate data from other parts of an application into a chat context.
By standardizing response formats and enabling seamless integration with external data, function calling simplifies development and reduces the need for additional validation logic.
👋 Thanks for contributing @michaelpierre! We will review the issue and get back to you soon.
Please see additional errors on the same file in the first screenshot below.
In the second screenshot below, why are there two "name" and "type" entries with different definitions for functions?
[image: image.png]
[image: image.png]
On Wed, Feb 19, 2025 at 11:43 AM github-actions[bot] < @.***> wrote:
👋 Thanks for contributing @michaelpierre https://github.com/michaelpierre! We will review the issue and get back to you soon.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/generative-ai-for-beginners/issues/689#issuecomment-2669031753, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOVM3J2MICTQI3YVABGUKIL2QSRB7AVCNFSM6AAAAABXOQUF6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGAZTCNZVGM . You are receiving this because you were mentioned.Message ID: @.***> [image: github-actions[bot]]github-actions[bot] left a comment (microsoft/generative-ai-for-beginners#689) https://github.com/microsoft/generative-ai-for-beginners/issues/689#issuecomment-2669031753
👋 Thanks for contributing @michaelpierre https://github.com/michaelpierre! We will review the issue and get back to you soon.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/generative-ai-for-beginners/issues/689#issuecomment-2669031753, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOVM3J2MICTQI3YVABGUKIL2QSRB7AVCNFSM6AAAAABXOQUF6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGAZTCNZVGM . You are receiving this because you were mentioned.Message ID: @.***>
Hey @michaelpierre Thanks for logging the issues. Are you able to make a Pull Request that fixes these issues?