File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
chat/[agentId]/[conversationId] Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6060 * @property {AgentWelcomeInfo } welcome_info - Welcome information.
6161 * @property {boolean } editable
6262 * @property {boolean } chatable
63+ * @property {boolean } trainable
64+ * @property {boolean } evaluable
6365 */
6466
6567
Original file line number Diff line number Diff line change 8484
8585 .action-col {
8686 padding : 3px 0px ;
87+ border-bottom : 1px dotted var (--bs-primary );
8788
8889 input [type = ' checkbox' ] {
8990 outline : none !important ;
Original file line number Diff line number Diff line change 9292
9393 .action-col {
9494 padding : 3px 0px ;
95+ border-bottom : 1px dotted var (--bs-primary );
9596
9697 input [type = ' checkbox' ] {
9798 outline : none !important ;
Original file line number Diff line number Diff line change 16471647 text={message?.rich_content?.message?.text || message?.text}
16481648 />
16491649 {/if}
1650- {#if PUBLIC_LIVECHAT_ENABLE_TRAINING === 'true'}
1650+ {#if PUBLIC_LIVECHAT_ENABLE_TRAINING === 'true' && agent?.trainable }
16511651 {#if message?.function}
16521652 <div class="line-align-center" style="font-size: 17px;">
16531653 <!-- svelte-ignore a11y-click-events-have-key-events -->
Original file line number Diff line number Diff line change 145145< / script>
146146
147147
148- < HeadTitle title= " {$_('User List')}" / >
149- < Breadcrumb title= " {$_('Management')}" pagetitle= " {$_('Users ')}" / >
148+ < HeadTitle title= " {$_('Role List')}" / >
149+ < Breadcrumb title= " {$_('Management')}" pagetitle= " {$_('Roles ')}" / >
150150< LoadingToComplete isLoading= {isLoading} isComplete= {isComplete} isError= {isError} successText= {successText} errorText= {errorText} / >
151151
152152
You can’t perform that action at this time.
0 commit comments