Skip to content

Commit 67e2a93

Browse files
Adam GoughAdam Gough
authored andcommitted
improvement: added greptile comments (#579)
1 parent f36a140 commit 67e2a93

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

apps/docs/content/docs/tools/knowledge.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Upload documents to a knowledge base
109109
| Parameter | Type | Required | Description |
110110
| --------- | ---- | -------- | ----------- |
111111
| `knowledgeBaseId` | string | Yes | ID of the knowledge base containing the document |
112-
| `knowledgeBaseName` | string | Yes | Name of the knowledge base to upload the document to |
113112
| `file` | file | Yes | Document\(s\) to upload |
114113

115114
#### Output

apps/sim/tools/knowledge/upload_document.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export const knowledgeUploadDocumentTool: ToolConfig<any, KnowledgeUploadDocumen
1212
required: true,
1313
description: 'ID of the knowledge base containing the document',
1414
},
15-
knowledgeBaseName: {
16-
type: 'string',
17-
required: true,
18-
description: 'Name of the knowledge base to upload the document to',
19-
},
2015
file: {
2116
type: 'file',
2217
required: true,

0 commit comments

Comments
 (0)