We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c20071 commit c718edeCopy full SHA for c718ede
README.md
@@ -122,12 +122,7 @@ export const assistantConfig: AssistantConfigParams = {
122
toolResources: {
123
file_search: {
124
// Provide files if you use file_search tool
125
- files: [
126
- {
127
- name: 'example',
128
- content: 'This is an example file.',
129
- },
130
- ],
+ fileNames: ['example1.txt', 'example2.txt'],
131
},
132
133
};
0 commit comments