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

Abstract AiHandler to BaseAiHandler #514

Merged
merged 26 commits into from
Dec 14, 2023

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    7e47baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2abe5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0303ff View commit details
    Browse the repository at this point in the history
  4. Remove extra code

    brianpham93 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    b640992 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    523a896 View commit details
    Browse the repository at this point in the history
  2. rename file

    brianphamsia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b8021d7 View commit details
    Browse the repository at this point in the history
  3. update base ai handler

    brianphamsia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a1cbd80 View commit details
    Browse the repository at this point in the history
  4. add openai handler

    brianphamsia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ebf7027 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    5239e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb2e76 View commit details
    Browse the repository at this point in the history
  3. add LangChain AI Handler

    brianphamsia committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6c7becc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506eafc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c66554 View commit details
    Browse the repository at this point in the history
  6. Update langchain

    brianphamsia committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a627dcd View commit details
    Browse the repository at this point in the history
  7. update langchain

    brianphamsia committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b7225cc View commit details
    Browse the repository at this point in the history
  8. update base

    brianphamsia committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca1ccd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    8fb4a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8d6af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebb2ed8 View commit details
    Browse the repository at this point in the history
  4. Refactor PRAgent class and has_ai_handler_param

    method
    
    This commit refactors the PRAgent class and the has_ai_handler_param
    method. The has_ai_handler_param method is moved outside the class and
    made a standalone function. This change improves code organization and
    readability. The has_ai_handler_param function now takes a class object
    as a parameter and checks if the class constructor has an "ai_handler"
    parameter. This refactoring is done to streamline the code and improve
    its maintainability.
    
    No issue references.
    brianphamsia committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    69a7c77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    557b39e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e37598f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    3531016 View commit details
    Browse the repository at this point in the history
  2. Set LiteLLMAIHandler as default AI handler in all PR tools and simpli…

    …fy AI handler injection in PRAgent
    mrT23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    246be61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ea914 View commit details
    Browse the repository at this point in the history
  4. Remove logging from pr_agent.py and add line breaks in cli.py and git…

    …hub_action_runner.py
    mrT23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    02871b1 View commit details
    Browse the repository at this point in the history