Skip to content

Commit d5dcc62

Browse files
added missing secret
1 parent 0986293 commit d5dcc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/research_agent/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", google_api_key=google_api_key)
1616

1717

18-
# ----------------- Research Agent Setup ----------------- #
18+
# ----------------- Research Agent Setup -----------------
1919
# Define the prompt for generating research
2020
research_prompt = ChatPromptTemplate.from_messages(
2121
[

0 commit comments

Comments
 (0)