mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 18:30:22 +00:00
Plugin SDK: clarify ACPX public seam
This commit is contained in:
@@ -315,7 +315,7 @@ describe("plugin-sdk subpath exports", () => {
|
||||
expect(typeof tlonSdk.tlonSetupAdapter).toBe("object");
|
||||
});
|
||||
|
||||
it("exports acpx helpers", async () => {
|
||||
it("exports ACPX runtime backend helpers", async () => {
|
||||
expect(typeof acpxSdk.listKnownProviderAuthEnvVarNames).toBe("function");
|
||||
expect(typeof acpxSdk.omitEnvKeysCaseInsensitive).toBe("function");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user