📝 docs: fix agent usage typo#13198
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
973dd9f to
fed2810
Compare
|
@arvinxx Could you please review this docs PR? It fixes typos in agent usage, changelog, and self-hosting documentation. |
|
❤️ Great PR @canisminor1990 ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fed2810b91
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| **End-of-month review:** | ||
|
|
||
| - Frequency: Monthly — set Max Executions to 1 per month, or use day-of-month scheduling | ||
| - Frequency: Monthly — set Max Executions to once per month, or combine with a specific day |
There was a problem hiding this comment.
Remove invalid monthly scheduling example
The updated example says users can do a monthly review by setting Max Executions and combining with a specific day, but that does not produce a monthly schedule in the current product: schedule options are only daily | hourly | weekly (src/routes/(main)/agent/cron/[cronId]/CronConfig.ts), and maxExecutions is a lifetime run cap that decrements to zero and disables the job (packages/database/src/models/agentCronJob.ts). Following this guidance will create a weekly job or a one-off run, not a recurring monthly task.
Useful? React with 👍 / 👎.
💻 Change Type
🔗 Related Issue
🔀 Description of Change
🧪 How to Test
📸 Screenshots / Videos
📝 Additional Information