@petercatai/whisker-client 0.1.202506250650-dev → 0.1.202506250857-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2529,9 +2529,9 @@ export interface IYuqueSplitConfig {
|
|
|
2529
2529
|
chunk_overlap?: number;
|
|
2530
2530
|
/**
|
|
2531
2531
|
* Type
|
|
2532
|
-
* @default "
|
|
2532
|
+
* @default "yuquedoc"
|
|
2533
2533
|
*/
|
|
2534
|
-
type?: "
|
|
2534
|
+
type?: "yuquedoc";
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Separators
|
|
2537
2537
|
* List of separators to split the text. If None, uses default separators
|