modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
5.32k stars 328 forks source link

use model_dump instead of dict(*) in MarkdownJsonDictParse #471

Closed wujiren closed 3 weeks ago

wujiren commented 1 month ago

name: Pull Request about: Create a pull request

Description

[Please describe the background, purpose, changes made, and how to test this PR] fix the bug issued in issue #466 add a test function test_markdownjsondictparser_with_nested_schema in tests/parser_test.py

Checklist

Please check the following items before code is ready to be reviewed.

DavdGao commented 1 month ago

Please check the failed unit test and run pre-commit run --all-files before git commit.

wujiren commented 4 weeks ago

i fix the formatting problem and delete the test function i added.