Skip to content

Commit 05a3a69

Browse files
removed scanner
1 parent 2f6a422 commit 05a3a69

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/research-agent-cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
ignore-unfixed: true
9292
vuln-type: 'os,library'
9393
severity: 'CRITICAL'
94-
scanner: image
9594

9695
- name: Upload vulnerability scan result
9796
uses: github/codeql-action/upload-sarif@v3

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)