Skip to content

Document chat_edit()'s rich argument - #21

Merged
TroyHernandez merged 1 commit into
mainfrom
chat-edit-rich
Sep 7, 2026
Merged

TroyHernandez merged 1 commit into
mainfrom
chat-edit-rich

Conversation

@TroyHernandez

Copy link
Copy Markdown
Contributor

Docs only, no bump. chat_edit() gained rich alongside chat_send()'s (#11) without a @param, so every R CMD check since has carried:

* checking Rd \usage sections ... WARNING
Undocumented arguments in Rd file 'chat_edit.Rd'
  'rich'

This adds the entry, and fixes the sibling sentence on chat_send()'s rich, which had lost its subject: it is chat_capabilities()$rich_markup being empty that makes an adapter ignore it. tools::checkDocFiles() on the source now reports nothing.

chat_edit() gained rich alongside chat_send()'s without a @PARAM, and
R CMD check has warned about the undocumented argument since. The
sibling sentence on chat_send()'s rich also lost its subject: it is
chat_capabilities()$rich_markup that adapters ignore it on when empty.
@TroyHernandez
TroyHernandez merged commit feb8a51 into main Sep 7, 2026
2 checks passed
@TroyHernandez
TroyHernandez deleted the chat-edit-rich branch September 7, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant