deep-chat-dev 9.0.185 → 9.0.187
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 +17 -12
- package/custom-elements.json +4469 -4194
- package/dist/deepChat.d.ts +25 -24
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +7087 -12370
- package/dist/icons/audioIcon.d.ts.map +1 -1
- package/dist/icons/cameraIcon.d.ts.map +1 -1
- package/dist/icons/captureIcon.d.ts.map +1 -1
- package/dist/icons/closeIcon.d.ts.map +1 -1
- package/dist/icons/fileIcon.d.ts.map +1 -1
- package/dist/icons/gifIcon.d.ts.map +1 -1
- package/dist/icons/imageIcon.d.ts.map +1 -1
- package/dist/icons/microphone.d.ts.map +1 -1
- package/dist/icons/mixedFilesIcon.d.ts.map +1 -1
- package/dist/icons/notVisibilityIcon.d.ts.map +1 -1
- package/dist/icons/playIcon.d.ts.map +1 -1
- package/dist/icons/plusIcon.d.ts.map +1 -1
- package/dist/icons/refreshIcon.d.ts.map +1 -1
- package/dist/icons/stopIcon.d.ts.map +1 -1
- package/dist/icons/submitIcon.d.ts.map +1 -1
- package/dist/icons/tickIcon.d.ts.map +1 -1
- package/dist/icons/visibleIcon.d.ts.map +1 -1
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +5 -6
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +0 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
- package/dist/services/azure/azureLanguageIO.d.ts +4 -5
- package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechIO.d.ts +4 -5
- package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechToTextIO.d.ts +5 -6
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
- package/dist/services/azure/azureSummarizationIO.d.ts +6 -7
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
- package/dist/services/azure/azureTextToSpeechIO.d.ts +6 -7
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureTranslationIO.d.ts +5 -6
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
- package/dist/services/azure/utils/azureUtils.d.ts +1 -2
- package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
- package/dist/services/cohere/cohereChatIO.d.ts +5 -6
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereIO.d.ts +2 -3
- package/dist/services/cohere/cohereIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereSummarizationIO.d.ts +6 -7
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +6 -7
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts +0 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +0 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
- package/dist/services/mistral/mistralO.d.ts +5 -6
- package/dist/services/mistral/mistralO.d.ts.map +1 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts +0 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
- package/dist/services/openAI/openAIAssistantIO.d.ts +6 -7
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +7 -8
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIImagesIO.d.ts +5 -6
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
- package/dist/services/openAI/openAISpeechToTextIO.d.ts +5 -6
- package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
- package/dist/services/openAI/openAITextToSpeechIO.d.ts +5 -6
- package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts +4 -5
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +11 -12
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/serviceIOFactory.d.ts +1 -2
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +0 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
- package/dist/services/utils/baseServiceIO.d.ts +9 -10
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts +5 -6
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/services/utils/messageLimitUtils.d.ts +0 -1
- package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
- package/dist/services/utils/setFileTypes.d.ts +1 -2
- package/dist/services/utils/setFileTypes.d.ts.map +1 -1
- package/dist/types/APIKey.d.ts.map +1 -1
- package/dist/types/assemblyAI.d.ts.map +1 -1
- package/dist/types/assemblyAIResult.d.ts.map +1 -1
- package/dist/types/avatars.d.ts +0 -1
- package/dist/types/avatars.d.ts.map +1 -1
- package/dist/types/azure.d.ts.map +1 -1
- package/dist/types/azureResult.d.ts +0 -1
- package/dist/types/azureResult.d.ts.map +1 -1
- package/dist/types/button.d.ts +0 -1
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/buttonInternal.d.ts +1 -2
- package/dist/types/buttonInternal.d.ts.map +1 -1
- package/dist/types/buttonTypes.d.ts +0 -1
- package/dist/types/buttonTypes.d.ts.map +1 -1
- package/dist/types/camera.d.ts.map +1 -1
- package/dist/types/chatLimits.d.ts.map +1 -1
- package/dist/types/cohere.d.ts +0 -1
- package/dist/types/cohere.d.ts.map +1 -1
- package/dist/types/cohereResult.d.ts +0 -1
- package/dist/types/cohereResult.d.ts.map +1 -1
- package/dist/types/connect.d.ts +2 -3
- package/dist/types/connect.d.ts.map +1 -1
- package/dist/types/demo.d.ts +2 -3
- package/dist/types/demo.d.ts.map +1 -1
- package/dist/types/directConnection.d.ts +7 -8
- package/dist/types/directConnection.d.ts.map +1 -1
- package/dist/types/dropupStyles.d.ts +1 -2
- package/dist/types/dropupStyles.d.ts.map +1 -1
- package/dist/types/error.d.ts.map +1 -1
- package/dist/types/errorInternal.d.ts +0 -1
- package/dist/types/errorInternal.d.ts.map +1 -1
- package/dist/types/fileAttachments.d.ts +0 -1
- package/dist/types/fileAttachments.d.ts.map +1 -1
- package/dist/types/fileServiceConfigs.d.ts +5 -6
- package/dist/types/fileServiceConfigs.d.ts.map +1 -1
- package/dist/types/fileTypes.d.ts.map +1 -1
- package/dist/types/genericInputButton.d.ts +0 -1
- package/dist/types/genericInputButton.d.ts.map +1 -1
- package/dist/types/handler.d.ts +0 -1
- package/dist/types/handler.d.ts.map +1 -1
- package/dist/types/headers.d.ts +0 -1
- package/dist/types/headers.d.ts.map +1 -1
- package/dist/types/history.d.ts +4 -0
- package/dist/types/history.d.ts.map +1 -0
- package/dist/types/html.d.ts +0 -1
- package/dist/types/html.d.ts.map +1 -1
- package/dist/types/huggingFace.d.ts.map +1 -1
- package/dist/types/huggingFaceResult.d.ts +0 -1
- package/dist/types/huggingFaceResult.d.ts.map +1 -1
- package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts +1 -2
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/keyVerificationDetails.d.ts +0 -1
- package/dist/types/keyVerificationDetails.d.ts.map +1 -1
- package/dist/types/messageFile.d.ts.map +1 -1
- package/dist/types/messages.d.ts +2 -3
- package/dist/types/messages.d.ts.map +1 -1
- package/dist/types/messagesInternal.d.ts +2 -3
- package/dist/types/messagesInternal.d.ts.map +1 -1
- package/dist/types/microphone.d.ts +1 -2
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/types/mistral.d.ts.map +1 -1
- package/dist/types/names.d.ts +0 -1
- package/dist/types/names.d.ts.map +1 -1
- package/dist/types/object.d.ts.map +1 -1
- package/dist/types/openAI.d.ts +0 -1
- package/dist/types/openAI.d.ts.map +1 -1
- package/dist/types/openAIInternal.d.ts +1 -2
- package/dist/types/openAIInternal.d.ts.map +1 -1
- package/dist/types/openAIResult.d.ts +0 -1
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/types/response.d.ts +0 -1
- package/dist/types/response.d.ts.map +1 -1
- package/dist/types/responseInternal.d.ts +0 -1
- package/dist/types/responseInternal.d.ts.map +1 -1
- package/dist/types/stabilityAI.d.ts.map +1 -1
- package/dist/types/stabilityAIResult.d.ts.map +1 -1
- package/dist/types/stream.d.ts.map +1 -1
- package/dist/types/styles.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +0 -1
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/types/textInput.d.ts +0 -1
- package/dist/types/textInput.d.ts.map +1 -1
- package/dist/types/textToSpeech.d.ts.map +1 -1
- package/dist/types/typeConverters.d.ts.map +1 -1
- package/dist/types/utilityTypes.d.ts.map +1 -1
- package/dist/types/validateInput.d.ts.map +1 -1
- package/dist/types/validationHandler.d.ts +0 -1
- package/dist/types/validationHandler.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMShared.d.ts.map +1 -1
- package/dist/types/webModel/webModel.d.ts.map +1 -1
- package/dist/utils/HTTP/HTTPRequest.d.ts +1 -2
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts +2 -3
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/utils/HTTP/requestUtils.d.ts +8 -9
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
- package/dist/utils/HTTP/stream.d.ts +4 -5
- package/dist/utils/HTTP/stream.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts +3 -4
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/utils/browser/browser.d.ts.map +1 -1
- package/dist/utils/buttons/inputButtons.d.ts +0 -1
- package/dist/utils/buttons/inputButtons.d.ts.map +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -1
- package/dist/utils/data/objectUtils.d.ts.map +1 -1
- package/dist/utils/decorators/property.d.ts +0 -1
- package/dist/utils/decorators/property.d.ts.map +1 -1
- package/dist/utils/decorators/renderControl.d.ts +0 -1
- package/dist/utils/decorators/renderControl.d.ts.map +1 -1
- package/dist/utils/decorators/typeConverters.d.ts +0 -1
- package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
- package/dist/utils/demo/demo.d.ts +1 -2
- package/dist/utils/demo/demo.d.ts.map +1 -1
- package/dist/utils/element/elementUtils.d.ts.map +1 -1
- package/dist/utils/element/imageUtils.d.ts.map +1 -1
- package/dist/utils/element/statefulEvents.d.ts +0 -1
- package/dist/utils/element/statefulEvents.d.ts.map +1 -1
- package/dist/utils/element/styleUtils.d.ts +0 -1
- package/dist/utils/element/styleUtils.d.ts.map +1 -1
- package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
- package/dist/utils/events/fireEvents.d.ts +1 -2
- package/dist/utils/events/fireEvents.d.ts.map +1 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts +0 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
- package/dist/utils/legacy/legacy.d.ts +4 -5
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/utils/svg/svgIconUtils.d.ts.map +1 -1
- package/dist/utils/webComponent/googleFont.d.ts.map +1 -1
- package/dist/utils/webComponent/internalHTML.d.ts +1 -2
- package/dist/utils/webComponent/internalHTML.d.ts.map +1 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts +0 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/chatView.d.ts +1 -2
- package/dist/views/chat/chatView.d.ts.map +1 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +0 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonCSS.d.ts +1 -2
- package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +0 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/inputButton.d.ts +2 -2
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +3 -4
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +2 -3
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts +1 -2
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts +5 -6
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +5 -6
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +1 -2
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +12 -12
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +1 -2
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropup.d.ts +5 -6
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -3
- package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupMenu.d.ts +1 -2
- package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +6 -7
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -1
- package/dist/views/chat/input/input.d.ts +5 -6
- package/dist/views/chat/input/input.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInput.d.ts +7 -9
- package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInputEvents.d.ts +1 -2
- package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts +4 -5
- package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
- package/dist/views/chat/introPanel/introPanel.d.ts +0 -1
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
- package/dist/views/chat/messages/avatar.d.ts +0 -1
- package/dist/views/chat/messages/avatar.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessageUtils.d.ts +4 -5
- package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts +2 -3
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +2 -3
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -4
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlUtils.d.ts +1 -2
- package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +0 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -1
- package/dist/views/chat/messages/messageStyleUtils.d.ts +2 -3
- package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts +5 -5
- package/dist/views/chat/messages/messageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +10 -12
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesBase.d.ts +14 -13
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesHistory.d.ts +15 -0
- package/dist/views/chat/messages/messagesHistory.d.ts.map +1 -0
- package/dist/views/chat/messages/name.d.ts +0 -1
- package/dist/views/chat/messages/name.d.ts.map +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -2
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
- package/dist/views/chat/messages/setupMessages.d.ts +1 -2
- package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts +3 -4
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +0 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
- package/dist/views/error/errorView.d.ts.map +1 -1
- package/dist/views/insertKey/insertKeyView.d.ts +0 -1
- package/dist/views/insertKey/insertKeyView.d.ts.map +1 -1
- package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +0 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts +4 -5
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/dist/webModel/webModelConfig.d.ts.map +1 -1
- package/dist/webModel/webModelIntroMessage.d.ts +0 -1
- package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/deepChat.bundle.js +0 -1
- package/dist/services/gemini/gemini.d.ts +0 -29
- package/dist/services/gemini/gemini.d.ts.map +0 -1
- package/dist/services/gemini/utils/geminiUtils.d.ts +0 -13
- package/dist/services/gemini/utils/geminiUtils.d.ts.map +0 -1
- package/dist/types/GCP.d.ts +0 -22
- package/dist/types/GCP.d.ts.map +0 -1
- package/dist/types/permittedErrorMessage.d.ts +0 -4
- package/dist/types/permittedErrorMessage.d.ts.map +0 -1
- package/dist/webModel/worker.d.ts +0 -1
- package/dist/webModel/worker.d.ts.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"audioIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"audioIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/audioIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,k4DAYvB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cameraIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cameraIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/cameraIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,mnBAIxB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"captureIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"captureIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/captureIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yhBAM/B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"closeIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"closeIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/closeIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,4XAIvB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fileIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"fileIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/fileIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,g7DAsCtB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"gifIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"gifIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/gifIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,gyFAQ3B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"imageIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"imageIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/imageIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,ilCAK7B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"microphone.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"microphone.d.ts","sourceRoot":"","sources":["../../../src/icons/microphone.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,w9BAgBlC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"mixedFilesIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"mixedFilesIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/mixedFilesIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,q1BAK7B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notVisibilityIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"notVisibilityIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/notVisibilityIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,izDAqBnC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"playIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"playIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/playIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,gaAKtB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"plusIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"plusIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/plusIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,6eAItB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"refreshIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"refreshIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/refreshIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,mfAK/B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stopIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"stopIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/stopIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,0VAKtB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"submitIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"submitIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/submitIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,2cAO9B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"tickIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"tickIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/tickIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,8RAItB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"visibleIcon.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"visibleIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/visibleIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,+6CAiB/B,CAAC"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { DirectServiceIO } from '../utils/directServiceIO';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
1
|
import { AssemblyAIResult } from '../../types/assemblyAIResult';
|
7
|
-
|
2
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
3
|
+
import { Messages } from '../../views/chat/messages/messages';
|
4
|
+
import { DirectServiceIO } from '../utils/directServiceIO';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
8
7
|
export declare class AssemblyAIAudioIO extends DirectServiceIO {
|
9
8
|
insertKeyPlaceholderText: string;
|
10
9
|
keyHelpUrl: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"assemblyAIAudioIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"assemblyAIAudioIO.d.ts","sourceRoot":"","sources":["../../../../src/services/assemblyAI/assemblyAIAudioIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAGzD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,iBAAkB,SAAQ,eAAe;IAC3C,wBAAwB,SAAwB;IAChD,UAAU,SAA4C;IAC/D,gBAAgB,SAKR;IAER,GAAG,SAA0C;IAC7C,mBAAmB,UAAQ;IAC3B,wBAAwB,SAA0B;IAClD,sBAAsB,WAAiC;gBAE3C,QAAQ,EAAE,QAAQ;IAM9B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAIlB,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,eAAe,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;IAMvE,iBAAiB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAM9E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"assemblyAIUtils.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"assemblyAIUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/assemblyAI/utils/assemblyAIUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAI7E,qBAAa,eAAe;WACN,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;cAwCnC,MAAM;;WAGlB,YAAY,CAAC,GAAG,EAAE,MAAM;;;;IAQtC,OAAO,CAAC,MAAM,CAAC,wBAAwB;WAczB,2BAA2B,IAAI,sBAAsB;CAOpE"}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { APIKey } from '../../types/APIKey';
|
3
|
-
import { ServiceFileTypes } from '../serviceIO';
|
4
|
-
import { BuildHeadersFunc } from '../../types/headers';
|
5
1
|
import { DirectServiceIO } from '../utils/directServiceIO';
|
6
|
-
|
2
|
+
import { BuildHeadersFunc } from '../../types/headers';
|
3
|
+
import { ServiceFileTypes } from '../serviceIO';
|
4
|
+
import { APIKey } from '../../types/APIKey';
|
5
|
+
import { DeepChat } from '../../deepChat';
|
7
6
|
export declare class AzureLanguageIO extends DirectServiceIO {
|
8
7
|
insertKeyPlaceholderText: string;
|
9
8
|
keyHelpUrl: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureLanguageIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureLanguageIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureLanguageIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,eAAgB,SAAQ,eAAe;IACzC,wBAAwB,SAAqC;IAC7D,UAAU,SAEqH;IACxI,sBAAsB,WAAc;gBAGxB,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EACjG,iBAAiB,CAAC,EAAE,gBAAgB;CAIzC"}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { APIKey } from '../../types/APIKey';
|
3
|
-
import { ServiceFileTypes } from '../serviceIO';
|
4
|
-
import { BuildHeadersFunc } from '../../types/headers';
|
5
1
|
import { DirectServiceIO } from '../utils/directServiceIO';
|
6
|
-
|
2
|
+
import { BuildHeadersFunc } from '../../types/headers';
|
3
|
+
import { ServiceFileTypes } from '../serviceIO';
|
4
|
+
import { APIKey } from '../../types/APIKey';
|
5
|
+
import { DeepChat } from '../../deepChat';
|
7
6
|
export declare class AzureSpeechIO extends DirectServiceIO {
|
8
7
|
insertKeyPlaceholderText: string;
|
9
8
|
keyHelpUrl: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureSpeechIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureSpeechIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSpeechIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,aAAc,SAAQ,eAAe;IACvC,wBAAwB,SAAmC;IAC3D,UAAU,SAEqH;gBAG5H,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAC/F,iBAAiB,CAAC,EAAE,gBAAgB;CAIzC"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { AzureSpeechIO } from './azureSpeechIO';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
1
|
import { AzureSpeechToTextResult } from '../../types/azureResult';
|
7
|
-
|
2
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
3
|
+
import { Messages } from '../../views/chat/messages/messages';
|
4
|
+
import { AzureSpeechIO } from './azureSpeechIO';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
8
7
|
export declare class AzureSpeechToTextIO extends AzureSpeechIO {
|
9
8
|
private static readonly HELP_LINK;
|
10
9
|
introPanelMarkUp: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureSpeechToTextIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureSpeechToTextIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSpeechToTextIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAG5D,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGxC,qBAAa,mBAAoB,SAAQ,aAAa;IACpD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAEiI;IAClK,gBAAgB,SAKR;IAER,GAAG,SAAM;IACT,mBAAmB,UAAQ;IAC3B,wBAAwB,SAA0B;gBAEtC,QAAQ,EAAE,QAAQ;IAY9B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAIlB,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,eAAe,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;IAWvE,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAIrF"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { PollResult } from '../serviceIO';
|
3
|
-
import { AzureLanguageIO } from './azureLanguageIO';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
|
-
import { AzureSummarizationConfig } from '../../types/azure';
|
7
1
|
import { AzureSummarizationResult, AzureAuthenticationError } from '../../types/azureResult';
|
8
|
-
|
2
|
+
import { AzureSummarizationConfig } from '../../types/azure';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { Messages } from '../../views/chat/messages/messages';
|
5
|
+
import { AzureLanguageIO } from './azureLanguageIO';
|
6
|
+
import { PollResult } from '../serviceIO';
|
7
|
+
import { DeepChat } from '../../deepChat';
|
9
8
|
type RawBody = Required<Pick<AzureSummarizationConfig, 'language'>>;
|
10
9
|
export declare class AzureSummarizationIO extends AzureLanguageIO {
|
11
10
|
url: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureSummarizationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureSummarizationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSummarizationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,wBAAwB,EAAE,wBAAwB,EAAC,MAAM,yBAAyB,CAAC;AAC3F,OAAO,EAAQ,wBAAwB,EAAC,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAGlD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,KAAK,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,wBAAwB,EAAE,UAAU,CAAC,CAAC,CAAC;AAEpE,qBAAa,oBAAqB,SAAQ,eAAe;IACvD,GAAG,SAAM;IACT,wBAAwB,SAA8B;IACtD,OAAO,CAAC,QAAQ,CAAC,CAAW;gBAEhB,QAAQ,EAAE,QAAQ;IAU9B,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE;;;;;;;;;;;;IAqB1C,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAO/D,iBAAiB,CAAC,MAAM,EAAE,QAAQ,GAAG,wBAAwB,GAAG,OAAO,CAAC;QAAC,oBAAoB,EAAE,IAAI,CAAA;KAAC,CAAC;IAU9G,qBAAqB,CAAC,MAAM,EAAE,wBAAwB,GAAG,UAAU;CAW1E"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { AzureSpeechIO } from './azureSpeechIO';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
|
-
import { AzureTextToSpeechResult } from '../../types/azureResult';
|
7
1
|
import { AzureTextToSpeechConfig } from '../../types/azure';
|
8
|
-
|
2
|
+
import { AzureTextToSpeechResult } from '../../types/azureResult';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { Messages } from '../../views/chat/messages/messages';
|
5
|
+
import { AzureSpeechIO } from './azureSpeechIO';
|
6
|
+
import { Response } from '../../types/response';
|
7
|
+
import { DeepChat } from '../../deepChat';
|
9
8
|
export declare class AzureTextToSpeechIO extends AzureSpeechIO {
|
10
9
|
private static readonly HELP_LINK;
|
11
10
|
introPanelMarkUp: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureTextToSpeechIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureTextToSpeechIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureTextToSpeechIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAG5D,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,mBAAoB,SAAQ,aAAa;IACpD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAEiI;IAClK,gBAAgB,SAKR;IAER,GAAG,SAAM;gBAGG,QAAQ,EAAE,QAAQ;IAa9B,cAAc,CAAC,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,eAAe,EAAE;IAU1D,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAM/D,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC;CASrF"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { DirectServiceIO } from '../utils/directServiceIO';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
1
|
import { AzureTranslationResult } from '../../types/azureResult';
|
7
|
-
|
2
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
3
|
+
import { Messages } from '../../views/chat/messages/messages';
|
4
|
+
import { DirectServiceIO } from '../utils/directServiceIO';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
8
7
|
export declare class AzureTranslationIO extends DirectServiceIO {
|
9
8
|
insertKeyPlaceholderText: string;
|
10
9
|
keyHelpUrl: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureTranslationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureTranslationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureTranslationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAGzD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGxC,qBAAa,kBAAmB,SAAQ,eAAe;IAC5C,wBAAwB,SAAsC;IAC9D,UAAU,SAEqH;IACxI,GAAG,SAAM;gBAGG,QAAQ,EAAE,QAAQ;IAU9B,cAAc,CAAC,QAAQ,EAAE,eAAe,EAAE;;;IAM3B,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAM/D,iBAAiB,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAMpF"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { GenericObject } from '../../../types/object';
|
2
1
|
import { KeyVerificationDetails } from '../../../types/keyVerificationDetails';
|
3
|
-
|
2
|
+
import { GenericObject } from '../../../types/object';
|
4
3
|
export declare class AzureUtils {
|
5
4
|
static buildTextToSpeechHeaders(outputFormat: string, key: string): {
|
6
5
|
'Ocp-Apim-Subscription-Key': string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"azureUtils.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"azureUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/azure/utils/azureUtils.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAE7E,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAEpD,qBAAa,UAAU;WACP,wBAAwB,CAAC,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;;;;;WAQ1D,wBAAwB,CAAC,GAAG,EAAE,MAAM;;;;IAQlD,OAAO,CAAC,MAAM,CAAC,8BAA8B;WAU/B,iCAAiC,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB;WAWzE,wBAAwB,CAAC,GAAG,EAAE,MAAM;;;;IAQlD,OAAO,CAAC,MAAM,CAAC,gCAAgC;WAWjC,mCAAmC,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;IAY3F,OAAO,CAAC,MAAM,CAAC,mCAAmC;WAapC,sCAAsC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,sBAAsB;WAW/E,uBAAuB,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,EAAE,GAAG,EAAE,MAAM;CAQ9E"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { CohereIO } from './cohereIO';
|
2
|
-
import { DeepChat } from '../../deepChat';
|
3
|
-
import { Response } from '../../types/response';
|
4
|
-
import { CohereChatResult } from '../../types/cohereResult';
|
5
|
-
import { Messages } from '../../views/chat/messages/messages';
|
6
1
|
import { MessageContentI } from '../../types/messagesInternal';
|
7
|
-
|
2
|
+
import { Messages } from '../../views/chat/messages/messages';
|
3
|
+
import { CohereChatResult } from '../../types/cohereResult';
|
4
|
+
import { Response } from '../../types/response';
|
5
|
+
import { DeepChat } from '../../deepChat';
|
6
|
+
import { CohereIO } from './cohereIO';
|
8
7
|
export declare class CohereChatIO extends CohereIO {
|
9
8
|
constructor(deepChat: DeepChat);
|
10
9
|
private preprocessBody;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cohereChatIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cohereChatIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereChatIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,YAAa,SAAQ,QAAQ;gBAC5B,QAAQ,EAAE,QAAQ;IAS9B,OAAO,CAAC,cAAc;IAUP,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAM/D,iBAAiB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAI9E"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { APIKey } from '../../types/APIKey';
|
3
1
|
import { DirectServiceIO } from '../utils/directServiceIO';
|
4
|
-
|
2
|
+
import { APIKey } from '../../types/APIKey';
|
3
|
+
import { DeepChat } from '../../deepChat';
|
5
4
|
export declare class CohereIO extends DirectServiceIO {
|
6
5
|
insertKeyPlaceholderText: string;
|
7
6
|
keyHelpUrl: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cohereIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cohereIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,QAAS,SAAQ,eAAe;IAClC,wBAAwB,SAAoB;IAC5C,UAAU,SAA0C;IAC7D,wBAAwB,EAAE,MAAM,CAAC;IACjC,sBAAsB,WAAe;IACrC,GAAG,EAAE,MAAM,CAAC;gBAEA,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;CAM/G"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { CohereIO } from './cohereIO';
|
2
|
-
import { DeepChat } from '../../deepChat';
|
3
|
-
import { Response } from '../../types/response';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
|
-
import { CohereSummarizationResult } from '../../types/cohereResult';
|
7
1
|
import { CohereSummarizationConfig } from '../../types/cohere';
|
8
|
-
|
2
|
+
import { CohereSummarizationResult } from '../../types/cohereResult';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { Messages } from '../../views/chat/messages/messages';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
7
|
+
import { CohereIO } from './cohereIO';
|
9
8
|
export declare class CohereSummarizationIO extends CohereIO {
|
10
9
|
constructor(deepChat: DeepChat);
|
11
10
|
preprocessBody(body: CohereSummarizationConfig, messages: MessageContentI[]): any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cohereSummarizationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cohereSummarizationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereSummarizationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,yBAAyB,EAAC,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAC,yBAAyB,EAAC,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,qBAAsB,SAAQ,QAAQ;gBACrC,QAAQ,EAAE,QAAQ;IAM9B,cAAc,CAAC,IAAI,EAAE,yBAAyB,EAAE,QAAQ,EAAE,eAAe,EAAE;IAO5D,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAM/D,iBAAiB,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAIvF"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { CohereIO } from './cohereIO';
|
2
|
-
import { DeepChat } from '../../deepChat';
|
3
|
-
import { Response } from '../../types/response';
|
4
|
-
import { Messages } from '../../views/chat/messages/messages';
|
5
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
6
|
-
import { CohereGenerateConfig } from '../../types/cohere';
|
7
1
|
import { CohereCompletionsResult } from '../../types/cohereResult';
|
8
|
-
|
2
|
+
import { CohereGenerateConfig } from '../../types/cohere';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { Messages } from '../../views/chat/messages/messages';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
7
|
+
import { CohereIO } from './cohereIO';
|
9
8
|
export declare class CohereTextGenerationIO extends CohereIO {
|
10
9
|
constructor(deepChat: DeepChat);
|
11
10
|
preprocessBody(body: CohereGenerateConfig, messages: MessageContentI[]): any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cohereTextGenerationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cohereTextGenerationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereTextGenerationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAS,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,sBAAuB,SAAQ,QAAQ;gBACtC,QAAQ,EAAE,QAAQ;IAO9B,cAAc,CAAC,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,eAAe,EAAE;IAOvD,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE;IAM/D,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAIrF"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cohereUtils.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cohereUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/cohere/utils/cohereUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAI7E,qBAAa,WAAW;WACR,YAAY,CAAC,GAAG,EAAE,MAAM;;;;;IAStC,OAAO,CAAC,MAAM,CAAC,wBAAwB;WAYzB,2BAA2B,IAAI,sBAAsB;CAQpE"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { PollResult } from '../serviceIO';
|
3
|
-
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
4
1
|
import { HuggingFaceClassificationResult } from '../../types/huggingFaceResult';
|
5
|
-
|
2
|
+
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
3
|
+
import { PollResult } from '../serviceIO';
|
4
|
+
import { DeepChat } from '../../deepChat';
|
6
5
|
export declare class HuggingFaceAudioClassificationIO extends HuggingFaceFileIO {
|
7
6
|
constructor(deepChat: DeepChat);
|
8
7
|
extractPollResultData(result: HuggingFaceClassificationResult): PollResult;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceAudioClassificationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceAudioClassificationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceAudioClassificationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,+BAA+B,EAAC,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,gCAAiC,SAAQ,iBAAiB;gBAEzD,QAAQ,EAAE,QAAQ;IASxB,qBAAqB,CAAC,MAAM,EAAE,+BAA+B,GAAG,UAAU;CAKjF"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { PollResult } from '../serviceIO';
|
3
|
-
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
4
1
|
import { HuggingFaceAudioRecognitionResult } from '../../types/huggingFaceResult';
|
5
|
-
|
2
|
+
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
3
|
+
import { PollResult } from '../serviceIO';
|
4
|
+
import { DeepChat } from '../../deepChat';
|
6
5
|
export declare class HuggingFaceAudioRecognitionIO extends HuggingFaceFileIO {
|
7
6
|
constructor(deepChat: DeepChat);
|
8
7
|
extractPollResultData(result: HuggingFaceAudioRecognitionResult): PollResult;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceAudioRecognitionIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceAudioRecognitionIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceAudioRecognitionIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iCAAiC,EAAC,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,6BAA8B,SAAQ,iBAAiB;gBACtD,QAAQ,EAAE,QAAQ;IAQxB,qBAAqB,CAAC,MAAM,EAAE,iCAAiC,GAAG,UAAU;CAKnF"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { HuggingFaceIO } from './huggingFaceIO';
|
4
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
5
|
-
import { HuggingFaceQuestionAnswerConfig } from '../../types/huggingFace';
|
6
1
|
import { HuggingFaceConversationResult } from '../../types/huggingFaceResult';
|
7
|
-
|
2
|
+
import { HuggingFaceQuestionAnswerConfig } from '../../types/huggingFace';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { HuggingFaceIO } from './huggingFaceIO';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
8
7
|
export declare class HuggingFaceConversationIO extends HuggingFaceIO {
|
9
8
|
constructor(deepChat: DeepChat);
|
10
9
|
private processMessages;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceConversationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceConversationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceConversationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAC,+BAA+B,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAIxC,qBAAa,yBAA0B,SAAQ,aAAa;gBAC9C,QAAQ,EAAE,QAAQ;IAS9B,OAAO,CAAC,eAAe;IAad,cAAc,CAAC,IAAI,EAAE,+BAA+B,EAAE,QAAQ,EAAE,eAAe,EAAE;gBAe/D,MAAM;;IAGlB,iBAAiB,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,QAAQ,CAAC;CAI3F"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { APIKey } from '../../types/APIKey';
|
3
|
-
import { HuggingFaceIO } from './huggingFaceIO';
|
4
|
-
import { ServiceFileTypes } from '../serviceIO';
|
5
|
-
import { HuggingFaceModel } from '../../types/huggingFace';
|
6
|
-
import { Messages } from '../../views/chat/messages/messages';
|
7
1
|
import { MessageContentI } from '../../types/messagesInternal';
|
8
|
-
|
2
|
+
import { Messages } from '../../views/chat/messages/messages';
|
3
|
+
import { HuggingFaceModel } from '../../types/huggingFace';
|
4
|
+
import { ServiceFileTypes } from '../serviceIO';
|
5
|
+
import { HuggingFaceIO } from './huggingFaceIO';
|
6
|
+
import { APIKey } from '../../types/APIKey';
|
7
|
+
import { DeepChat } from '../../deepChat';
|
9
8
|
export declare class HuggingFaceFileIO extends HuggingFaceIO {
|
10
9
|
isTextInputDisabled: boolean;
|
11
10
|
constructor(deepChat: DeepChat, placeholderText: string, defaultModel: string, config: true | (HuggingFaceModel), apiKey?: APIKey, existingFileTypes?: ServiceFileTypes);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceFileIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceFileIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceFileIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGxC,qBAAa,iBAAkB,SAAQ,aAAa;IAClD,mBAAmB,UAAQ;gBAGf,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EACzE,MAAM,EAAE,IAAI,GAAG,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,gBAAgB;IAK5F,OAAO,CAAC,MAAM,CAAC,WAAW;IAIjB,cAAc,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,eAAe,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;gBAC1B,MAAM;;IAIhC,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,eAAe,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;CAKvF"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { HuggingFaceIO } from './huggingFaceIO';
|
4
1
|
import { HuggingFaceFillMaskResult } from '../../types/huggingFaceResult';
|
5
|
-
|
2
|
+
import { HuggingFaceIO } from './huggingFaceIO';
|
3
|
+
import { Response } from '../../types/response';
|
4
|
+
import { DeepChat } from '../../deepChat';
|
6
5
|
export declare class HuggingFaceFillMaskIO extends HuggingFaceIO {
|
7
6
|
introPanelMarkUp: string;
|
8
7
|
permittedErrorPrefixes: string[];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceFillMaskIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceFillMaskIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceFillMaskIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,yBAAyB,EAAC,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,qBAAsB,SAAQ,aAAa;IAC7C,gBAAgB,SAGqF;IAErG,sBAAsB,WAA6C;gBAEhE,QAAQ,EAAE,QAAQ;IAMf,iBAAiB,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,QAAQ,CAAC;CAIvF"}
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { APIKey } from '../../types/APIKey';
|
3
|
-
import { ServiceFileTypes } from '../serviceIO';
|
4
|
-
import { HuggingFaceModel } from '../../types/huggingFace';
|
5
|
-
import { DirectServiceIO } from '../utils/directServiceIO';
|
6
|
-
import { Messages } from '../../views/chat/messages/messages';
|
7
1
|
import { MessageContentI } from '../../types/messagesInternal';
|
8
|
-
|
2
|
+
import { Messages } from '../../views/chat/messages/messages';
|
3
|
+
import { DirectServiceIO } from '../utils/directServiceIO';
|
4
|
+
import { HuggingFaceModel } from '../../types/huggingFace';
|
5
|
+
import { ServiceFileTypes } from '../serviceIO';
|
6
|
+
import { APIKey } from '../../types/APIKey';
|
7
|
+
import { DeepChat } from '../../deepChat';
|
9
8
|
type HuggingFaceServiceConfigObj = {
|
10
9
|
parameters?: object;
|
11
10
|
options?: object;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAEzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,KAAK,2BAA2B,GAAG;IAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAE7F,KAAK,wBAAwB,GAAG,IAAI,GAAG,CAAC,gBAAgB,GAAG,2BAA2B,CAAC,CAAC;AAExF,qBAAa,aAAc,SAAQ,eAAe;IACvC,wBAAwB,SAAwB;IAChD,UAAU,SAA4C;IAC/D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAkD;IACpF,gBAAgB,SAE8F;IAC9G,sBAAsB,WAA4B;IAClD,GAAG,EAAE,MAAM,CAAC;IACZ,wBAAwB,EAAE,MAAM,CAAC;gBAGrB,QAAQ,EAAE,QAAQ,EAAE,wBAAwB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAClF,MAAM,CAAC,EAAE,wBAAwB,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,gBAAgB;IAc5F,cAAc,CAAC,IAAI,EAAE,2BAA2B,EAAE,QAAQ,EAAE,eAAe,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE;;;;;;;;IAU1E,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;CAK/F"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { PollResult } from '../serviceIO';
|
3
|
-
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
4
1
|
import { HuggingFaceClassificationResult } from '../../types/huggingFaceResult';
|
5
|
-
|
2
|
+
import { HuggingFaceFileIO } from './huggingFaceFileIO';
|
3
|
+
import { PollResult } from '../serviceIO';
|
4
|
+
import { DeepChat } from '../../deepChat';
|
6
5
|
export declare class HuggingFaceImageClassificationIO extends HuggingFaceFileIO {
|
7
6
|
constructor(deepChat: DeepChat);
|
8
7
|
extractPollResultData(result: HuggingFaceClassificationResult): PollResult;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceImageClassificationIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceImageClassificationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceImageClassificationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,+BAA+B,EAAC,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,gCAAiC,SAAQ,iBAAiB;gBACzD,QAAQ,EAAE,QAAQ;IAQxB,qBAAqB,CAAC,MAAM,EAAE,+BAA+B,GAAG,UAAU;CAKjF"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../deepChat';
|
2
|
-
import { Response } from '../../types/response';
|
3
|
-
import { HuggingFaceIO } from './huggingFaceIO';
|
4
|
-
import { MessageContentI } from '../../types/messagesInternal';
|
5
|
-
import { HuggingFaceQuestionAnswerResult } from '../../types/huggingFaceResult';
|
6
1
|
import { HuggingFaceQuestionAnswerConfig } from '../../types/huggingFace';
|
7
|
-
|
2
|
+
import { HuggingFaceQuestionAnswerResult } from '../../types/huggingFaceResult';
|
3
|
+
import { MessageContentI } from '../../types/messagesInternal';
|
4
|
+
import { HuggingFaceIO } from './huggingFaceIO';
|
5
|
+
import { Response } from '../../types/response';
|
6
|
+
import { DeepChat } from '../../deepChat';
|
8
7
|
export declare class HuggingFaceQuestionAnswerIO extends HuggingFaceIO {
|
9
8
|
permittedErrorPrefixes: string[];
|
10
9
|
private readonly context;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"huggingFaceQuestionAnswerIO.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"huggingFaceQuestionAnswerIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceQuestionAnswerIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,+BAA+B,EAAC,MAAM,yBAAyB,CAAC;AACrF,OAAO,EAAC,+BAA+B,EAAC,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,2BAA4B,SAAQ,aAAa;IACnD,sBAAsB,WAAwC;IAEvE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBAErB,QAAQ,EAAE,QAAQ;IAOrB,cAAc,CAAC,CAAC,EAAE,+BAA+B,EAAE,QAAQ,EAAE,eAAe,EAAE;gBAK5D,MAAM;;IAGlB,iBAAiB,CAAC,MAAM,EAAE,+BAA+B,GAAG,OAAO,CAAC,QAAQ,CAAC;CAI7F"}
|