Skip to content

Commit 65eb44d

Browse files
committed
fix(chat): Fix failure caused by merge conflicts
1 parent 08c7828 commit 65eb44d

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhispererChat/controllers/chat

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/controllers/chat/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ export class ChatController {
787787
chatStream,
788788
ConversationTracker.getInstance().getTokenForTrigger(triggerID)
789789
)
790-
ToolUtils.validateOutput(output)
790+
ToolUtils.validateOutput(output, tool.type)
791791

792792
let status: ToolResultStatus = ToolResultStatus.SUCCESS
793793
if (output.output.success === false) {

0 commit comments

Comments
 (0)