deep-chat-dev 9.0.281 → 9.0.283
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/README.md +1 -0
- package/custom-elements.json +14616 -14634
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1674 -1475
- package/dist/services/gemini/gemini.d.ts +5 -3
- package/dist/services/gemini/gemini.d.ts.map +1 -1
- package/dist/services/gemini/utils/geminiUtils.d.ts +1 -2
- package/dist/services/gemini/utils/geminiUtils.d.ts.map +1 -1
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/types/directConnection.d.ts +2 -0
- package/dist/types/directConnection.d.ts.map +1 -1
- package/dist/types/gemini.d.ts +20 -0
- package/dist/types/gemini.d.ts.map +1 -0
- package/dist/types/geminiResult.d.ts +30 -0
- package/dist/types/geminiResult.d.ts.map +1 -0
- package/dist/types/keyVerificationDetails.d.ts +1 -0
- package/dist/types/keyVerificationDetails.d.ts.map +1 -1
- package/dist/types/stream.d.ts +2 -2
- package/dist/types/stream.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +1 -1
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/tooltip/tooltipUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/browserStorage/browserStorage.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
- Send/Receive files
|
13
13
|
- Capture photos via webcam
|
14
14
|
- Record audio via microphone
|
15
|
+
- Speech To Speech communication
|
15
16
|
- Speech To Text for message input
|
16
17
|
- Text To Speech to hear message responses
|
17
18
|
- Support for MarkDown and custom elements to help structure text and render code
|