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

Refactor GPTAssistantAgent #632

Merged
merged 11 commits into from
Nov 12, 2023
Merged

Refactor GPTAssistantAgent #632

merged 11 commits into from
Nov 12, 2023

Commits on Nov 11, 2023

  1. Refactor GPTAssistantAgent constructor to handle

    instructions and overwrite_instructions flag
    
    - Ensure that `system_message` is always consistent with `instructions`
    - Ensure provided instructions are always used
    - Add option to permanently modify the instructions of the assistant
    gagb committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e660e69 View commit details
    Browse the repository at this point in the history
  2. Improve default behavior

    gagb committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0b8e233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7cf481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3db609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    760dd42 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    211fbda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8892560 View commit details
    Browse the repository at this point in the history
  3. add test in workflow

    yiranwu0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5d83da5 View commit details
    Browse the repository at this point in the history
  4. update

    yiranwu0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5e3f39f View commit details
    Browse the repository at this point in the history
  5. fix test_client_stream

    yiranwu0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    23ec00f View commit details
    Browse the repository at this point in the history
  6. comment out test_hierarchy_

    yiranwu0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8ecea15 View commit details
    Browse the repository at this point in the history