Skip to content

Commit c718ede

Browse files
fix: fix exemplary snippet code
1 parent 0c20071 commit c718ede

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,7 @@ export const assistantConfig: AssistantConfigParams = {
122122
toolResources: {
123123
file_search: {
124124
// Provide files if you use file_search tool
125-
files: [
126-
{
127-
name: 'example',
128-
content: 'This is an example file.',
129-
},
130-
],
125+
fileNames: ['example1.txt', 'example2.txt'],
131126
},
132127
},
133128
};

0 commit comments

Comments
 (0)