We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74912 commit 70a75daCopy full SHA for 70a75da
3 files changed
components/fragment-input.tsx
@@ -37,7 +37,8 @@ export function FragmentInput() {
37
body: JSON.stringify({
38
chatId,
39
token,
40
- content: text
+ content: text,
41
+ workflow: "card"
42
})
43
44
0 commit comments