mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
test: activate skill file-text fail-close fixtures
This commit is contained in:
parent
c83ef022ec
commit
8358e1d654
2 changed files with 4 additions and 4 deletions
|
|
@ -740,7 +740,7 @@ describe('Skill routes', () => {
|
|||
skills: {
|
||||
pii: {
|
||||
fields: ['file_text'],
|
||||
starterPatterns: [],
|
||||
starterPatterns: ['sk_prefix'],
|
||||
},
|
||||
},
|
||||
files: {
|
||||
|
|
|
|||
|
|
@ -563,7 +563,7 @@ describe('createImportHandler', () => {
|
|||
skills: {
|
||||
pii: {
|
||||
fields: ['file_text'],
|
||||
starterPatterns: [],
|
||||
starterPatterns: ['sk_prefix'],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
@ -721,7 +721,7 @@ describe('createImportHandler', () => {
|
|||
skills: {
|
||||
pii: {
|
||||
fields: ['file_text'],
|
||||
starterPatterns: [],
|
||||
starterPatterns: ['sk_prefix'],
|
||||
},
|
||||
},
|
||||
files: {
|
||||
|
|
@ -852,7 +852,7 @@ describe('createImportHandler', () => {
|
|||
skills: {
|
||||
pii: {
|
||||
fields: ['file_text'],
|
||||
starterPatterns: [],
|
||||
starterPatterns: ['sk_prefix'],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue