@breign/client 1.0.4 → 1.0.6
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 +51 -0
- package/dist/apis/AgentApi.d.ts +330 -0
- package/dist/apis/AgentApi.js +790 -0
- package/dist/apis/AppApi.d.ts +348 -0
- package/dist/apis/AppApi.js +837 -0
- package/dist/apis/AuthApi.d.ts +45 -0
- package/dist/apis/AuthApi.js +122 -0
- package/dist/apis/ChunksApi.d.ts +95 -0
- package/dist/apis/ChunksApi.js +235 -0
- package/dist/apis/ConfigurationApi.d.ts +74 -0
- package/dist/apis/ConfigurationApi.js +197 -0
- package/dist/apis/ContentsApi.d.ts +44 -0
- package/dist/apis/ContentsApi.js +115 -0
- package/dist/apis/ConversationsApi.d.ts +87 -0
- package/dist/apis/ConversationsApi.js +214 -0
- package/dist/apis/EngineApi.d.ts +112 -0
- package/dist/apis/EngineApi.js +280 -0
- package/dist/apis/FilesApi.d.ts +67 -0
- package/dist/apis/FilesApi.js +171 -0
- package/dist/apis/GeneralApi.d.ts +28 -0
- package/dist/apis/GeneralApi.js +83 -0
- package/dist/apis/GuardiansApi.d.ts +122 -0
- package/dist/apis/GuardiansApi.js +304 -0
- package/dist/apis/KnowledgeApi.d.ts +171 -0
- package/dist/apis/KnowledgeApi.js +436 -0
- package/dist/apis/ManifestsApi.d.ts +81 -0
- package/dist/apis/ManifestsApi.js +205 -0
- package/dist/apis/MetricsApi.d.ts +46 -0
- package/dist/apis/MetricsApi.js +121 -0
- package/dist/apis/OrganizationsApi.d.ts +31 -0
- package/dist/apis/OrganizationsApi.js +86 -0
- package/dist/apis/PromptsApi.d.ts +101 -0
- package/dist/apis/PromptsApi.js +254 -0
- package/dist/apis/RemotesApi.d.ts +31 -0
- package/dist/apis/RemotesApi.js +88 -0
- package/dist/apis/ToolsApi.d.ts +47 -0
- package/dist/apis/ToolsApi.js +128 -0
- package/dist/apis/index.d.ts +18 -1
- package/dist/apis/index.js +18 -1
- package/dist/models/AgentDuplicateRequestUio.d.ts +56 -0
- package/dist/models/AgentDuplicateRequestUio.js +58 -0
- package/dist/models/{BrainFlowCreateUio.d.ts → AgentFlowCreateUio.d.ts} +12 -12
- package/dist/models/{BrainFlowCreateUio.js → AgentFlowCreateUio.js} +13 -13
- package/dist/models/{BrainFlowUio.d.ts → AgentFlowUio.d.ts} +15 -15
- package/dist/models/{BrainFlowUio.js → AgentFlowUio.js} +16 -16
- package/dist/models/AgentKnowledgeBaseUio.d.ts +57 -0
- package/dist/models/AgentKnowledgeBaseUio.js +67 -0
- package/dist/models/AgentMetricsEventUio.d.ts +65 -0
- package/dist/models/{BrainMetricsEventUio.js → AgentMetricsEventUio.js} +20 -20
- package/dist/models/{BrainMetricsOverviewUio.d.ts → AgentMetricsOverviewUio.d.ts} +14 -14
- package/dist/models/{BrainMetricsOverviewUio.js → AgentMetricsOverviewUio.js} +13 -13
- package/dist/models/AgentMetricsUnitsTypeUio.d.ts +27 -0
- package/dist/models/AgentMetricsUnitsTypeUio.js +53 -0
- package/dist/models/AgentMetricsValueUio.d.ts +57 -0
- package/dist/models/{BrainMetricsValueUio.js → AgentMetricsValueUio.js} +16 -16
- package/dist/models/AgentModuleTypeUio.d.ts +25 -0
- package/dist/models/AgentModuleTypeUio.js +51 -0
- package/dist/models/AgentModuleUio.d.ts +51 -0
- package/dist/models/{BrainModuleUio.js → AgentModuleUio.js} +16 -16
- package/dist/models/AgentPatchEngineUio.d.ts +38 -0
- package/dist/models/AgentPatchEngineUio.js +54 -0
- package/dist/models/AgentPatchUio.d.ts +173 -0
- package/dist/models/{BrainPatchUio.js → AgentPatchUio.js} +32 -43
- package/dist/models/AgentRequestProfilePictureUio.d.ts +50 -0
- package/dist/models/{BrainRequestImageBrainUio.js → AgentRequestProfilePictureUio.js} +13 -13
- package/dist/models/{BrainRequestUio.d.ts → AgentRequestUio.d.ts} +26 -26
- package/dist/models/{BrainRequestUio.js → AgentRequestUio.js} +17 -19
- package/dist/models/AgentSubscriptionTextInteractionsUio.d.ts +39 -0
- package/dist/models/{BrainSubscriptionTextInteractionsUio.js → AgentSubscriptionTextInteractionsUio.js} +13 -13
- package/dist/models/AgentSubscriptionUio.d.ts +57 -0
- package/dist/models/AgentSubscriptionUio.js +63 -0
- package/dist/models/AgentToolUio.d.ts +78 -0
- package/dist/models/AgentToolUio.js +72 -0
- package/dist/models/AgentTypeUio.d.ts +27 -0
- package/dist/models/AgentTypeUio.js +53 -0
- package/dist/models/{BrainUio.d.ts → AgentUio.d.ts} +60 -39
- package/dist/models/{BrainUio.js → AgentUio.js} +30 -23
- package/dist/models/AgentUsageMetricsIdUio.d.ts +44 -0
- package/dist/models/{BrainUsageMetricsIdUio.js → AgentUsageMetricsIdUio.js} +13 -13
- package/dist/models/AgentUsageMetricsUio.d.ts +46 -0
- package/dist/models/{BrainUsageMetricsUio.js → AgentUsageMetricsUio.js} +16 -16
- package/dist/models/ApiKeyUio.d.ts +44 -0
- package/dist/models/ApiKeyUio.js +58 -0
- package/dist/models/AppChatCreateRequestUio.d.ts +44 -0
- package/dist/models/AppChatCreateRequestUio.js +56 -0
- package/dist/models/AppChatCreateResponseUio.d.ts +38 -0
- package/dist/models/AppChatCreateResponseUio.js +52 -0
- package/dist/models/AppChatSayRequestUio.d.ts +38 -0
- package/dist/models/AppChatSayRequestUio.js +52 -0
- package/dist/models/AppChatSayResponseUio.d.ts +32 -0
- package/dist/models/AppChatSayResponseUio.js +50 -0
- package/dist/models/AppChatSubmitMessageRequestUio.d.ts +32 -0
- package/dist/models/AppChatSubmitMessageRequestUio.js +50 -0
- package/dist/models/AppConfigurationUio.d.ts +33 -0
- package/dist/models/AppConfigurationUio.js +52 -0
- package/dist/models/AppConfigurationUpdateRequestUio.d.ts +33 -0
- package/dist/models/AppConfigurationUpdateRequestUio.js +50 -0
- package/dist/models/AppCreateRequestUio.d.ts +87 -0
- package/dist/models/AppCreateRequestUio.js +73 -0
- package/dist/models/AppFlowCreateRequestUio.d.ts +44 -0
- package/dist/models/AppFlowCreateRequestUio.js +54 -0
- package/dist/models/AppInstanceCreateRequestUio.d.ts +32 -0
- package/dist/models/AppInstanceCreateRequestUio.js +50 -0
- package/dist/models/AppLightUio.d.ts +80 -0
- package/dist/models/AppLightUio.js +80 -0
- package/dist/models/AppProbeRequestUio.d.ts +33 -0
- package/dist/models/AppProbeRequestUio.js +52 -0
- package/dist/models/AppProbeResponseUio.d.ts +39 -0
- package/dist/models/AppProbeResponseUio.js +56 -0
- package/dist/models/AppStatusRequestUio.d.ts +33 -0
- package/dist/models/AppStatusRequestUio.js +51 -0
- package/dist/models/AppStatusResponseUio.d.ts +45 -0
- package/dist/models/AppStatusResponseUio.js +57 -0
- package/dist/models/AppStatusUio.d.ts +25 -0
- package/dist/models/AppStatusUio.js +51 -0
- package/dist/models/AppSubmitMessageRequestUio.d.ts +34 -0
- package/dist/models/AppSubmitMessageRequestUio.js +50 -0
- package/dist/models/AppTextToSpeechRequestUio.d.ts +38 -0
- package/dist/models/AppTextToSpeechRequestUio.js +54 -0
- package/dist/models/AppTextToSpeechResponseUio.d.ts +33 -0
- package/dist/models/AppTextToSpeechResponseUio.js +51 -0
- package/dist/models/AppUio.d.ts +139 -0
- package/dist/models/AppUio.js +109 -0
- package/dist/models/AppUpdateRequestUio.d.ts +81 -0
- package/dist/models/AppUpdateRequestUio.js +65 -0
- package/dist/models/AttachmentCreateRequestUio.d.ts +57 -0
- package/dist/models/AttachmentCreateRequestUio.js +67 -0
- package/dist/models/AttachmentTypeUio.d.ts +24 -0
- package/dist/models/AttachmentTypeUio.js +50 -0
- package/dist/models/AudioFile1Uio.d.ts +45 -0
- package/dist/models/AudioFile1Uio.js +59 -0
- package/dist/models/AudioFileOrBufferUio.d.ts +22 -0
- package/dist/models/AudioFileOrBufferUio.js +50 -0
- package/dist/models/AudioFileTypeUio.d.ts +24 -0
- package/dist/models/AudioFileTypeUio.js +50 -0
- package/dist/models/AudioFileUio.d.ts +45 -0
- package/dist/models/AudioFileUio.js +59 -0
- package/dist/models/AuthCodeConfirmRequestUio.d.ts +45 -0
- package/dist/models/AuthCodeConfirmRequestUio.js +59 -0
- package/dist/models/AuthCodeConfirmResponseUio.d.ts +39 -0
- package/dist/models/AuthCodeConfirmResponseUio.js +55 -0
- package/dist/models/AuthCodeRequestUio.d.ts +40 -0
- package/dist/models/AuthCodeRequestUio.js +56 -0
- package/dist/models/AuthCodeResponseUio.d.ts +38 -0
- package/dist/models/AuthCodeResponseUio.js +54 -0
- package/dist/models/AuthTypeUio.d.ts +24 -0
- package/dist/models/AuthTypeUio.js +50 -0
- package/dist/models/BodyWithIdUio.d.ts +32 -0
- package/dist/models/BodyWithIdUio.js +50 -0
- package/dist/models/BodyWithMessageUio.d.ts +32 -0
- package/dist/models/BodyWithMessageUio.js +50 -0
- package/dist/models/ChatContextUio.d.ts +39 -0
- package/dist/models/ChatContextUio.js +53 -0
- package/dist/models/ChatMessageAudioInnerUio.d.ts +38 -0
- package/dist/models/ChatMessageAudioInnerUio.js +54 -0
- package/dist/models/ChatMessageRoleUio.d.ts +26 -0
- package/dist/models/ChatMessageRoleUio.js +52 -0
- package/dist/models/ChatMessageUio.d.ts +128 -0
- package/dist/models/ChatMessageUio.js +92 -0
- package/dist/models/ChatMessageWithFlowNodeUio.d.ts +129 -0
- package/dist/models/ChatMessageWithFlowNodeUio.js +95 -0
- package/dist/models/ChatUio.d.ts +100 -0
- package/dist/models/ChatUio.js +86 -0
- package/dist/models/ChunkContentCreateUio.d.ts +77 -0
- package/dist/models/ChunkContentCreateUio.js +77 -0
- package/dist/models/ChunkContentUio.d.ts +69 -0
- package/dist/models/ChunkContentUio.js +71 -0
- package/dist/models/ChunkCreateRequestContentInnerUio.d.ts +50 -0
- package/dist/models/ChunkCreateRequestContentInnerUio.js +62 -0
- package/dist/models/ChunkCreateRequestUio.d.ts +45 -0
- package/dist/models/ChunkCreateRequestUio.js +53 -0
- package/dist/models/ChunkCreateResponseUio.d.ts +57 -0
- package/dist/models/ChunkCreateResponseUio.js +67 -0
- package/dist/models/ChunkUio.d.ts +57 -0
- package/dist/models/ChunkUio.js +67 -0
- package/dist/models/ConfigurationDefaultFillerPhrasesUio.d.ts +44 -0
- package/dist/models/ConfigurationDefaultFillerPhrasesUio.js +58 -0
- package/dist/models/ContextUio.d.ts +33 -0
- package/dist/models/ContextUio.js +51 -0
- package/dist/models/ConversationUio.d.ts +39 -0
- package/dist/models/ConversationUio.js +55 -0
- package/dist/models/DefaultClientPricesUio.d.ts +39 -0
- package/dist/models/DefaultClientPricesUio.js +55 -0
- package/dist/models/DefaultEngineRequestUio.d.ts +44 -0
- package/dist/models/DefaultEngineRequestUio.js +58 -0
- package/dist/models/DocumentAddRequestUio.d.ts +38 -0
- package/dist/models/DocumentAddRequestUio.js +52 -0
- package/dist/models/EngineUio.d.ts +4 -7
- package/dist/models/EngineUio.js +6 -7
- package/dist/models/FileAttachmentProcessedOneOf1Uio.d.ts +45 -0
- package/dist/models/FileAttachmentProcessedOneOf1Uio.js +61 -0
- package/dist/models/FileAttachmentProcessedOneOfUio.d.ts +45 -0
- package/dist/models/FileAttachmentProcessedOneOfUio.js +57 -0
- package/dist/models/FileAttachmentProcessedUio.d.ts +23 -0
- package/dist/models/FileAttachmentProcessedUio.js +57 -0
- package/dist/models/FileAttachmentStatusUio.d.ts +27 -0
- package/dist/models/FileAttachmentStatusUio.js +53 -0
- package/dist/models/FileAttachmentUio.d.ts +89 -0
- package/dist/models/FileAttachmentUio.js +85 -0
- package/dist/models/FileCreationRequestUio.d.ts +6 -0
- package/dist/models/FileCreationRequestUio.js +2 -0
- package/dist/models/FileCreationResponseUio.d.ts +83 -0
- package/dist/models/FileCreationResponseUio.js +83 -0
- package/dist/models/FileStatusUio.d.ts +1 -0
- package/dist/models/FileStatusUio.js +2 -1
- package/dist/models/FileStatusUpdateRequestUio.d.ts +33 -0
- package/dist/models/FileStatusUpdateRequestUio.js +51 -0
- package/dist/models/FileUio.d.ts +2 -8
- package/dist/models/FileUio.js +2 -6
- package/dist/models/FileWithDownloadUrlUio.d.ts +75 -0
- package/dist/models/FileWithDownloadUrlUio.js +79 -0
- package/dist/models/FlowUio.d.ts +45 -0
- package/dist/models/FlowUio.js +53 -0
- package/dist/models/GuardianCreateRequestUio.d.ts +73 -0
- package/dist/models/GuardianCreateRequestUio.js +69 -0
- package/dist/models/GuardianEngineUio.d.ts +34 -0
- package/dist/models/GuardianEngineUio.js +50 -0
- package/dist/models/GuardianPositionUio.d.ts +25 -0
- package/dist/models/GuardianPositionUio.js +51 -0
- package/dist/models/GuardianPutRequestUio.d.ts +73 -0
- package/dist/models/GuardianPutRequestUio.js +63 -0
- package/dist/models/GuardianRoleUio.d.ts +28 -0
- package/dist/models/GuardianRoleUio.js +54 -0
- package/dist/models/GuardianTypeUio.d.ts +26 -0
- package/dist/models/GuardianTypeUio.js +52 -0
- package/dist/models/GuardianUio.d.ts +122 -0
- package/dist/models/GuardianUio.js +90 -0
- package/dist/models/HealthCheckResponseComponentsApiUio.d.ts +33 -0
- package/dist/models/HealthCheckResponseComponentsApiUio.js +49 -0
- package/dist/models/HealthCheckResponseComponentsUio.d.ts +39 -0
- package/dist/models/HealthCheckResponseComponentsUio.js +51 -0
- package/dist/models/HealthCheckResponseUio.d.ts +51 -0
- package/dist/models/HealthCheckResponseUio.js +55 -0
- package/dist/models/HealthStatusUio.d.ts +26 -0
- package/dist/models/HealthStatusUio.js +52 -0
- package/dist/models/ImportFileToAgentKnowledge200ResponseUio.d.ts +56 -0
- package/dist/models/ImportFileToAgentKnowledge200ResponseUio.js +56 -0
- package/dist/models/InputUio.d.ts +38 -0
- package/dist/models/InputUio.js +54 -0
- package/dist/models/InstanceUio.d.ts +57 -0
- package/dist/models/InstanceUio.js +67 -0
- package/dist/models/KnowledgeBasePrivacyUio.d.ts +25 -0
- package/dist/models/KnowledgeBasePrivacyUio.js +51 -0
- package/dist/models/LipsyncUio.d.ts +45 -0
- package/dist/models/LipsyncUio.js +56 -0
- package/dist/models/ManifestCreateRequestUio.d.ts +51 -0
- package/dist/models/ManifestCreateRequestUio.js +60 -0
- package/dist/models/ManifestUio.d.ts +57 -0
- package/dist/models/ManifestUio.js +66 -0
- package/dist/models/MessageUio.d.ts +32 -0
- package/dist/models/MessageUio.js +50 -0
- package/dist/models/MetricForAgentAgentUio.d.ts +38 -0
- package/dist/models/MetricForAgentAgentUio.js +54 -0
- package/dist/models/MetricForAgentIdentifierUio.d.ts +32 -0
- package/dist/models/MetricForAgentIdentifierUio.js +50 -0
- package/dist/models/MetricForAgentMetricUio.d.ts +57 -0
- package/dist/models/MetricForAgentMetricUio.js +67 -0
- package/dist/models/MetricForAgentMetricWithCostUio.d.ts +64 -0
- package/dist/models/MetricForAgentMetricWithCostUio.js +70 -0
- package/dist/models/MetricForAgentUio.d.ts +55 -0
- package/dist/models/MetricForAgentUio.js +63 -0
- package/dist/models/MetricIdentifierUio.d.ts +57 -0
- package/dist/models/MetricIdentifierUio.js +67 -0
- package/dist/models/MetricUio.d.ts +45 -0
- package/dist/models/MetricUio.js +59 -0
- package/dist/models/ModelUio.d.ts +38 -0
- package/dist/models/ModelUio.js +54 -0
- package/dist/models/OrganizationUio.d.ts +47 -0
- package/dist/models/OrganizationUio.js +60 -0
- package/dist/models/PinRequestUio.d.ts +39 -0
- package/dist/models/PinRequestUio.js +55 -0
- package/dist/models/PriceConfigurationModelConfigUio.d.ts +44 -0
- package/dist/models/PriceConfigurationModelConfigUio.js +58 -0
- package/dist/models/PriceConfigurationModelUio.d.ts +37 -0
- package/dist/models/PriceConfigurationModelUio.js +50 -0
- package/dist/models/PriceConfigurationUio.d.ts +35 -0
- package/dist/models/PriceConfigurationUio.js +52 -0
- package/dist/models/PriceUio.d.ts +38 -0
- package/dist/models/PriceUio.js +54 -0
- package/dist/models/PromptCreateRequestUio.d.ts +44 -0
- package/dist/models/PromptCreateRequestUio.js +56 -0
- package/dist/models/PromptCreateResponseUio.d.ts +58 -0
- package/dist/models/PromptCreateResponseUio.js +66 -0
- package/dist/models/PromptFlowCreateRequestUio.d.ts +38 -0
- package/dist/models/PromptFlowCreateRequestUio.js +52 -0
- package/dist/models/PromptFlowCreateResponseUio.d.ts +51 -0
- package/dist/models/PromptFlowCreateResponseUio.js +61 -0
- package/dist/models/ProviderCreateRequestUio.d.ts +57 -0
- package/dist/models/ProviderCreateRequestUio.js +63 -0
- package/dist/models/ProviderSimpleUio.d.ts +50 -0
- package/dist/models/ProviderSimpleUio.js +62 -0
- package/dist/models/ProviderTypeUio.d.ts +27 -0
- package/dist/models/ProviderTypeUio.js +53 -0
- package/dist/models/ProviderUio.d.ts +69 -0
- package/dist/models/ProviderUio.js +71 -0
- package/dist/models/ProviderValiationRequestUio.d.ts +38 -0
- package/dist/models/ProviderValiationRequestUio.js +54 -0
- package/dist/models/S3UploadBodyUio.d.ts +40 -0
- package/dist/models/S3UploadBodyUio.js +54 -0
- package/dist/models/STTResponseUio.d.ts +32 -0
- package/dist/models/STTResponseUio.js +50 -0
- package/dist/models/SimpleAgentUio.d.ts +38 -0
- package/dist/models/SimpleAgentUio.js +54 -0
- package/dist/models/SubscriptionMetricUio.d.ts +4 -4
- package/dist/models/SubscriptionMetricUio.js +4 -4
- package/dist/models/SuggestionUio.d.ts +38 -0
- package/dist/models/SuggestionUio.js +54 -0
- package/dist/models/TTSRequestUio.d.ts +45 -0
- package/dist/models/TTSRequestUio.js +59 -0
- package/dist/models/TTSResponseUio.d.ts +45 -0
- package/dist/models/TTSResponseUio.js +57 -0
- package/dist/models/TextToSpeechProviderUio.d.ts +24 -0
- package/dist/models/TextToSpeechProviderUio.js +50 -0
- package/dist/models/ToolActionUio.d.ts +33 -0
- package/dist/models/ToolActionUio.js +52 -0
- package/dist/models/ToolResultUio.d.ts +51 -0
- package/dist/models/ToolResultUio.js +57 -0
- package/dist/models/ToolResultsToolUio.d.ts +38 -0
- package/dist/models/ToolResultsToolUio.js +52 -0
- package/dist/models/ToolResultsUio.d.ts +40 -0
- package/dist/models/ToolResultsUio.js +52 -0
- package/dist/models/UserUio.d.ts +32 -0
- package/dist/models/UserUio.js +50 -0
- package/dist/models/index.d.ts +137 -17
- package/dist/models/index.js +137 -17
- package/dist/openapi.json +6740 -616
- package/package.json +1 -1
- package/dist/apis/BrainApi.d.ts +0 -290
- package/dist/apis/BrainApi.js +0 -697
- package/dist/models/BrainMetricsEventUio.d.ts +0 -65
- package/dist/models/BrainMetricsUnitsTypeUio.d.ts +0 -27
- package/dist/models/BrainMetricsUnitsTypeUio.js +0 -53
- package/dist/models/BrainMetricsValueUio.d.ts +0 -57
- package/dist/models/BrainModuleTypeUio.d.ts +0 -25
- package/dist/models/BrainModuleTypeUio.js +0 -51
- package/dist/models/BrainModuleUio.d.ts +0 -51
- package/dist/models/BrainPatchUio.d.ts +0 -166
- package/dist/models/BrainRequestImageBrainUio.d.ts +0 -50
- package/dist/models/BrainSubscriptionTextInteractionsUio.d.ts +0 -39
- package/dist/models/BrainSubscriptionUio.d.ts +0 -57
- package/dist/models/BrainSubscriptionUio.js +0 -63
- package/dist/models/BrainUsageMetricsIdUio.d.ts +0 -44
- package/dist/models/BrainUsageMetricsUio.d.ts +0 -46
- package/dist/models/EngineTypeUio.d.ts +0 -25
- package/dist/models/EngineTypeUio.js +0 -51
|
@@ -13,26 +13,26 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
16
|
+
exports.instanceOfAgentSubscriptionTextInteractionsUio = instanceOfAgentSubscriptionTextInteractionsUio;
|
|
17
|
+
exports.AgentSubscriptionTextInteractionsUioFromJSON = AgentSubscriptionTextInteractionsUioFromJSON;
|
|
18
|
+
exports.AgentSubscriptionTextInteractionsUioFromJSONTyped = AgentSubscriptionTextInteractionsUioFromJSONTyped;
|
|
19
|
+
exports.AgentSubscriptionTextInteractionsUioToJSON = AgentSubscriptionTextInteractionsUioToJSON;
|
|
20
|
+
exports.AgentSubscriptionTextInteractionsUioToJSONTyped = AgentSubscriptionTextInteractionsUioToJSONTyped;
|
|
21
21
|
const AdditionalUio_1 = require("./AdditionalUio");
|
|
22
22
|
/**
|
|
23
|
-
* Check if a given object implements the
|
|
23
|
+
* Check if a given object implements the AgentSubscriptionTextInteractionsUio interface.
|
|
24
24
|
*/
|
|
25
|
-
function
|
|
25
|
+
function instanceOfAgentSubscriptionTextInteractionsUio(value) {
|
|
26
26
|
if (!('included' in value) || value['included'] === undefined)
|
|
27
27
|
return false;
|
|
28
28
|
if (!('additional' in value) || value['additional'] === undefined)
|
|
29
29
|
return false;
|
|
30
30
|
return true;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
33
|
-
return
|
|
32
|
+
function AgentSubscriptionTextInteractionsUioFromJSON(json) {
|
|
33
|
+
return AgentSubscriptionTextInteractionsUioFromJSONTyped(json, false);
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function AgentSubscriptionTextInteractionsUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
36
|
if (json == null) {
|
|
37
37
|
return json;
|
|
38
38
|
}
|
|
@@ -41,10 +41,10 @@ function BrainSubscriptionTextInteractionsUioFromJSONTyped(json, ignoreDiscrimin
|
|
|
41
41
|
'additional': (0, AdditionalUio_1.AdditionalUioFromJSON)(json['additional']),
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
function
|
|
45
|
-
return
|
|
44
|
+
function AgentSubscriptionTextInteractionsUioToJSON(json) {
|
|
45
|
+
return AgentSubscriptionTextInteractionsUioToJSONTyped(json, false);
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function AgentSubscriptionTextInteractionsUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
48
|
if (value == null) {
|
|
49
49
|
return value;
|
|
50
50
|
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* brain-client
|
|
3
|
+
* Api ands models for brain-app and brain-app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { AgentSubscriptionTextInteractionsUio } from './AgentSubscriptionTextInteractionsUio';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AgentSubscriptionUio
|
|
17
|
+
*/
|
|
18
|
+
export interface AgentSubscriptionUio {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AgentSubscriptionTextInteractionsUio}
|
|
22
|
+
* @memberof AgentSubscriptionUio
|
|
23
|
+
*/
|
|
24
|
+
textInteractions: AgentSubscriptionTextInteractionsUio;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {AgentSubscriptionTextInteractionsUio}
|
|
28
|
+
* @memberof AgentSubscriptionUio
|
|
29
|
+
*/
|
|
30
|
+
voiceInteractions: AgentSubscriptionTextInteractionsUio;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof AgentSubscriptionUio
|
|
35
|
+
*/
|
|
36
|
+
canGoBeyondIncluded: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AgentSubscriptionUio
|
|
41
|
+
*/
|
|
42
|
+
startDate?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AgentSubscriptionUio
|
|
47
|
+
*/
|
|
48
|
+
endDate?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the AgentSubscriptionUio interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfAgentSubscriptionUio(value: object): value is AgentSubscriptionUio;
|
|
54
|
+
export declare function AgentSubscriptionUioFromJSON(json: any): AgentSubscriptionUio;
|
|
55
|
+
export declare function AgentSubscriptionUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentSubscriptionUio;
|
|
56
|
+
export declare function AgentSubscriptionUioToJSON(json: any): AgentSubscriptionUio;
|
|
57
|
+
export declare function AgentSubscriptionUioToJSONTyped(value?: AgentSubscriptionUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAgentSubscriptionUio = instanceOfAgentSubscriptionUio;
|
|
17
|
+
exports.AgentSubscriptionUioFromJSON = AgentSubscriptionUioFromJSON;
|
|
18
|
+
exports.AgentSubscriptionUioFromJSONTyped = AgentSubscriptionUioFromJSONTyped;
|
|
19
|
+
exports.AgentSubscriptionUioToJSON = AgentSubscriptionUioToJSON;
|
|
20
|
+
exports.AgentSubscriptionUioToJSONTyped = AgentSubscriptionUioToJSONTyped;
|
|
21
|
+
const AgentSubscriptionTextInteractionsUio_1 = require("./AgentSubscriptionTextInteractionsUio");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AgentSubscriptionUio interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAgentSubscriptionUio(value) {
|
|
26
|
+
if (!('textInteractions' in value) || value['textInteractions'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('voiceInteractions' in value) || value['voiceInteractions'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('canGoBeyondIncluded' in value) || value['canGoBeyondIncluded'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function AgentSubscriptionUioFromJSON(json) {
|
|
35
|
+
return AgentSubscriptionUioFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function AgentSubscriptionUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'textInteractions': (0, AgentSubscriptionTextInteractionsUio_1.AgentSubscriptionTextInteractionsUioFromJSON)(json['textInteractions']),
|
|
43
|
+
'voiceInteractions': (0, AgentSubscriptionTextInteractionsUio_1.AgentSubscriptionTextInteractionsUioFromJSON)(json['voiceInteractions']),
|
|
44
|
+
'canGoBeyondIncluded': json['canGoBeyondIncluded'],
|
|
45
|
+
'startDate': json['startDate'] == null ? undefined : json['startDate'],
|
|
46
|
+
'endDate': json['endDate'] == null ? undefined : json['endDate'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function AgentSubscriptionUioToJSON(json) {
|
|
50
|
+
return AgentSubscriptionUioToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function AgentSubscriptionUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'textInteractions': (0, AgentSubscriptionTextInteractionsUio_1.AgentSubscriptionTextInteractionsUioToJSON)(value['textInteractions']),
|
|
58
|
+
'voiceInteractions': (0, AgentSubscriptionTextInteractionsUio_1.AgentSubscriptionTextInteractionsUioToJSON)(value['voiceInteractions']),
|
|
59
|
+
'canGoBeyondIncluded': value['canGoBeyondIncluded'],
|
|
60
|
+
'startDate': value['startDate'],
|
|
61
|
+
'endDate': value['endDate'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* brain-client
|
|
3
|
+
* Api ands models for brain-app and brain-app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AgentToolUio
|
|
16
|
+
*/
|
|
17
|
+
export interface AgentToolUio {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AgentToolUio
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AgentToolUio
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AgentToolUio
|
|
34
|
+
*/
|
|
35
|
+
type: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AgentToolUio
|
|
40
|
+
*/
|
|
41
|
+
orgId: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AgentToolUio
|
|
46
|
+
*/
|
|
47
|
+
description: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {{ [key: string]: any; }}
|
|
51
|
+
* @memberof AgentToolUio
|
|
52
|
+
*/
|
|
53
|
+
_configuration?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {{ [key: string]: any; }}
|
|
59
|
+
* @memberof AgentToolUio
|
|
60
|
+
*/
|
|
61
|
+
manifest?: {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof AgentToolUio
|
|
68
|
+
*/
|
|
69
|
+
restricted?: boolean;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Check if a given object implements the AgentToolUio interface.
|
|
73
|
+
*/
|
|
74
|
+
export declare function instanceOfAgentToolUio(value: object): value is AgentToolUio;
|
|
75
|
+
export declare function AgentToolUioFromJSON(json: any): AgentToolUio;
|
|
76
|
+
export declare function AgentToolUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentToolUio;
|
|
77
|
+
export declare function AgentToolUioToJSON(json: any): AgentToolUio;
|
|
78
|
+
export declare function AgentToolUioToJSONTyped(value?: AgentToolUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAgentToolUio = instanceOfAgentToolUio;
|
|
17
|
+
exports.AgentToolUioFromJSON = AgentToolUioFromJSON;
|
|
18
|
+
exports.AgentToolUioFromJSONTyped = AgentToolUioFromJSONTyped;
|
|
19
|
+
exports.AgentToolUioToJSON = AgentToolUioToJSON;
|
|
20
|
+
exports.AgentToolUioToJSONTyped = AgentToolUioToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AgentToolUio interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAgentToolUio(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('orgId' in value) || value['orgId'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function AgentToolUioFromJSON(json) {
|
|
38
|
+
return AgentToolUioFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function AgentToolUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'id': json['id'],
|
|
46
|
+
'name': json['name'],
|
|
47
|
+
'type': json['type'],
|
|
48
|
+
'orgId': json['orgId'],
|
|
49
|
+
'description': json['description'],
|
|
50
|
+
'_configuration': json['configuration'] == null ? undefined : json['configuration'],
|
|
51
|
+
'manifest': json['manifest'] == null ? undefined : json['manifest'],
|
|
52
|
+
'restricted': json['restricted'] == null ? undefined : json['restricted'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function AgentToolUioToJSON(json) {
|
|
56
|
+
return AgentToolUioToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function AgentToolUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'id': value['id'],
|
|
64
|
+
'name': value['name'],
|
|
65
|
+
'type': value['type'],
|
|
66
|
+
'orgId': value['orgId'],
|
|
67
|
+
'description': value['description'],
|
|
68
|
+
'configuration': value['_configuration'],
|
|
69
|
+
'manifest': value['manifest'],
|
|
70
|
+
'restricted': value['restricted'],
|
|
71
|
+
};
|
|
72
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* brain-client
|
|
3
|
+
* Api ands models for brain-app and brain-app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const AgentTypeUio: {
|
|
17
|
+
readonly Workflow: "workflow";
|
|
18
|
+
readonly Conversation: "conversation";
|
|
19
|
+
readonly Hybrid: "hybrid";
|
|
20
|
+
readonly Standard: "standard";
|
|
21
|
+
};
|
|
22
|
+
export type AgentTypeUio = typeof AgentTypeUio[keyof typeof AgentTypeUio];
|
|
23
|
+
export declare function instanceOfAgentTypeUio(value: any): boolean;
|
|
24
|
+
export declare function AgentTypeUioFromJSON(json: any): AgentTypeUio;
|
|
25
|
+
export declare function AgentTypeUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentTypeUio;
|
|
26
|
+
export declare function AgentTypeUioToJSON(value?: AgentTypeUio | null): any;
|
|
27
|
+
export declare function AgentTypeUioToJSONTyped(value: any, ignoreDiscriminator: boolean): AgentTypeUio;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* brain-client
|
|
6
|
+
* Api ands models for brain-app and brain-app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.0-SNAPSHOT
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AgentTypeUio = void 0;
|
|
17
|
+
exports.instanceOfAgentTypeUio = instanceOfAgentTypeUio;
|
|
18
|
+
exports.AgentTypeUioFromJSON = AgentTypeUioFromJSON;
|
|
19
|
+
exports.AgentTypeUioFromJSONTyped = AgentTypeUioFromJSONTyped;
|
|
20
|
+
exports.AgentTypeUioToJSON = AgentTypeUioToJSON;
|
|
21
|
+
exports.AgentTypeUioToJSONTyped = AgentTypeUioToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.AgentTypeUio = {
|
|
27
|
+
Workflow: 'workflow',
|
|
28
|
+
Conversation: 'conversation',
|
|
29
|
+
Hybrid: 'hybrid',
|
|
30
|
+
Standard: 'standard'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfAgentTypeUio(value) {
|
|
33
|
+
for (const key in exports.AgentTypeUio) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.AgentTypeUio, key)) {
|
|
35
|
+
if (exports.AgentTypeUio[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
function AgentTypeUioFromJSON(json) {
|
|
43
|
+
return AgentTypeUioFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function AgentTypeUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
function AgentTypeUioToJSON(value) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
function AgentTypeUioToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
@@ -9,70 +9,85 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { AgentSubscriptionUio } from './AgentSubscriptionUio';
|
|
13
|
+
import type { AgentToolUio } from './AgentToolUio';
|
|
13
14
|
import type { PersonaUio } from './PersonaUio';
|
|
14
15
|
import type { EngineUio } from './EngineUio';
|
|
15
16
|
import type { PromptInitUio } from './PromptInitUio';
|
|
17
|
+
import type { AgentKnowledgeBaseUio } from './AgentKnowledgeBaseUio';
|
|
18
|
+
import type { AgentTypeUio } from './AgentTypeUio';
|
|
16
19
|
/**
|
|
17
20
|
*
|
|
18
21
|
* @export
|
|
19
|
-
* @interface
|
|
22
|
+
* @interface AgentUio
|
|
20
23
|
*/
|
|
21
|
-
export interface
|
|
24
|
+
export interface AgentUio {
|
|
22
25
|
/**
|
|
23
26
|
*
|
|
24
27
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
28
|
+
* @memberof AgentUio
|
|
26
29
|
*/
|
|
27
30
|
id: string;
|
|
28
31
|
/**
|
|
29
32
|
*
|
|
30
33
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
34
|
+
* @memberof AgentUio
|
|
32
35
|
*/
|
|
33
36
|
name: string;
|
|
34
37
|
/**
|
|
35
38
|
*
|
|
36
39
|
* @type {EngineUio}
|
|
37
|
-
* @memberof
|
|
40
|
+
* @memberof AgentUio
|
|
38
41
|
*/
|
|
39
|
-
engine
|
|
42
|
+
engine?: EngineUio;
|
|
40
43
|
/**
|
|
41
44
|
*
|
|
42
45
|
* @type {{ [key: string]: any; }}
|
|
43
|
-
* @memberof
|
|
46
|
+
* @memberof AgentUio
|
|
44
47
|
*/
|
|
45
48
|
modules: {
|
|
46
49
|
[key: string]: any;
|
|
47
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {Array<AgentToolUio>}
|
|
54
|
+
* @memberof AgentUio
|
|
55
|
+
*/
|
|
56
|
+
tools?: Array<AgentToolUio>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<AgentKnowledgeBaseUio>}
|
|
60
|
+
* @memberof AgentUio
|
|
61
|
+
*/
|
|
62
|
+
knowledgeBases?: Array<AgentKnowledgeBaseUio>;
|
|
48
63
|
/**
|
|
49
64
|
*
|
|
50
65
|
* @type {PersonaUio}
|
|
51
|
-
* @memberof
|
|
66
|
+
* @memberof AgentUio
|
|
52
67
|
*/
|
|
53
68
|
persona: PersonaUio;
|
|
54
69
|
/**
|
|
55
70
|
*
|
|
56
71
|
* @type {PromptInitUio}
|
|
57
|
-
* @memberof
|
|
72
|
+
* @memberof AgentUio
|
|
58
73
|
*/
|
|
59
74
|
promptInit: PromptInitUio;
|
|
60
75
|
/**
|
|
61
76
|
*
|
|
62
77
|
* @type {string}
|
|
63
|
-
* @memberof
|
|
78
|
+
* @memberof AgentUio
|
|
64
79
|
*/
|
|
65
80
|
flow?: string;
|
|
66
81
|
/**
|
|
67
82
|
*
|
|
68
|
-
* @type {
|
|
69
|
-
* @memberof
|
|
83
|
+
* @type {AgentSubscriptionUio}
|
|
84
|
+
* @memberof AgentUio
|
|
70
85
|
*/
|
|
71
|
-
subscription?:
|
|
86
|
+
subscription?: AgentSubscriptionUio;
|
|
72
87
|
/**
|
|
73
88
|
*
|
|
74
89
|
* @type {{ [key: string]: string; }}
|
|
75
|
-
* @memberof
|
|
90
|
+
* @memberof AgentUio
|
|
76
91
|
*/
|
|
77
92
|
speechOverrides?: {
|
|
78
93
|
[key: string]: string;
|
|
@@ -80,87 +95,93 @@ export interface BrainUio {
|
|
|
80
95
|
/**
|
|
81
96
|
*
|
|
82
97
|
* @type {string}
|
|
83
|
-
* @memberof
|
|
98
|
+
* @memberof AgentUio
|
|
84
99
|
*/
|
|
85
|
-
|
|
100
|
+
profilePicture?: string;
|
|
86
101
|
/**
|
|
87
102
|
*
|
|
88
103
|
* @type {string}
|
|
89
|
-
* @memberof
|
|
104
|
+
* @memberof AgentUio
|
|
90
105
|
*/
|
|
91
106
|
organisationId: string;
|
|
92
107
|
/**
|
|
93
108
|
*
|
|
94
109
|
* @type {string}
|
|
95
|
-
* @memberof
|
|
110
|
+
* @memberof AgentUio
|
|
96
111
|
*/
|
|
97
112
|
role?: string;
|
|
98
113
|
/**
|
|
99
114
|
*
|
|
100
115
|
* @type {string}
|
|
101
|
-
* @memberof
|
|
116
|
+
* @memberof AgentUio
|
|
102
117
|
*/
|
|
103
118
|
defaultLanguage?: string;
|
|
104
119
|
/**
|
|
105
120
|
*
|
|
106
121
|
* @type {string}
|
|
107
|
-
* @memberof
|
|
122
|
+
* @memberof AgentUio
|
|
108
123
|
*/
|
|
109
124
|
description?: string;
|
|
110
125
|
/**
|
|
111
126
|
*
|
|
112
127
|
* @type {string}
|
|
113
|
-
* @memberof
|
|
128
|
+
* @memberof AgentUio
|
|
114
129
|
*/
|
|
115
130
|
template?: string;
|
|
116
131
|
/**
|
|
117
132
|
*
|
|
118
133
|
* @type {string}
|
|
119
|
-
* @memberof
|
|
134
|
+
* @memberof AgentUio
|
|
120
135
|
*/
|
|
121
136
|
color?: string;
|
|
122
137
|
/**
|
|
123
138
|
*
|
|
124
139
|
* @type {string}
|
|
125
|
-
* @memberof
|
|
140
|
+
* @memberof AgentUio
|
|
126
141
|
*/
|
|
127
142
|
picture?: string;
|
|
128
143
|
/**
|
|
129
144
|
*
|
|
130
145
|
* @type {string}
|
|
131
|
-
* @memberof
|
|
146
|
+
* @memberof AgentUio
|
|
132
147
|
*/
|
|
133
148
|
createdAt?: string;
|
|
134
149
|
/**
|
|
135
150
|
*
|
|
136
|
-
* @type {
|
|
137
|
-
* @memberof
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof AgentUio
|
|
138
153
|
*/
|
|
139
|
-
|
|
154
|
+
updatedAt?: string;
|
|
140
155
|
/**
|
|
141
156
|
*
|
|
142
|
-
* @type {
|
|
143
|
-
* @memberof
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof AgentUio
|
|
144
159
|
*/
|
|
145
|
-
|
|
160
|
+
isActivated?: boolean;
|
|
146
161
|
/**
|
|
147
162
|
*
|
|
148
163
|
* @type {boolean}
|
|
149
|
-
* @memberof
|
|
164
|
+
* @memberof AgentUio
|
|
150
165
|
*/
|
|
151
166
|
isTemplate?: boolean;
|
|
152
167
|
/**
|
|
153
168
|
*
|
|
154
169
|
* @type {boolean}
|
|
155
|
-
* @memberof
|
|
170
|
+
* @memberof AgentUio
|
|
156
171
|
*/
|
|
157
172
|
deleted?: boolean;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {AgentTypeUio}
|
|
176
|
+
* @memberof AgentUio
|
|
177
|
+
*/
|
|
178
|
+
agentType?: AgentTypeUio;
|
|
158
179
|
}
|
|
159
180
|
/**
|
|
160
|
-
* Check if a given object implements the
|
|
181
|
+
* Check if a given object implements the AgentUio interface.
|
|
161
182
|
*/
|
|
162
|
-
export declare function
|
|
163
|
-
export declare function
|
|
164
|
-
export declare function
|
|
165
|
-
export declare function
|
|
166
|
-
export declare function
|
|
183
|
+
export declare function instanceOfAgentUio(value: object): value is AgentUio;
|
|
184
|
+
export declare function AgentUioFromJSON(json: any): AgentUio;
|
|
185
|
+
export declare function AgentUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentUio;
|
|
186
|
+
export declare function AgentUioToJSON(json: any): AgentUio;
|
|
187
|
+
export declare function AgentUioToJSONTyped(value?: AgentUio | null, ignoreDiscriminator?: boolean): any;
|