Docs: require unified message discovery

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:02:10 +00:00
parent 682f4d1ca3
commit 6b9b32a160

View File

@@ -202,7 +202,7 @@ The current boundary is:
channel-specific schema fragments
- channel plugins execute the final action through their action adapter
For channel plugins, the preferred SDK surface is
For channel plugins, the SDK surface is
`ChannelMessageActionAdapter.describeMessageTool(...)`. That unified discovery
call lets a plugin return its visible actions, capabilities, and schema
contributions together so those pieces do not drift apart.