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

Several improvements / fixes for functions #320

Merged
merged 11 commits into from
Jul 25, 2023
Merged

Commits on Jun 22, 2023

  1. Merge pull request betalgo#310 from betalgo/dev

    Dev v7.1.1 beta
    kayhantolga committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    012af71 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jul 7, 2023

  1. It appears that OpenAI errors return a message field containing an ar…

    …ray, instead of a string, for example:
    
    {  "error": {
        "message": [
          "Invalid schema for function 'get_n_day_weather_forecast': In context=('properties', 'format'), array schema missing items"
        ],
        "type": "invalid_request_error",
        "param": null,
        "code": null
      }
    }
    
    This causes the JSON deserializer to choke.
    
    There doesn't seem to be an official API documentation for error messages. However, since they appear to be only used for user feedback, I'd propose changing their type to be an unspecified `object`.
    rzubek committed Jul 7, 2023
    1 Configuration menu
    Copy the full SHA
    80bde47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from choshinyoung/dev

    Merging into my dev branch: betalgo#312
    rzubek committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c790f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3419a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Solved Merge Conflicts

    kayhantolga committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2509167 View commit details
    Browse the repository at this point in the history
  2. Solved Merge Conflicts

    kayhantolga committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7b1a7ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431ef90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeded5a View commit details
    Browse the repository at this point in the history
  5. .

    kayhantolga committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3eb0acc View commit details
    Browse the repository at this point in the history