Skip to content

Commit 820c7f5

Browse files
committed
RavenDB-24618 small fixes
1 parent 68e0b9c commit 820c7f5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentParametersSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export default function EditAiAgentParametersSection() {
3434
<h3 className="m-0 mt-3">Set agent parameters</h3>
3535
<div className="mb-1">
3636
Define query parameters that the agent will replace with fixed values before executing a query tool
37-
against the database, ensuring the query executes only within the allowed data scope. You will need to
38-
provide values for these parameters when starting a new chat with the agent.
37+
against the database. This ensures that queries run only within the allowed data scope. <br />
38+
You will need to provide values for these parameters when starting a new chat with the agent.
3939
</div>
4040
<div className="panel-bg-1 p-3 rounded-2 border border-secondary">
4141
<FormGroup>

src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentTestPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function EditAiAgentTestPanel() {
112112
This is a test area where you can try out your agent configuration and chat with the LLM.
113113
<br />
114114
<br />
115-
The conversation will not be saved in the database.
115+
The test conversation will not be saved in the database.
116116
<br />
117117
Click the &quot;Test&quot; button to start chatting.
118118
</p>

src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentToolsSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export default function EditAiAgentToolsSection() {
3737
<>
3838
<h3 className="m-0 mt-3">Define agent tools</h3>
3939
<div className="mb-1">
40-
Configure the tools that the LLM can ask the agent to trigger in response to user prompts.
40+
Configure the tools that the LLM can instruct the agent to trigger in response to user prompts.
4141
<br />
4242
These include query tools (to retrieve data from the database) and action tools (to initiate tasks that
43-
the client or user is expected to carry out).
43+
are expected to be carried out by the client or user).
4444
</div>
4545
<div className="panel-bg-1 p-3 rounded-2 border border-secondary">
4646
<div className="hstack justify-content-between">

0 commit comments

Comments
 (0)