Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCUMENTATION: Update Readme V2.10.2 #561

Commits on May 28, 2024

  1. Updated AIFileDependencyException class to adhere to the Anemic Data …

    …Model. Updated the Service Layer to handle the exception messaging for all AIFileDependencyException(s).
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    229beef View commit details
    Browse the repository at this point in the history
  2. Updated AIFileDependencyValidationException class by removing 2nd con…

    …structor in which the error message was hard coded in.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    842fd67 View commit details
    Browse the repository at this point in the history
  3. Updated all Service Files that throw an AIFileDependencyValidationExc…

    …eption to include the appropriate message that was removed from the class.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8a0e805 View commit details
    Browse the repository at this point in the history
  4. Updated AIFileServiceException class by removing 2nd constructor in w…

    …hich the error message was hard coded in.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cf4794a View commit details
    Browse the repository at this point in the history
  5. Updated all Service Files that throw an AIFileServiceException to inc…

    …lude the appropriate message that was removed from the class.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1943d10 View commit details
    Browse the repository at this point in the history
  6. Updated AIFileValidationException class by removing 2nd constructor i…

    …n which the error message was hard coded in.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    17fb505 View commit details
    Browse the repository at this point in the history
  7. Updated all Service Files that throw an AIFileValidationException to …

    …include the appropriate message that was removed from the class.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4308537 View commit details
    Browse the repository at this point in the history
  8. Updated ExcessiveCallAIFileException class by removing 2nd constructo…

    …r in which the error message was hard coded in.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e1ac944 View commit details
    Browse the repository at this point in the history
  9. Updated all Service Files that throw an ExcessiveCallAIFileException …

    …to include the appropriate message that was removed from the class.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7a902fb View commit details
    Browse the repository at this point in the history
  10. Updated FailedAIFileServiceException class by removing 2nd constructo…

    …r in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6ad444d View commit details
    Browse the repository at this point in the history
  11. Updated FailedServerAIFileException class by removing 2nd constructor…

    … in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    05a1d1a View commit details
    Browse the repository at this point in the history
  12. Updated InvalidAIFileException class by removing constructors in whic…

    …h the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    abcd144 View commit details
    Browse the repository at this point in the history
  13. Updated InvalidConfigurationAIFileException class by removing constru…

    …ctors in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e952c93 View commit details
    Browse the repository at this point in the history
  14. Updated NotFoundAIFileException class by removing constructors in whi…

    …ch the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    32f85fd View commit details
    Browse the repository at this point in the history
  15. Updated NullAIFileException class by removing constructors in which t…

    …he error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d7a54bd View commit details
    Browse the repository at this point in the history
  16. Updated UnauthorizedAIFileException class by removing constructors in…

    … which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    23dade5 View commit details
    Browse the repository at this point in the history
  17. Updated AIModelDependencyException class by removing constructors in …

    …which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4e21b66 View commit details
    Browse the repository at this point in the history
  18. Updated AIModelDependencyValidationException class by removing constr…

    …uctors in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    98d036a View commit details
    Browse the repository at this point in the history
  19. Updated AIModelServiceException class by removing constructors in whi…

    …ch the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d876cbf View commit details
    Browse the repository at this point in the history
  20. Updated AIModelValidationException class by removing constructors in …

    …which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8c3333d View commit details
    Browse the repository at this point in the history
  21. Updated ExcessiveCallAIModelException class by removing constructors …

    …in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a54c28c View commit details
    Browse the repository at this point in the history
  22. Updated FailedAIModelServiceException class by removing constructors …

    …in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    425b64d View commit details
    Browse the repository at this point in the history
  23. Updated FailedServerAIModelException class by removing constructors i…

    …n which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    939f300 View commit details
    Browse the repository at this point in the history
  24. Updated InvalidAIModelException class by removing constructors in whi…

    …ch the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e40fe73 View commit details
    Browse the repository at this point in the history
  25. Updated InvalidConfigurationAIModelException class by removing constr…

    …uctors in which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cc426f0 View commit details
    Browse the repository at this point in the history
  26. Updated NotFoundAIModelException class by removing constructors in wh…

    …ich the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    99462cb View commit details
    Browse the repository at this point in the history
  27. Updated UnauthorizedAIModelException class by removing constructors i…

    …n which the error message was hard coded in. Updated all relevant service files to include message.
    Lezune committed May 28, 2024
    Configuration menu
    Copy the full SHA
    02ad0fc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    31c4912 View commit details
    Browse the repository at this point in the history
  2. Removed extra spacing in Standard.AI.OpenAI.Tests.Unit.Services.Orche…

    …strations.AIFiles.AIFileOrchestrationServiceTests.cs
    Lezune committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f9279a8 View commit details
    Browse the repository at this point in the history
  3. Included createAIFileDependencyException method so the message value …

    …only needs to be changed in one spot.
    Lezune committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7f827b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5460925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99695f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d154292 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee9839f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d483b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b704793 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd444fa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    c402432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861da05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71762b1 View commit details
    Browse the repository at this point in the history
  4. all Exceptions have been updated. Added create methods excenptions th…

    …at are called multiple times in the unit test class. Refactor code.
    Lezune committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5707514 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Reverted Test.Unit files but updated service test files due to failur…

    …e to load due to changes in the Exception classes
    Lezune committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    687f724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    850b1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8096825 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    e3a1d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f2d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Refactored Code

    Lezune committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a6cebed View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    05c0063 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    836fa64 View commit details
    Browse the repository at this point in the history
  2. Added line break between two constructors to follow the format of the…

    … rest of the project.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    88c677b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d0a97 View commit details
    Browse the repository at this point in the history
  4. Removed all line breaks at the end of the file in Services/Foundation…

    …s/LocalFiles/Exceptions.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e0a9c26 View commit details
    Browse the repository at this point in the history
  5. Removed all unneccessary line breaks at the end of the file in Servic…

    …es/Orchestrations/AIFiles.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f6e8e43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43947bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d5f1fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    535cd38 View commit details
    Browse the repository at this point in the history
  9. Removed Create method in Unit Test file and updated all lines of code…

    … where the method was called.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4ce77e0 View commit details
    Browse the repository at this point in the history
  10. Removed Create method in Unit Test file and updated all lines of code…

    … where the method was called.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    393515e View commit details
    Browse the repository at this point in the history
  11. Removed Create method in Unit Test file and updated all lines of code…

    … where the method was called.
    Lezune committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3336f1c View commit details
    Browse the repository at this point in the history