You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"prompt": "Can you get the name and system id of of the systems in the uyuni server?",
5
-
"expected_output": "The systems in the uyuni server are build-host. deblike-minion. proxy. rhlike-minion. suse-minion. suse-sshminion., with system ids 1000010005 1000010004 1000010000 1000010003 1000010001 1000010002"
4
+
"prompt": "Get the name and system id of all systems in the uyuni server.",
5
+
"expected_output": "The systems in the uyuni server are {build_host_name}, {deblike_minion_name}, {proxy_name}, {rhlike_minion_name}, {suse_minion_name} and {suse_ssh_minion_name}, with system ids {build_host_id}, {deblike_minion_id}, {proxy_id}, {rhlike_minion_id}, {suse_minion_id} and {suse_ssh_minion_id}."
6
6
},
7
7
{
8
8
"id": "TC-SYS-002",
9
-
"prompt": "Get CPU details for system ID 1000010000.",
10
-
"expected_output": "Returns a message with CPU attributes with model name AMD EPYC-Milan Processor."
9
+
"prompt": "Get CPU details for system ID {proxy_id}.",
10
+
"expected_output": "Returns a message with CPU attributes with model name {proxy_cpu_model}."
11
11
},
12
12
{
13
13
"id": "TC-SYS-003",
14
14
"prompt": "Get CPU details for system ID 999999999.",
15
-
"expected_output": "Returns a message that this system does not exist."
15
+
"expected_output": "Returns a message that this system does not exist or an empty dictionary."
16
16
},
17
17
{
18
18
"id": "TC-SYS-004",
19
19
"prompt": "Show me the CPU information for all my systems.",
20
-
"expected_output": "Returns a message with the CPU information of each system. Except for the proxy., all the rest at QEMU Virtual CPU."
20
+
"expected_output": "Returns a message with the CPU information of each system. Except for the proxy ({proxy_cpu_model}), all the rest are {build_host_cpu_model}."
21
21
},
22
22
{
23
23
"id": "TC-SYS-005",
24
-
"prompt": "Do all active servers have the same CPU?",
25
-
"expected_output": "No. All have QEMU Virtual CPU except proxy."
24
+
"prompt": "Do all active servers have the same CPU? Use available tools to answer.",
25
+
"expected_output": "No. All have {build_host_cpu_model} except proxy, which has {proxy_cpu_model}."
26
26
},
27
27
{
28
28
"id": "TC-SYS-006",
29
-
"prompt": "Get CPU details for system 'build-host.'.",
30
-
"expected_output": "Returns a message with CPU attributes of model QEMU Virtual CPU."
29
+
"prompt": "Get CPU details for system '{build_host_name}'.",
30
+
"expected_output": "Returns a message with CPU attributes of model {build_host_cpu_model}."
0 commit comments