@kivox/client 0.1.0-beta.51 → 0.1.0-beta.52

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3295,6 +3295,8 @@ interface operations {
3295
3295
  requestBody: {
3296
3296
  content: {
3297
3297
  "application/json": {
3298
+ /** @description The name of the model to use. If not provided, the agent's default model will be used. */
3299
+ model?: string
3298
3300
  /** @description The user's message text. */
3299
3301
  content: string
3300
3302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kivox/client",
3
- "version": "0.1.0-beta.51",
3
+ "version": "0.1.0-beta.52",
4
4
  "description": "JavaScript/TypeScript client SDK for Kivox",
5
5
  "homepage": "https://github.com/ekisa-team/kivox#readme",
6
6
  "bugs": {