@kokimoki/app 2.0.2 → 2.0.3

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.
@@ -140,6 +140,10 @@ declare class KokimokiAiService {
140
140
  * a JSON-formatted response. This is useful for scenarios where the output
141
141
  * needs to be parsed or processed programmatically.
142
142
  *
143
+ * **Important:** Your prompt must include the word "json" and should describe
144
+ * the expected output schema (field names, types, and structure) to ensure
145
+ * the AI generates properly formatted responses.
146
+ *
143
147
  * @param req The chat request parameters.
144
148
  * @param req.model Optional. The AI model to use. Defaults to server-side default if not specified.
145
149
  * Available models:
@@ -11374,6 +11374,10 @@ class KokimokiAiService {
11374
11374
  * a JSON-formatted response. This is useful for scenarios where the output
11375
11375
  * needs to be parsed or processed programmatically.
11376
11376
  *
11377
+ * **Important:** Your prompt must include the word "json" and should describe
11378
+ * the expected output schema (field names, types, and structure) to ensure
11379
+ * the AI generates properly formatted responses.
11380
+ *
11377
11381
  * @param req The chat request parameters.
11378
11382
  * @param req.model Optional. The AI model to use. Defaults to server-side default if not specified.
11379
11383
  * Available models:
@@ -15958,7 +15962,7 @@ class KokimokiTransaction {
15958
15962
  }
15959
15963
 
15960
15964
  // Auto-generated file. Do not edit manually.
15961
- const KOKIMOKI_APP_VERSION = '2.0.2';
15965
+ const KOKIMOKI_APP_VERSION = '2.0.3';
15962
15966
 
15963
15967
  var RoomSubscriptionMode;
15964
15968
  (function (RoomSubscriptionMode) {