We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d77d commit 17b8175Copy full SHA for 17b8175
malt_scenario.toml
@@ -1,16 +1,20 @@
1
[green_agent]
2
-agentbeats_id = ""
+agentbeats_id = "019ba416-0462-7cf2-86f0-bf85123df8a4"
3
env = { LOG_LEVEL = "INFO" }
4
5
[[participants]]
6
+agentbeats_id = "019ba44f-9d1f-7ff3-8fbe-35c4ecfa40b2"
7
name = "malt_operator"
8
-env = {}
+[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"
13
14
[config]
15
prompt_type = "zeroshot_base"
16
num_queries = 1
-complexity_level = ["level1", "level2"]
17
+complexity_level = ["level1"]
18
output_dir = "dump"
19
output_file = "query_output.jsonl"
20
benchmark_path = "assessment_queries.jsonl"
0 commit comments