Skip to content

Commit 1db5909

Browse files
committed
Add some text to the tool calling options abot the power of the inference model
1 parent cb3ae5a commit 1db5909

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ui/src/pages/RagChatTab/SessionsSidebar/CreateSession/CreateSessionForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ const CreateSessionForm = ({ form, dataSources }: CreateSessionFormProps) => {
8484
title="Tool Calling"
8585
content={
8686
<Typography style={{ width: 300 }}>
87-
Enables tool calling.
87+
Enable tool calling. This feature is highly dependent on the
88+
power of the selected response synthesizer model.
8889
</Typography>
8990
}
9091
>

ui/src/pages/RagChatTab/Settings/ChatSettingsModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ const ChatSettingsModal = ({
130130
title="Tool Calling"
131131
content={
132132
<Typography style={{ width: 300 }}>
133-
Enable tool calling.
133+
Enable tool calling. This feature is highly dependent on the
134+
power of the selected response synthesizer model.
134135
</Typography>
135136
}
136137
>

0 commit comments

Comments
 (0)