Skip to content

Commit 3928966

Browse files
authored
Feat/workflow (#553)
* feat: provided custom node & edges controls to user * chore: removed log from chat input * chore: removed padding from card cusotm variant * chore: added showCopyButton prop * chore: removed console * chore: exposed onChange for multivalue input
1 parent 6e7ee0d commit 3928966

File tree

12 files changed

+533
-121
lines changed

12 files changed

+533
-121
lines changed

apps/site/src/demos/ChatInputDemo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ const ChatInputDemo = () => {
118118
setPlaygroundFiles([])
119119
}
120120

121-
console.log('topQueriesMessage-->>', topQueriesMessage)
122-
123121
return (
124122
<div className="p-8 space-y-12">
125123
{/* Header */}

0 commit comments

Comments
 (0)