diff --git a/docs/concepts/knowledge.mdx b/docs/concepts/knowledge.mdx index 8f3081ce8..e51602947 100644 --- a/docs/concepts/knowledge.mdx +++ b/docs/concepts/knowledge.mdx @@ -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?"})