mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 11:11:09 +00:00
refactor(plugin-sdk): share tool payload extraction
This commit is contained in:
@@ -394,6 +394,10 @@ describe("plugin-sdk subpath exports", () => {
|
||||
"wrapExternalContent",
|
||||
],
|
||||
});
|
||||
expectSourceContract("tool-payload", {
|
||||
mentions: ["extractToolPayload", "ToolPayloadCarrier"],
|
||||
omits: ["createAnthropicToolPayloadCompatibilityWrapper", "extractToolSend"],
|
||||
});
|
||||
expectSourceMentions("compat", [
|
||||
"createPluginRuntimeStore",
|
||||
"createScopedChannelConfigAdapter",
|
||||
|
||||
Reference in New Issue
Block a user