Commit dd5ed52
feat: Add tool for discussion comment write operations (#2427)
* Add discussion comment write operation tools
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address comments from Copilot review
* Update includeReplies description to specify GitHub API maximum replies limit
* Consolidate into single tool
* add tests cases for checking param presence
* Enhance validation on discussion comment operations
* Enhance discussion_write tool description
Co-authored-by: Roberto Nacu <kerobbi@github.com>
* Remove redundant param
Co-authored-by: Roberto Nacu <kerobbi@github.com>
* Refactor tests
* Fix failing build
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Roberto Nacu <kerobbi@github.com>1 parent 4400f80 commit dd5ed52
6 files changed
Lines changed: 1495 additions & 38 deletions
File tree
- pkg/github
- __toolsnaps__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments