Skip to content

Commit 8fed2b9

Browse files
committed
fix: resp
1 parent bfa54c6 commit 8fed2b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/CTS/requests/ingestion/generateTransformationCode.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
},
77
"request": {
88
"path": "/1/transformations/copilot",
9-
"method": "POST"
9+
"method": "POST",
10+
"body": {
11+
"selectedLLMID": "foo",
12+
"userPrompt": "fizzbuzz algorithm in fortran with a lot of comments that describe what EACH LINE of code is doing"
13+
}
1014
}
1115
}
1216
]

0 commit comments

Comments
 (0)