You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Generate a sample list of contacts for people working in the field of [business-type]',
42
42
systemMessage:
43
-
'Each contact should have a first name, last name, phone number, avatar in png format, bio, position, rank is item order number starting from zero, and email. Use https://api.dicebear.com/8.x/avataaars/png to generate useable avatar URLs, bio as HTML content, and for first name and last name use gender-neutral names, rank must be type number',
43
+
'Each contact should have a first name, last name, phone number, avatar in png format, bio, position, rank is item order number starting from zero, and email. Use https://api.dicebear.com/8.x/avataaars/png?scale=50 to generate useable avatar URLs, bio as HTML content, and for first name and last name use gender-neutral names, rank must be type number',
44
44
jsonTemplate: this.jsonTemplate,
45
45
callback: this._handleGenerate.bind(this),
46
46
},
47
47
48
48
importOptions: {
49
49
jsonTemplate: this.jsonTemplate,
50
50
sampleCSV:
51
-
'Jane, Smith, 123-456-7890, https://api.dicebear.com/8.x/avataaars/png?seed=jane-smith&mouth=smile&eyebrows=defaultNatural&eyes=default,Jane Smith is a marketing specialist with expertise in digital marketing strategies.,Marketing Specialist,Jane.Smith@example.com\nJohn, Doe, 123-456-7890, https://api.dicebear.com/8.x/avataaars/png?seed=john-doe&mouth=smile&eyebrows=defaultNatural&eyes=default,John Doe is a software engineer with 5 years of experience in web development.,Software Engineer,john.doe@example.com',
51
+
'Jane, Smith, 123-456-7890, https://api.dicebear.com/8.x/avataaars/png?seed=jane-smith&mouth=smile&eyebrows=defaultNatural&eyes=default&scale=50, Jane Smith is a marketing specialist with expertise in digital marketing strategies.,Marketing Specialist,Jane.Smith@example.com\nJohn, Doe, 123-456-7890, https://api.dicebear.com/8.x/avataaars/png?seed=john-doe&mouth=smile&eyebrows=defaultNatural&eyes=default&scale=50, John Doe is a software engineer with 5 years of experience in web development.,Software Engineer,john.doe@example.com',
52
52
systemMessage: `fName is first , last name is lname, phone is random phone numbers, topImage is a URL`,
0 commit comments