nic-6443 commented on code in PR #13249:
URL: https://github.com/apache/apisix/pull/13249#discussion_r3128823904


##########
t/fixtures/bedrock/converse-basic.json:
##########
@@ -0,0 +1,14 @@
+{
+    "output": {
+        "message": {
+            "role": "assistant",
+            "content": [{"text": "1 + 1 = 2."}]
+        }
+    },
+    "stopReason": "end_turn",
+    "usage": {
+        "inputTokens": 10,
+        "outputTokens": 8,
+        "totalTokens": 18
+    }
+}

Review Comment:
   From now on, we will no longer create fake data for testing; instead, we 
will directly record real responses from the Bedrock API.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to