We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6a422 commit 05a3a69Copy full SHA for 05a3a69
2 files changed
.github/workflows/research-agent-cicd.yml
@@ -91,7 +91,6 @@ jobs:
91
ignore-unfixed: true
92
vuln-type: 'os,library'
93
severity: 'CRITICAL'
94
- scanner: image
95
96
- name: Upload vulnerability scan result
97
uses: github/codeql-action/upload-sarif@v3
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