@synsci/sdk 1.3.0 → 1.3.1

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.
@@ -1596,10 +1596,6 @@ export type Config = {
1596
1596
  * Timeout in milliseconds for model context protocol (MCP) requests
1597
1597
  */
1598
1598
  mcp_timeout?: number;
1599
- /**
1600
- * Run a blind reviewer on a primary agent's final answer and append its verdict as a footer note ('annotate' = on, non-blocking). Off by default.
1601
- */
1602
- reviewGate?: "off" | "annotate";
1603
1599
  };
1604
1600
  };
1605
1601
  export type BadRequestError = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {