@1interface/chat-core 0.2.0-pipecat.1 → 0.2.0
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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1122,8 +1122,8 @@ export declare interface StreamMessageParams {
|
|
|
1122
1122
|
export declare const THINKING_MESSAGES: {
|
|
1123
1123
|
readonly INITIAL: readonly ["Working on it", "Just a moment", "Reviewing your request", "Looking into that", "One moment, please", "Checking"];
|
|
1124
1124
|
readonly LATER: readonly ["Almost ready", "Gathering the details", "Finishing up", "Getting things in order", "Preparing your answer", "Wrapping this up"];
|
|
1125
|
-
readonly ROTATION_INTERVAL_MS:
|
|
1126
|
-
readonly PHASE_SWITCH_MS:
|
|
1125
|
+
readonly ROTATION_INTERVAL_MS: 5000;
|
|
1126
|
+
readonly PHASE_SWITCH_MS: 4000;
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
1129
|
export { TokenRefreshResult }
|