feat(plugin): support plugin-provided tools (#34619)
This commit is contained in:
parent
a5c51e11d0
commit
194b0615e0
52 changed files with 1633 additions and 959 deletions
|
|
@ -254,9 +254,9 @@ const adaptGroup3 = (raw: RawClient["server.session"]) => ({
|
|||
skill: Endpoint3_9(raw),
|
||||
compact: Endpoint3_10(raw),
|
||||
wait: Endpoint3_11(raw),
|
||||
stage: Endpoint3_12(raw),
|
||||
clear: Endpoint3_13(raw),
|
||||
commit: Endpoint3_14(raw),
|
||||
revertStage: Endpoint3_12(raw),
|
||||
revertClear: Endpoint3_13(raw),
|
||||
revertCommit: Endpoint3_14(raw),
|
||||
context: Endpoint3_15(raw),
|
||||
history: Endpoint3_16(raw),
|
||||
events: Endpoint3_17(raw),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue