update_progress
Update reading progress for documents by setting a completion percentage from 0 to 1, then receive the updated document.
Instructions
Update the reading progress for a Reader document.
reading_progress is a float from 0.0 (unread) to 1.0 (finished). Returns the updated document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| reading_progress | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| author | No | ||
| source_url | No | ||
| category | No | ||
| location | No | ||
| reading_progress | No | ||
| word_count | No | ||
| summary | No | ||
| content | No | ||
| tags | No | ||
| created_at | No | ||
| updated_at | No |