Skip to content

Commit 0a1dc36

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 02d8968 commit 0a1dc36

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,7 @@ const result = await ingestText("Your text content here...", {
511511
```typescript
512512
interface IngestResult {
513513
pages: Page[]; // all pages created for this ingest
514-
book: Book; // the Book grouping all created pages
515-
chunkCount: number; // number of text chunks (= number of pages)
516-
modelId: string; // embedding model ID used
514+
book?: Book; // optional Book grouping all created pages
517515
}
518516
```
519517

0 commit comments

Comments
 (0)