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

fix(JsonSchemaValidator): fix recursive loop and general LLM (claude, mistral...) compatibility #7556

Merged
merged 8 commits into from
Jun 21, 2024

Commits on Apr 17, 2024

  1. Feat: Fix recursive conversion in JsonSchemaValidator (autofix genera…

    …ted by ClaudeOpus). Modify the behaviour to build the error template in a single user_message instead of two separate. Modify the behaviour to only include latest message instead of full history (very costly if long looping pipeline)
    lambda-science committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    620e4c4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    15dbded View commit details
    Browse the repository at this point in the history
  2. Feat: Fix recursive conversion in JsonSchemaValidator (autofix genera…

    …ted by ClaudeOpus). Modify the behaviour to build the error template in a single user_message instead of two separate. Modify the behaviour to only include latest message instead of full history (very costly if long looping pipeline)
    lambda-science committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f362444 View commit details
    Browse the repository at this point in the history
  3. reno

    lambda-science committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9314424 View commit details
    Browse the repository at this point in the history
  4. fix test

    lambda-science committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4fe77b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    378dae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    252e194 View commit details
    Browse the repository at this point in the history
  3. Minor detail

    vblagoje committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1cc2d08 View commit details
    Browse the repository at this point in the history