add quick think reporter

This commit is contained in:
shenchucheng 2024-07-11 17:56:28 +08:00
parent af03b0c6db
commit eebec4a5e8
2 changed files with 5 additions and 6 deletions

View file

@ -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.