openmates 0.16.0-alpha.7 → 0.16.0-alpha.8

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.
@@ -45200,7 +45200,7 @@ var audioGenerateProductSuccessChimeChat = {
45200
45200
  content: "example_chats.audio_generate_product_success_chime.message_2",
45201
45201
  created_at: 1786382154,
45202
45202
  user_message_id: "0fe80324-42f5-4b87-9e11-0b0d8f36c9d5",
45203
- response_credits: 17,
45203
+ response_credits: 31,
45204
45204
  category: "general_knowledge",
45205
45205
  model_name: "Gemini 3.5 Flash-Lite"
45206
45206
  }
@@ -45234,6 +45234,23 @@ var audioGenerateProductSuccessChimeChat = {
45234
45234
  created_at: 1786382147,
45235
45235
  updated_at: 1786382147,
45236
45236
  tool_inference_iterations: 1
45237
+ },
45238
+ {
45239
+ id: "example-audio-generate-product-success-chime-usage-2",
45240
+ type: "skill_execution",
45241
+ source: "chat",
45242
+ app_id: "audio",
45243
+ skill_id: "generate",
45244
+ model_used: "elevenlabs/eleven_text_to_sound_v2",
45245
+ credits: 14,
45246
+ server_provider: "ElevenLabs",
45247
+ server_region: "US",
45248
+ chat_id: "example-audio-generate-product-success-chime",
45249
+ message_id: "0fe80324-42f5-4b87-9e11-0b0d8f36c9d5",
45250
+ created_at: 1786382144,
45251
+ updated_at: 1786382144,
45252
+ tool_inference_iterations: 0,
45253
+ code_run_duration_seconds: 0.679
45237
45254
  }
45238
45255
  ],
45239
45256
  metadata: {
@@ -45266,7 +45283,7 @@ var audioSpeakFriendlyWelcomeMessageChat = {
45266
45283
  content: "example_chats.audio_speak_friendly_welcome_message.message_2",
45267
45284
  created_at: 1786382255,
45268
45285
  user_message_id: "b39cb42f-ec3e-45ec-9339-801b54c7cb03",
45269
- response_credits: 18,
45286
+ response_credits: 28,
45270
45287
  category: "onboarding_support",
45271
45288
  model_name: "Gemini 3.5 Flash-Lite"
45272
45289
  }
@@ -45300,6 +45317,23 @@ var audioSpeakFriendlyWelcomeMessageChat = {
45300
45317
  created_at: 1786382249,
45301
45318
  updated_at: 1786382249,
45302
45319
  tool_inference_iterations: 1
45320
+ },
45321
+ {
45322
+ id: "example-audio-speak-friendly-welcome-message-usage-2",
45323
+ type: "skill_execution",
45324
+ source: "chat",
45325
+ app_id: "audio",
45326
+ skill_id: "speak",
45327
+ model_used: "elevenlabs/eleven_flash_v2_5",
45328
+ credits: 10,
45329
+ server_provider: "ElevenLabs",
45330
+ server_region: "US",
45331
+ chat_id: "example-audio-speak-friendly-welcome-message",
45332
+ message_id: "b39cb42f-ec3e-45ec-9339-801b54c7cb03",
45333
+ created_at: 1786382246,
45334
+ updated_at: 1786382246,
45335
+ tool_inference_iterations: 0,
45336
+ code_run_duration_seconds: 4.968
45303
45337
  }
45304
45338
  ],
45305
45339
  metadata: {
package/dist/cli.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  requireExactConfirmation,
9
9
  resolveProjectContext,
10
10
  serializeToYaml
11
- } from "./chunk-Y2VI2HJI.js";
11
+ } from "./chunk-JICSO2HA.js";
12
12
  import "./chunk-IWKP55ZB.js";
13
13
  import "./chunk-MLWBMJEN.js";
14
14
  export {
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  renderPlanList,
40
40
  renderSupportInfo,
41
41
  serializeToYaml
42
- } from "./chunk-Y2VI2HJI.js";
42
+ } from "./chunk-JICSO2HA.js";
43
43
  import "./chunk-IWKP55ZB.js";
44
44
  import "./chunk-MLWBMJEN.js";
45
45
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.16.0-alpha.7",
3
+ "version": "0.16.0-alpha.8",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",