This commit is contained in:
Lorenze Jay
2024-11-27 10:39:05 -08:00
parent 5b03d6c8bc
commit 85b8d2af6f

View File

@@ -51,7 +51,7 @@ crew = Crew(
tasks=[task],
verbose=True,
process=Process.sequential,
knowledge_sources=[string_source], # Enable knowledge by adding the sources here. You can also add more sources to the sources list.
knowledge_sources=[string_source], # Enable knowledge by adding the sources here.
)
result = crew.kickoff(inputs={"question": "What city does John live in and how old is he?"})