We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072c554 commit 3c316e5Copy full SHA for 3c316e5
packages/core/src/codewhispererChat/clients/chat/v0/chat.ts
@@ -73,8 +73,6 @@ export class ChatSession {
73
async chatSso(chatRequest: GenerateAssistantResponseRequest): Promise<GenerateAssistantResponseCommandOutput> {
74
const client = await createCodeWhispererChatStreamingClient()
75
76
- // eslint-disable-next-line aws-toolkits/no-console-log
77
- console.log(chatRequest)
78
const response = await client.generateAssistantResponse(chatRequest)
79
if (!response.generateAssistantResponseResponse) {
80
throw new ToolkitError(
0 commit comments