You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
export let chatMock = [
|
|
|
|
|
|
{
|
|
|
|
|
|
msg:'你好,我是伯才智能匹配AI大鹏,可以帮老乡快速匹配工作(支持语音输入)。为了匹配更准确,需多提供老乡需求信息,例如:1. 性别2. 年龄3. 意向城市4. 工作要求(如吃住、班次等)示例:有位32岁大姐,想去常州找个长白班的工作。快告诉我老乡需求,开始匹配吧!',
|
|
|
|
|
|
chat_type:'text',
|
|
|
|
|
|
robotTag:1
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|