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 3cfa766 commit 9637ee6Copy full SHA for 9637ee6
apps/sim/app/api/knowledge/[id]/route.ts
@@ -18,7 +18,7 @@ const logger = createLogger('KnowledgeBaseByIdAPI')
18
* Chunking config units:
19
* - maxSize: tokens (1 token ≈ 4 characters)
20
* - minSize: characters
21
- * - overlap: characters
+ * - overlap: tokens (1 token ≈ 4 characters)
22
*/
23
const UpdateKnowledgeBaseSchema = z.object({
24
name: z.string().min(1, 'Name is required').optional(),
0 commit comments