Skip to content

Commit a9a9a8c

Browse files
committed
fix: debug tool call
1 parent 01d6f5d commit a9a9a8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Chat/PartTypes/MessageHandler.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ return(
153153
)
154154
}
155155
if (part.type === 'tool-requestApproval') {
156+
157+
console.log("Rendering PartApprovalTool with toolPart:", toolPart)
156158
return (
157159
<div key={key} className="mb-2">
158160
<PartApprovalTool

0 commit comments

Comments
 (0)