Skip to content

Commit 70a75da

Browse files
committed
remove any
1 parent 6c74912 commit 70a75da

3 files changed

Lines changed: 426 additions & 313 deletions

File tree

components/fragment-input.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export function FragmentInput() {
3737
body: JSON.stringify({
3838
chatId,
3939
token,
40-
content: text
40+
content: text,
41+
workflow: "card"
4142
})
4243
})
4344

0 commit comments

Comments
 (0)