标准健身动作生成任务 生成健身动作 疼?点这里!
@for(step of taskList;track step.title;) {
@if(step.progress==0 && !step.error){ } @if(step.progress!=0 && step.progress!=1){ } @if(step.progress==1){ } @if(step.error){ } {{step.title}} @if(step.progress){{{step.progress * 100 | number:"2.0-0"}}%} @if(step.error){ {{step.error}} }
}
@if(shareData.images) { @for(imageUrl of shareData.images;track imageUrl){ } } @if(shareData.diagResult){

{{shareData.diagResult.title}}

{{shareData.diagResult.desc}}

{{shareData.diagResult.content}}

}

页面:配置路由和参数的聊天页

开始页面聊天

组件:直接弹出的聊天组件

开始新聊天 恢复会话

示例:门诊问诊的智能体示例(ChatPanel组件)

进入门诊