Skip to content

Commit 17b8175

Browse files
committed
Test MALT scenario workflow.
1 parent 4e4d77d commit 17b8175

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

malt_scenario.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
[green_agent]
2-
agentbeats_id = ""
2+
agentbeats_id = "019ba416-0462-7cf2-86f0-bf85123df8a4"
33
env = { LOG_LEVEL = "INFO" }
44

55
[[participants]]
6-
agentbeats_id = ""
6+
agentbeats_id = "019ba44f-9d1f-7ff3-8fbe-35c4ecfa40b2"
77
name = "malt_operator"
8-
env = {}
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_type = "zeroshot_base"
1216
num_queries = 1
13-
complexity_level = ["level1", "level2"]
17+
complexity_level = ["level1"]
1418
output_dir = "dump"
1519
output_file = "query_output.jsonl"
1620
benchmark_path = "assessment_queries.jsonl"

0 commit comments

Comments
 (0)