@kivox/client 0.1.0-beta.50 → 0.1.0-beta.51
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.
- package/dist/index.d.ts +1 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1002,10 +1002,7 @@ interface components {
|
|
|
1002
1002
|
language?: string
|
|
1003
1003
|
/** @example UTC */
|
|
1004
1004
|
timezone?: string
|
|
1005
|
-
|
|
1006
|
-
max_session_duration_minutes?: number
|
|
1007
|
-
max_silence_timeout_seconds?: number
|
|
1008
|
-
allow_interruptions?: boolean
|
|
1005
|
+
system_prompt?: string
|
|
1009
1006
|
model_llm?: string
|
|
1010
1007
|
}
|
|
1011
1008
|
AgentSecret: {
|