@nikcli-ai/sdk 1.187.0 → 1.188.0

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.
@@ -2575,7 +2575,7 @@ export type Config = {
2575
2575
  * Text after the user message.
2576
2576
  */
2577
2577
  footer: string;
2578
- } | "default" | boolean;
2578
+ } | "default" | boolean | null;
2579
2579
  /**
2580
2580
  * Number of retries for chat completions on failure
2581
2581
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.187.0",
4
+ "version": "1.188.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {