Skip to content

Commit 506195e

Browse files
committed
increase verbosity
1 parent ae828a0 commit 506195e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crewai-tools/test_mongodb_vector_search_tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
role="AI Accuracy Researcher",
5555
goal="Find and extract key information from a technical document",
5656
backstory="You're specialized in analyzing technical content to extract insights and answers",
57-
verbose=False,
57+
verbose=True,
5858
tools=[tool],
5959
llm=LLM(model="azure/gpt-4o", seed=12345),
6060
)
@@ -67,7 +67,7 @@
6767
agents=[researcher],
6868
tasks=[research_task],
6969
process=Process.sequential,
70-
verbose=False,
70+
verbose=True,
7171
)
7272

7373
# Get the result and assert something about the results

0 commit comments

Comments
 (0)