We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f0528 commit 8c6e51dCopy full SHA for 8c6e51d
1 file changed
agents/research_agent/core.py
@@ -15,7 +15,7 @@
15
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", google_api_key=google_api_key)
16
17
18
-# ----------------- Research Agent Setup ----------------- #
+# ----------------- Research Agent Setup ----------------- # #
19
# Define the prompt for generating research
20
research_prompt = ChatPromptTemplate.from_messages(
21
[
0 commit comments