mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 21:32:38 +02:00
report the search content result
This commit is contained in:
parent
76e3a14d38
commit
6a38d51733
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ class Editor:
|
|||
file_path=file_path,
|
||||
block_content=block_content,
|
||||
)
|
||||
self.resource.report(result.file_path, "path",
|
||||
extra={"type": "search", "line_range": {"start": start, "end": end}})
|
||||
self.resource.report(result.file_path, "path", extra={"type": "search", "line": i, "symbol": symbol})
|
||||
return result
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue