mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 02:46:24 +02:00
Merge branch 'da_change' into 'mgx_ops'
Enable DA for doc qa See merge request pub/MetaGPT!310
This commit is contained in:
commit
d040a35bcb
5 changed files with 18 additions and 10 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue