You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentParametersSection.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ export default function EditAiAgentParametersSection() {
34
34
<h3className="m-0 mt-3">Set agent parameters</h3>
35
35
<divclassName="mb-1">
36
36
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.
Copy file name to clipboardExpand all lines: src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentTestPanel.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ export default function EditAiAgentTestPanel() {
112
112
This is a test area where you can try out your agent configuration and chat with the LLM.
113
113
<br/>
114
114
<br/>
115
-
The conversation will not be saved in the database.
115
+
The test conversation will not be saved in the database.
116
116
<br/>
117
117
Click the "Test" button to start chatting.
Copy file name to clipboardExpand all lines: src/Raven.Studio/typescript/components/pages/database/aiHub/aiAgents/edit/partials/EditAiAgentToolsSection.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ export default function EditAiAgentToolsSection() {
37
37
<>
38
38
<h3className="m-0 mt-3">Define agent tools</h3>
39
39
<divclassName="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.
41
41
<br/>
42
42
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).
0 commit comments