Skip to content

Commit 7c2cd5b

Browse files
Model settings for CodeQL Python MCP
1 parent 4001130 commit 7c2cd5b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2025 GitHub
2+
# SPDX-License-Identifier: MIT
3+
4+
seclab-taskflow-agent:
5+
version: 1
6+
filetype: model_config
7+
models:
8+
code_analysis: gpt-5
9+
general_tasks: gpt-4o
10+
triage: claude-sonnet-4
11+
model_settings:
12+
code_analysis:
13+
temperature: 1
14+
reasoning:
15+
effort: high

src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ seclab-taskflow-agent:
55
filetype: taskflow
66
version: 1
77

8-
model_config: seclab_taskflows.configs.model_config
8+
model_config: seclab_taskflows.configs.model_config_codeql_python
99

1010
globals:
1111
repo:

0 commit comments

Comments
 (0)