Skip to content

Commit 94cbc4a

Browse files
committed
fix(specs): update agent-studio e2e test data with recreated objects
1 parent d72d375 commit 94cbc4a

54 files changed

Lines changed: 23189 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/CTS/requests/agent-studio/consolidateMemories.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"testName": "consolidateMemories",
44
"parameters": {
5-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
5+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
66
"model": "gpt-4o-mini",
77
"existingMemories": [
88
{"id": "mem-1", "text": "User likes dark mode"},
@@ -13,7 +13,7 @@
1313
"path": "/1/memory/consolidate",
1414
"method": "POST",
1515
"body": {
16-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
16+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
1717
"model": "gpt-4o-mini",
1818
"existingMemories": [
1919
{"id": "mem-1", "text": "User likes dark mode"},

tests/CTS/requests/agent-studio/createAgent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"parameters": {
2020
"name": "test-agent",
2121
"description": "A test agent for CTS",
22-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a",
22+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5",
2323
"model": "gpt-4",
2424
"instructions": "You are a helpful assistant.",
2525
"config": {
@@ -38,7 +38,7 @@
3838
"body": {
3939
"name": "test-agent",
4040
"description": "A test agent for CTS",
41-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a",
41+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5",
4242
"model": "gpt-4",
4343
"instructions": "You are a helpful assistant.",
4444
"config": {

tests/CTS/requests/agent-studio/deleteProvider.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"testName": "deleteProvider",
44
"parameters": {
5-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
5+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
66
},
77
"request": {
8-
"path": "/1/providers/5e33d805-7892-4329-bda7-b524dc3fd04a",
8+
"path": "/1/providers/78918b91-3116-41c2-8b2a-eb1755c20da5",
99
"method": "DELETE"
1010
}
1111
}

tests/CTS/requests/agent-studio/extractEpisodicMemories.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"testName": "extractEpisodicMemories",
44
"parameters": {
5-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
5+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
66
"model": "gpt-4o-mini",
77
"messages": [
88
{"role": "user", "content": "I had a great experience with the product"}
@@ -12,7 +12,7 @@
1212
"path": "/1/memory/extract/episodic",
1313
"method": "POST",
1414
"body": {
15-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
15+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
1616
"model": "gpt-4o-mini",
1717
"messages": [
1818
{"role": "user", "content": "I had a great experience with the product"}

tests/CTS/requests/agent-studio/extractSemanticMemories.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"testName": "extractSemanticMemories",
44
"parameters": {
5-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
5+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
66
"model": "gpt-4o-mini",
77
"messages": [
88
{"role": "user", "content": "I prefer dark mode and minimal UI"}
@@ -12,7 +12,7 @@
1212
"path": "/1/memory/extract/semantic",
1313
"method": "POST",
1414
"body": {
15-
"providerID": "5e33d805-7892-4329-bda7-b524dc3fd04a",
15+
"providerID": "78918b91-3116-41c2-8b2a-eb1755c20da5",
1616
"model": "gpt-4o-mini",
1717
"messages": [
1818
{"role": "user", "content": "I prefer dark mode and minimal UI"}

tests/CTS/requests/agent-studio/getConversation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
{
1414
"testName": "e2e get conversation",
1515
"parameters": {
16-
"conversationId": "dashboard-eacdd4aa-9a80-4f5b-b657-f04b7fd34082",
16+
"conversationId": "alg_cnv_miss_hXiYGHnROalfMHk8",
1717
"agentId": "785b14e4-61a8-4c03-8028-bf2ba3ae85ff"
1818
},
1919
"request": {
20-
"path": "/1/agents/785b14e4-61a8-4c03-8028-bf2ba3ae85ff/conversations/dashboard-eacdd4aa-9a80-4f5b-b657-f04b7fd34082",
20+
"path": "/1/agents/785b14e4-61a8-4c03-8028-bf2ba3ae85ff/conversations/alg_cnv_miss_hXiYGHnROalfMHk8",
2121
"method": "GET"
2222
},
2323
"response": {
2424
"statusCode": 200,
2525
"body": {
26-
"id": "dashboard-eacdd4aa-9a80-4f5b-b657-f04b7fd34082",
26+
"id": "alg_cnv_miss_hXiYGHnROalfMHk8",
2727
"agentId": "785b14e4-61a8-4c03-8028-bf2ba3ae85ff",
28-
"title": "Greeting Message"
28+
"title": "Greeting Message for CTS E2E Testing"
2929
}
3030
}
3131
}

tests/CTS/requests/agent-studio/getProvider.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
{
33
"testName": "getProvider",
44
"parameters": {
5-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
5+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
66
},
77
"request": {
8-
"path": "/1/providers/5e33d805-7892-4329-bda7-b524dc3fd04a",
8+
"path": "/1/providers/78918b91-3116-41c2-8b2a-eb1755c20da5",
99
"method": "GET"
1010
}
1111
},
1212
{
1313
"testName": "e2e get provider",
1414
"parameters": {
15-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
15+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
1616
},
1717
"request": {
18-
"path": "/1/providers/5e33d805-7892-4329-bda7-b524dc3fd04a",
18+
"path": "/1/providers/78918b91-3116-41c2-8b2a-eb1755c20da5",
1919
"method": "GET"
2020
},
2121
"response": {
2222
"statusCode": 200,
2323
"body": {
24-
"id": "5e33d805-7892-4329-bda7-b524dc3fd04a",
24+
"id": "78918b91-3116-41c2-8b2a-eb1755c20da5",
2525
"name": "cts_e2e_provider",
2626
"providerName": "openai"
2727
}

tests/CTS/requests/agent-studio/listAgentConversations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"body": {
6161
"data": [
6262
{
63-
"id": "dashboard-eacdd4aa-9a80-4f5b-b657-f04b7fd34082",
63+
"id": "alg_cnv_miss_hXiYGHnROalfMHk8",
6464
"agentId": "785b14e4-61a8-4c03-8028-bf2ba3ae85ff",
65-
"title": "Greeting Message"
65+
"title": "Greeting Message for CTS E2E Testing"
6666
}
6767
]
6868
}

tests/CTS/requests/agent-studio/listAgents.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"parameters": {
1313
"page": 2,
1414
"limit": 5,
15-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
15+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
1616
},
1717
"request": {
1818
"path": "/1/agents",
1919
"method": "GET",
2020
"queryParameters": {
2121
"page": "2",
2222
"limit": "5",
23-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
23+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
2424
}
2525
}
2626
},

tests/CTS/requests/agent-studio/listProviderModels.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
{
33
"testName": "listProviderModels",
44
"parameters": {
5-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
5+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
66
},
77
"request": {
8-
"path": "/1/providers/5e33d805-7892-4329-bda7-b524dc3fd04a/models",
8+
"path": "/1/providers/78918b91-3116-41c2-8b2a-eb1755c20da5/models",
99
"method": "GET"
1010
}
1111
},
1212
{
1313
"testName": "e2e list provider models",
1414
"parameters": {
15-
"providerId": "5e33d805-7892-4329-bda7-b524dc3fd04a"
15+
"providerId": "78918b91-3116-41c2-8b2a-eb1755c20da5"
1616
},
1717
"request": {
18-
"path": "/1/providers/5e33d805-7892-4329-bda7-b524dc3fd04a/models",
18+
"path": "/1/providers/78918b91-3116-41c2-8b2a-eb1755c20da5/models",
1919
"method": "GET"
2020
},
2121
"response": {

0 commit comments

Comments
 (0)