Skip to content

Commit 3586803

Browse files
author
Jicheng Lu
committed
Merge branch 'main' of https://github.com/SciSharp/BotSharp-UI into features/refine-chat-window
2 parents 5c1575d + 1b915b1 commit 3586803

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

src/routes/page/agent/[agentId]/agent-components/agent-knowledge-base.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
<CardBody>
191191
<div class="text-center">
192192
<h5 class="mt-1 mb-3">Knowledge Base</h5>
193+
<h6 class="mt-1 mb-3">Make your Agent have memory</h6>
193194
</div>
194195
195196
<div class="agent-utility-container">

src/routes/page/agent/[agentId]/agent-components/agent-mcp-tool.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
<Card>
219219
<CardBody>
220220
<div class="text-center">
221-
<h5 class="mt-1 mb-3">MCP</h5>
221+
<h5 class="mt-1 mb-3">MCP Tools</h5>
222+
<h6 class="mt-1 mb-3">Tools powered by MCP Servers</h6>
222223
</div>
223224
224225
<div class="agent-utility-container">

src/routes/page/agent/[agentId]/agent-components/agent-rule.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
<Card>
155155
<CardBody>
156156
<div class="text-center">
157-
<h5 class="mt-1 mb-3">Rules</h5>
157+
<h5 class="mt-1 mb-3">Triggers & Rules</h5>
158+
<h6 class="mt-1 mb-3">Wake-up your agent by rules</h6>
158159
</div>
159160
160161
<div class="agent-utility-container">

src/routes/page/agent/[agentId]/agent-components/agent-utility.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
<CardBody>
274274
<div class="text-center">
275275
<h5 class="mt-1 mb-3">Utilities</h5>
276+
<h6 class="mt-1 mb-3">Tools shared across plugins</h6>
276277
</div>
277278
278279
<div class="agent-utility-container">

src/routes/page/agent/[agentId]/agent-tabs.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
{ name: 'agent-routing-rule', displayText: 'Routing' },
7575
{ name: 'agent-utility', displayText: 'Utilities' },
7676
{ name: 'agent-knowledgebase', displayText: 'Knowledge Base' },
77-
{ name: 'agent-event-rule', displayText: 'Rules' },
78-
{ name: 'agent-mcp-tool', displayText: 'MCP' }
77+
{ name: 'agent-event-rule', displayText: 'Triggers & Rules' },
78+
{ name: 'agent-mcp-tool', displayText: 'MCP Tools' }
7979
];
8080
8181
onMount(() => {

src/routes/page/agent/router/routing-flow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
class={`btn btn-${includePlannerAgent ? "" : "outline-"}primary`}
320320
for="btncheck2"
321321
>
322-
Planner Agent
322+
Planning Agent
323323
</label>
324324
325325
<input

0 commit comments

Comments
 (0)