Warn about confusing agent tool catalogs
This commit is contained in:
@@ -316,6 +316,17 @@
|
||||
<span class="drawer-section-count" x-text="tfKey('agents.drawer.selected', { count: form.selectedOps.length })"></span>
|
||||
</div>
|
||||
<div class="drawer-section-sub" x-text="operationsSubText()">Select the MCP tools available to this agent.</div>
|
||||
<div class="agents-rec-callout" x-show="agentToolFindings.length > 0" style="display:none; margin-bottom: 12px;">
|
||||
<svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="8" cy="8" r="7"/><path d="M8 4.5v4M8 11.5v.2"/>
|
||||
</svg>
|
||||
<div>
|
||||
<strong data-i18n="agents.drawer.finding.title">Recommendation</strong>
|
||||
<template x-for="finding in agentToolFindings" :key="finding">
|
||||
<div x-text="finding"></div>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ops-picker">
|
||||
<!-- Search -->
|
||||
|
||||
Reference in New Issue
Block a user