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

Solve JSONDecodeError #799

Merged
merged 8 commits into from
Jan 28, 2024
Merged

Solve JSONDecodeError #799

merged 8 commits into from
Jan 28, 2024

Commits on Jan 26, 2024

  1. To avoid JSONDecodeError:

    Remove comments in output json str, after json value content, maybe start with #, maybe start with //, particularly, it is not inside the string value
    
    Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
    HuZixia committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ed54f6b View commit details
    Browse the repository at this point in the history
  2. Addtionly, if you do not want JSONDecodeError to occur, you can add '…

    …Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
    HuZixia committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    43b069f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    f16b247 View commit details
    Browse the repository at this point in the history
  2. delete PR dir

    HuZixia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8b5f784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a03c3 View commit details
    Browse the repository at this point in the history
  4. delete PR dir

    HuZixia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2361c7e View commit details
    Browse the repository at this point in the history
  5. modify code based on feedback of action_node.py and repair_llm_raw_ou…

    …tput.py, add code in test_repair_llm_raw_output.py
    HuZixia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    11f70ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3b4c69 View commit details
    Browse the repository at this point in the history