@kivox/client 0.1.0-beta.12 → 0.1.0-beta.13

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -77,7 +77,6 @@ type AgentConfig = {
77
77
  avatar_url: string
78
78
  name: string
79
79
  description: string
80
- system_prompt: string
81
80
  language: string
82
81
  max_session_duration_minutes: number
83
82
  max_silence_timeout_seconds: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kivox/client",
3
- "version": "0.1.0-beta.12",
3
+ "version": "0.1.0-beta.13",
4
4
  "description": "JavaScript/TypeScript client for KIVOX",
5
5
  "homepage": "https://github.com/ekisa-team/kivox#readme",
6
6
  "bugs": {