chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-03-24 11:35:32 -07:00
parent d81d1333ba
commit 38d524f6a0
52 changed files with 56 additions and 2 deletions

View File

@@ -175,7 +175,9 @@ class ChromaClient:
collection.delete(where=filter)
except Exception as e:
# If collection doesn't exist, that's fine - nothing to delete
log.debug(f"Attempted to delete from non-existent collection {collection_name}. Ignoring.")
log.debug(
f"Attempted to delete from non-existent collection {collection_name}. Ignoring."
)
pass
def reset(self):

View File

@@ -1558,7 +1558,9 @@ async def process_chat_response(
value = delta.get("content")
reasoning_content = delta.get("reasoning_content") or delta.get("reasoning")
reasoning_content = delta.get(
"reasoning_content"
) or delta.get("reasoning")
if reasoning_content:
if (
not content_blocks