fix: trace processing text

This commit is contained in:
Jan Häusler 2025-07-03 01:53:10 +02:00
parent eb704bf23f
commit a2edacc271

View file

@ -140,6 +140,7 @@ class LLMProcessor:
print(f"Error during text processing: {task.exception()}")
async def _process_text_async(self, text: str, callback: Optional[Callable[[str], None]] = None):
print("trace: starting to process text")
"""Process text asynchronously."""
try:
if not self.anthropic or not self.session: