mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 19:36:24 +02:00
add quick think reporter
This commit is contained in:
parent
af03b0c6db
commit
eebec4a5e8
2 changed files with 5 additions and 6 deletions
|
|
@ -266,10 +266,6 @@ class ThoughtReporter(ObjectReporter):
|
|||
|
||||
block: Literal[BlockType.THOUGHT] = BlockType.THOUGHT
|
||||
|
||||
async def __aenter__(self):
|
||||
await self.async_report({})
|
||||
return await super().__aenter__()
|
||||
|
||||
|
||||
class FileReporter(ResourceReporter):
|
||||
"""File resource callback for reporting complete file paths.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue