@@ -66,6 +66,96 @@ export const getCollectionsAction = (
66
66
} ,
67
67
} ,
68
68
] ,
69
+ [
70
+ {
71
+ user : "{{user1}}" ,
72
+ content : {
73
+ text : "Can you show me a list of NFT collections?" ,
74
+ } ,
75
+ } ,
76
+ {
77
+ user : "{{user2}}" ,
78
+ content : {
79
+ text : "Sure! Here are some curated NFT collections on Ethereum:" ,
80
+ action : "GET_NFT_COLLECTIONS" ,
81
+ } ,
82
+ } ,
83
+ ] ,
84
+ [
85
+ {
86
+ user : "{{user1}}" ,
87
+ content : {
88
+ text : "Do you know the best NFT collections?" ,
89
+ } ,
90
+ } ,
91
+ {
92
+ user : "{{user2}}" ,
93
+ content : {
94
+ text : "Absolutely! Here's a list of top NFT collections on Ethereum:" ,
95
+ action : "GET_NFT_COLLECTIONS" ,
96
+ } ,
97
+ } ,
98
+ ] ,
99
+ [
100
+ {
101
+ user : "{{user1}}" ,
102
+ content : {
103
+ text : "Can you fetch Ethereum NFT collections for me?" ,
104
+ } ,
105
+ } ,
106
+ {
107
+ user : "{{user2}}" ,
108
+ content : {
109
+ text : "Of course! Fetching NFT collections on Ethereum:" ,
110
+ action : "GET_NFT_COLLECTIONS" ,
111
+ } ,
112
+ } ,
113
+ ] ,
114
+ [
115
+ {
116
+ user : "{{user1}}" ,
117
+ content : {
118
+ text : "I'm curious about NFTs. What are some collections I should look into?" ,
119
+ } ,
120
+ } ,
121
+ {
122
+ user : "{{user2}}" ,
123
+ content : {
124
+ text : "Here are some NFT collections you might find interesting:" ,
125
+ action : "GET_NFT_COLLECTIONS" ,
126
+ } ,
127
+ } ,
128
+ ] ,
129
+ [
130
+ {
131
+ user : "{{user1}}" ,
132
+ content : {
133
+ text : "Tell me about the trending Ethereum NFT collections." ,
134
+ } ,
135
+ } ,
136
+ {
137
+ user : "{{user2}}" ,
138
+ content : {
139
+ text : "Here's information on trending Ethereum NFT collections:" ,
140
+ action : "GET_NFT_COLLECTIONS" ,
141
+ } ,
142
+ } ,
143
+ ] ,
144
+ [
145
+ {
146
+ user : "{{user1}}" ,
147
+ content : {
148
+ text : "What are some cool NFT collections right now?" ,
149
+ } ,
150
+ } ,
151
+ {
152
+ user : "{{user2}}" ,
153
+ content : {
154
+ text : "Let me show you some popular NFT collections:" ,
155
+ action : "GET_NFT_COLLECTIONS" ,
156
+ } ,
157
+ } ,
158
+ ] ,
69
159
] ,
70
160
} ;
71
161
} ;
0 commit comments