@drawdream/livespeech 0.1.3 → 0.1.4
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.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -100,6 +100,11 @@ interface SessionConfig {
|
|
|
100
100
|
* @default false
|
|
101
101
|
*/
|
|
102
102
|
aiSpeaksFirst?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Allow harmful content categories in AI responses
|
|
105
|
+
* @default false
|
|
106
|
+
*/
|
|
107
|
+
allowHarmCategory?: boolean;
|
|
103
108
|
}
|
|
104
109
|
/**
|
|
105
110
|
* Internal resolved configuration with defaults applied
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,11 @@ interface SessionConfig {
|
|
|
100
100
|
* @default false
|
|
101
101
|
*/
|
|
102
102
|
aiSpeaksFirst?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Allow harmful content categories in AI responses
|
|
105
|
+
* @default false
|
|
106
|
+
*/
|
|
107
|
+
allowHarmCategory?: boolean;
|
|
103
108
|
}
|
|
104
109
|
/**
|
|
105
110
|
* Internal resolved configuration with defaults applied
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED