Skip to content

Commit 24e152d

Browse files
committed
Debug K8s workflow.
1 parent d3f5085 commit 24e152d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

k8s_scenario.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ agentbeats_id = "019ba4cb-2f71-7583-a69b-07e1c4329428"
33
env = { LOG_LEVEL = "INFO" }
44

55
[[participants]]
6-
agentbeats_id = ""
6+
agentbeats_id = "019ba44f-9d1f-7ff3-8fbe-35c4ecfa40b2"
77
name = "k8s_operator"
8-
env = { SECRET = "${GITHUB_SECRET_NAME}" }
8+
[participants.env]
9+
AZURE_API_KEY = "${AZURE_API_KEY}"
10+
AZURE_API_BASE = "${AZURE_API_BASE}"
11+
AZURE_API_VERSION = "2024-12-01-preview"
12+
MODEL_NAME = "azure/gpt-4.1"
913

1014
[config]
1115
# Prompt strategy for the agent. Options: "zeroshot_base", "zeroshot_cot", "fewshot_base", "fewshot_cot"
@@ -15,7 +19,7 @@ prompt_type = "zeroshot_base"
1519
num_queries = 1
1620

1721
# Maximum number of iterations the agent can take to resolve a given K8s network policy issue.
18-
max_iterations = 10
22+
max_iterations = 1
1923

2024
# DO NOT MODIFY BELOW THIS LINE.
2125
benchmark_path = "assessment_error_config.json"

0 commit comments

Comments
 (0)