feat: initial captrue stage message
This commit is contained in:
@@ -35,11 +35,11 @@ const ActionDescriptionBox = () => {
|
|||||||
const messages = [
|
const messages = [
|
||||||
{
|
{
|
||||||
stage: 'initial' as const,
|
stage: 'initial' as const,
|
||||||
text: 'Choose the ',
|
text: 'Select the list you want to extract along with the texts inside it',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stage: 'pagination' as const,
|
stage: 'pagination' as const,
|
||||||
text: 'Select how the robot can capture the rest of the list?',
|
text: 'Select how the robot can capture the rest of the list',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stage: 'limit' as const,
|
stage: 'limit' as const,
|
||||||
|
|||||||
Reference in New Issue
Block a user