Skip to content

Commit 8d51010

Browse files
committed
feat: log full non-streaming response from Copilot
1 parent c4a1646 commit 8d51010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/messages/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const handleWithChatCompletions = async (
8484
if (isNonStreaming(response)) {
8585
logger.debug(
8686
"Non-streaming response from Copilot:",
87-
JSON.stringify(response).slice(-400),
87+
JSON.stringify(response),
8888
)
8989
const anthropicResponse = translateToAnthropic(response)
9090
logger.debug(

0 commit comments

Comments
 (0)