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

Make format_instructions an optional argument in chat agent #2931

Merged
merged 6 commits into from
Oct 17, 2023

Commits on Oct 16, 2023

  1. Make format_instructions an optional argument in chat agent

    This simple change allows users to fully overwrite the prompts when creating a chat agent, and optimize them for their use case. This minimal change makes the agent code much more generally useful. Previously, they could overwrite everything except for FORMAT_INSTRUCTIONS, which is essential to customization.
    EKMeyerson authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2449de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b9f10 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docstring

    jacoblee93 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5baae9a View commit details
    Browse the repository at this point in the history
  4. Fix typo

    jacoblee93 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    af6d0c9 View commit details
    Browse the repository at this point in the history
  5. Fix format

    jacoblee93 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3d77add View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jacoblee93 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f2c6ada View commit details
    Browse the repository at this point in the history