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 ChatSkill to use new Chat Completions prompt format #337

Merged

Commits on Sep 12, 2023

  1. Refactoring ChatSkill to use ChatModel Message types with ChatHistory…

    … and AuthorRoles (system, assistant, user)
    teresaqhoang committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a72abe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daecdc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    457efed View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    f3cac38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bac102 View commit details
    Browse the repository at this point in the history
  3. Reverting chat history ommission on plan result -- will follow-up + a…

    …lways including last user message in chat history
    teresaqhoang committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    41b42bb View commit details
    Browse the repository at this point in the history
  4. Reverting chat history ommission on plan result -- will follow-up + a…

    …lways including last user message in chat history
    teresaqhoang committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7419131 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    e6c2a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1364ff View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    860128d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece6a87 View commit details
    Browse the repository at this point in the history