Skip to content

Commit 0d09a41

Browse files
committed
Try route workflow.
1 parent d3f5085 commit 0d09a41

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

route_scenario.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ agentbeats_id = "019ba8d8-c1d1-7923-b6c7-c5020e1c6cbe"
33
env = { LOG_LEVEL = "INFO" }
44

55
[[participants]]
6-
agentbeats_id = ""
7-
name = "routing_operator"
8-
env = { SECRET = "${GITHUB_SECRET_NAME}" }
6+
agentbeats_id = "019ba44f-9d1f-7ff3-8fbe-35c4ecfa40b2"
7+
name = "route_operator"
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"

0 commit comments

Comments
 (0)