Merge branch 'da_change' into 'mgx_ops'

Enable DA for doc qa

See merge request pub/MetaGPT!310
This commit is contained in:
林义章 2024-08-15 05:52:38 +00:00
commit d040a35bcb
5 changed files with 18 additions and 10 deletions

View file

@ -24,7 +24,10 @@ class FileBlock(BaseModel):
@register_tool()
class Editor(BaseModel):
"""A tool for reading, understanding, writing, and editing files"""
"""
A tool for reading, understanding, writing, and editing files.
Support local file including text-based files (txt, md, json, py, html, js, css, etc.), pdf, docx, excluding images, excel, or online links
"""
model_config = ConfigDict(arbitrary_types_allowed=True)