Skip to content

Commit 30fbf4d

Browse files
committed
test_email.py improvements
1 parent c26a40d commit 30fbf4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test_email.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ async def add_messages(context: EmailContext, args: list[str]):
201201

202202
semantic_settings = context.conversation.settings.semantic_ref_index_settings
203203
auto_knowledge = semantic_settings.auto_extract_knowledge
204+
print(Fore.CYAN, f"auto_extract_knowledge={auto_knowledge}" + Fore.RESET)
204205
try:
205206
conversation = context.conversation
206207
# Add one at a time for debugging etc.

0 commit comments

Comments
 (0)