fix: auto collapse retrieval setting while update config
This commit is contained in:
parent
b4602ef262
commit
a2b6055911
@ -57,7 +57,7 @@ const AssistantSetting = ({
|
|||||||
tools: [
|
tools: [
|
||||||
{
|
{
|
||||||
type: 'retrieval',
|
type: 'retrieval',
|
||||||
enabled: false,
|
enabled: true,
|
||||||
settings: {
|
settings: {
|
||||||
...(activeThread.assistants[0].tools &&
|
...(activeThread.assistants[0].tools &&
|
||||||
activeThread.assistants[0].tools[0]?.settings),
|
activeThread.assistants[0].tools[0]?.settings),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user