@signetai/signet-memory-openclaw 0.124.1 → 0.124.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6892,6 +6892,7 @@ var PIPELINE_PROVIDER_CHOICES = [
|
|
|
6892
6892
|
"opencode",
|
|
6893
6893
|
"anthropic",
|
|
6894
6894
|
"openrouter",
|
|
6895
|
+
"openai-compatible",
|
|
6895
6896
|
"command"
|
|
6896
6897
|
];
|
|
6897
6898
|
var SYNTHESIS_PROVIDER_CHOICES = PIPELINE_PROVIDER_CHOICES.filter((provider) => provider !== "command");
|