@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
|
@@ -0,0 +1,51 @@
|
|
|
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 { ToolActionUio } from './ToolActionUio';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ToolResultUio
|
|
17
|
+
*/
|
|
18
|
+
export interface ToolResultUio {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ToolResultUio
|
|
23
|
+
*/
|
|
24
|
+
text: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ToolResultUio
|
|
29
|
+
*/
|
|
30
|
+
askConfirmation?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ToolResultUio
|
|
35
|
+
*/
|
|
36
|
+
confirmationLink?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<ToolActionUio>}
|
|
40
|
+
* @memberof ToolResultUio
|
|
41
|
+
*/
|
|
42
|
+
actions?: Array<ToolActionUio>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ToolResultUio interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfToolResultUio(value: object): value is ToolResultUio;
|
|
48
|
+
export declare function ToolResultUioFromJSON(json: any): ToolResultUio;
|
|
49
|
+
export declare function ToolResultUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolResultUio;
|
|
50
|
+
export declare function ToolResultUioToJSON(json: any): ToolResultUio;
|
|
51
|
+
export declare function ToolResultUioToJSONTyped(value?: ToolResultUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,57 @@
|
|
|
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.instanceOfToolResultUio = instanceOfToolResultUio;
|
|
17
|
+
exports.ToolResultUioFromJSON = ToolResultUioFromJSON;
|
|
18
|
+
exports.ToolResultUioFromJSONTyped = ToolResultUioFromJSONTyped;
|
|
19
|
+
exports.ToolResultUioToJSON = ToolResultUioToJSON;
|
|
20
|
+
exports.ToolResultUioToJSONTyped = ToolResultUioToJSONTyped;
|
|
21
|
+
const ToolActionUio_1 = require("./ToolActionUio");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ToolResultUio interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfToolResultUio(value) {
|
|
26
|
+
if (!('text' in value) || value['text'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ToolResultUioFromJSON(json) {
|
|
31
|
+
return ToolResultUioFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ToolResultUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'text': json['text'],
|
|
39
|
+
'askConfirmation': json['askConfirmation'] == null ? undefined : json['askConfirmation'],
|
|
40
|
+
'confirmationLink': json['confirmationLink'] == null ? undefined : json['confirmationLink'],
|
|
41
|
+
'actions': json['actions'] == null ? undefined : (json['actions'].map(ToolActionUio_1.ToolActionUioFromJSON)),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ToolResultUioToJSON(json) {
|
|
45
|
+
return ToolResultUioToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ToolResultUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'text': value['text'],
|
|
53
|
+
'askConfirmation': value['askConfirmation'],
|
|
54
|
+
'confirmationLink': value['confirmationLink'],
|
|
55
|
+
'actions': value['actions'] == null ? undefined : (value['actions'].map(ToolActionUio_1.ToolActionUioToJSON)),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 ToolResultsToolUio
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolResultsToolUio {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ToolResultsToolUio
|
|
22
|
+
*/
|
|
23
|
+
tool: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ToolResultsToolUio
|
|
28
|
+
*/
|
|
29
|
+
params?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ToolResultsToolUio interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfToolResultsToolUio(value: object): value is ToolResultsToolUio;
|
|
35
|
+
export declare function ToolResultsToolUioFromJSON(json: any): ToolResultsToolUio;
|
|
36
|
+
export declare function ToolResultsToolUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolResultsToolUio;
|
|
37
|
+
export declare function ToolResultsToolUioToJSON(json: any): ToolResultsToolUio;
|
|
38
|
+
export declare function ToolResultsToolUioToJSONTyped(value?: ToolResultsToolUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfToolResultsToolUio = instanceOfToolResultsToolUio;
|
|
17
|
+
exports.ToolResultsToolUioFromJSON = ToolResultsToolUioFromJSON;
|
|
18
|
+
exports.ToolResultsToolUioFromJSONTyped = ToolResultsToolUioFromJSONTyped;
|
|
19
|
+
exports.ToolResultsToolUioToJSON = ToolResultsToolUioToJSON;
|
|
20
|
+
exports.ToolResultsToolUioToJSONTyped = ToolResultsToolUioToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ToolResultsToolUio interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfToolResultsToolUio(value) {
|
|
25
|
+
if (!('tool' in value) || value['tool'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ToolResultsToolUioFromJSON(json) {
|
|
30
|
+
return ToolResultsToolUioFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ToolResultsToolUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'tool': json['tool'],
|
|
38
|
+
'params': json['params'] == null ? undefined : json['params'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ToolResultsToolUioToJSON(json) {
|
|
42
|
+
return ToolResultsToolUioToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ToolResultsToolUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'tool': value['tool'],
|
|
50
|
+
'params': value['params'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { ToolResultUio } from './ToolResultUio';
|
|
13
|
+
import type { ToolResultsToolUio } from './ToolResultsToolUio';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ToolResultsUio
|
|
18
|
+
*/
|
|
19
|
+
export interface ToolResultsUio {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ToolResultsToolUio}
|
|
23
|
+
* @memberof ToolResultsUio
|
|
24
|
+
*/
|
|
25
|
+
tool?: ToolResultsToolUio;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ToolResultUio}
|
|
29
|
+
* @memberof ToolResultsUio
|
|
30
|
+
*/
|
|
31
|
+
result?: ToolResultUio;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the ToolResultsUio interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfToolResultsUio(value: object): value is ToolResultsUio;
|
|
37
|
+
export declare function ToolResultsUioFromJSON(json: any): ToolResultsUio;
|
|
38
|
+
export declare function ToolResultsUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolResultsUio;
|
|
39
|
+
export declare function ToolResultsUioToJSON(json: any): ToolResultsUio;
|
|
40
|
+
export declare function ToolResultsUioToJSONTyped(value?: ToolResultsUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfToolResultsUio = instanceOfToolResultsUio;
|
|
17
|
+
exports.ToolResultsUioFromJSON = ToolResultsUioFromJSON;
|
|
18
|
+
exports.ToolResultsUioFromJSONTyped = ToolResultsUioFromJSONTyped;
|
|
19
|
+
exports.ToolResultsUioToJSON = ToolResultsUioToJSON;
|
|
20
|
+
exports.ToolResultsUioToJSONTyped = ToolResultsUioToJSONTyped;
|
|
21
|
+
const ToolResultUio_1 = require("./ToolResultUio");
|
|
22
|
+
const ToolResultsToolUio_1 = require("./ToolResultsToolUio");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the ToolResultsUio interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfToolResultsUio(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ToolResultsUioFromJSON(json) {
|
|
30
|
+
return ToolResultsUioFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ToolResultsUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'tool': json['tool'] == null ? undefined : (0, ToolResultsToolUio_1.ToolResultsToolUioFromJSON)(json['tool']),
|
|
38
|
+
'result': json['result'] == null ? undefined : (0, ToolResultUio_1.ToolResultUioFromJSON)(json['result']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ToolResultsUioToJSON(json) {
|
|
42
|
+
return ToolResultsUioToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ToolResultsUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'tool': (0, ToolResultsToolUio_1.ToolResultsToolUioToJSON)(value['tool']),
|
|
50
|
+
'result': (0, ToolResultUio_1.ToolResultUioToJSON)(value['result']),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 UserUio
|
|
16
|
+
*/
|
|
17
|
+
export interface UserUio {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserUio
|
|
22
|
+
*/
|
|
23
|
+
email: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the UserUio interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfUserUio(value: object): value is UserUio;
|
|
29
|
+
export declare function UserUioFromJSON(json: any): UserUio;
|
|
30
|
+
export declare function UserUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserUio;
|
|
31
|
+
export declare function UserUioToJSON(json: any): UserUio;
|
|
32
|
+
export declare function UserUioToJSONTyped(value?: UserUio | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfUserUio = instanceOfUserUio;
|
|
17
|
+
exports.UserUioFromJSON = UserUioFromJSON;
|
|
18
|
+
exports.UserUioFromJSONTyped = UserUioFromJSONTyped;
|
|
19
|
+
exports.UserUioToJSON = UserUioToJSON;
|
|
20
|
+
exports.UserUioToJSONTyped = UserUioToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UserUio interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUserUio(value) {
|
|
25
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function UserUioFromJSON(json) {
|
|
30
|
+
return UserUioFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function UserUioFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'email': json['email'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function UserUioToJSON(json) {
|
|
41
|
+
return UserUioToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function UserUioToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'email': value['email'],
|
|
49
|
+
};
|
|
50
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,32 +1,152 @@
|
|
|
1
1
|
export * from './AdditionalUio';
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
2
|
+
export * from './AgentDuplicateRequestUio';
|
|
3
|
+
export * from './AgentFlowCreateUio';
|
|
4
|
+
export * from './AgentFlowUio';
|
|
5
|
+
export * from './AgentKnowledgeBaseUio';
|
|
6
|
+
export * from './AgentMetricsEventUio';
|
|
7
|
+
export * from './AgentMetricsOverviewUio';
|
|
8
|
+
export * from './AgentMetricsUnitsTypeUio';
|
|
9
|
+
export * from './AgentMetricsValueUio';
|
|
10
|
+
export * from './AgentModuleTypeUio';
|
|
11
|
+
export * from './AgentModuleUio';
|
|
12
|
+
export * from './AgentPatchEngineUio';
|
|
13
|
+
export * from './AgentPatchUio';
|
|
14
|
+
export * from './AgentRequestProfilePictureUio';
|
|
15
|
+
export * from './AgentRequestUio';
|
|
16
|
+
export * from './AgentSubscriptionTextInteractionsUio';
|
|
17
|
+
export * from './AgentSubscriptionUio';
|
|
18
|
+
export * from './AgentToolUio';
|
|
19
|
+
export * from './AgentTypeUio';
|
|
20
|
+
export * from './AgentUio';
|
|
21
|
+
export * from './AgentUsageMetricsIdUio';
|
|
22
|
+
export * from './AgentUsageMetricsUio';
|
|
23
|
+
export * from './ApiKeyUio';
|
|
24
|
+
export * from './AppChatCreateRequestUio';
|
|
25
|
+
export * from './AppChatCreateResponseUio';
|
|
26
|
+
export * from './AppChatSayRequestUio';
|
|
27
|
+
export * from './AppChatSayResponseUio';
|
|
28
|
+
export * from './AppChatSubmitMessageRequestUio';
|
|
29
|
+
export * from './AppConfigurationUio';
|
|
30
|
+
export * from './AppConfigurationUpdateRequestUio';
|
|
31
|
+
export * from './AppCreateRequestUio';
|
|
32
|
+
export * from './AppFlowCreateRequestUio';
|
|
33
|
+
export * from './AppInstanceCreateRequestUio';
|
|
34
|
+
export * from './AppLightUio';
|
|
35
|
+
export * from './AppProbeRequestUio';
|
|
36
|
+
export * from './AppProbeResponseUio';
|
|
37
|
+
export * from './AppStatusRequestUio';
|
|
38
|
+
export * from './AppStatusResponseUio';
|
|
39
|
+
export * from './AppStatusUio';
|
|
40
|
+
export * from './AppSubmitMessageRequestUio';
|
|
41
|
+
export * from './AppTextToSpeechRequestUio';
|
|
42
|
+
export * from './AppTextToSpeechResponseUio';
|
|
43
|
+
export * from './AppUio';
|
|
44
|
+
export * from './AppUpdateRequestUio';
|
|
45
|
+
export * from './AttachmentCreateRequestUio';
|
|
46
|
+
export * from './AttachmentTypeUio';
|
|
47
|
+
export * from './AudioFile1Uio';
|
|
48
|
+
export * from './AudioFileOrBufferUio';
|
|
49
|
+
export * from './AudioFileTypeUio';
|
|
50
|
+
export * from './AudioFileUio';
|
|
51
|
+
export * from './AuthCodeConfirmRequestUio';
|
|
52
|
+
export * from './AuthCodeConfirmResponseUio';
|
|
53
|
+
export * from './AuthCodeRequestUio';
|
|
54
|
+
export * from './AuthCodeResponseUio';
|
|
55
|
+
export * from './AuthTypeUio';
|
|
56
|
+
export * from './BodyWithIdUio';
|
|
57
|
+
export * from './BodyWithMessageUio';
|
|
58
|
+
export * from './ChatContextUio';
|
|
59
|
+
export * from './ChatMessageAudioInnerUio';
|
|
60
|
+
export * from './ChatMessageRoleUio';
|
|
61
|
+
export * from './ChatMessageUio';
|
|
62
|
+
export * from './ChatMessageWithFlowNodeUio';
|
|
63
|
+
export * from './ChatUio';
|
|
64
|
+
export * from './ChunkContentCreateUio';
|
|
65
|
+
export * from './ChunkContentUio';
|
|
66
|
+
export * from './ChunkCreateRequestContentInnerUio';
|
|
67
|
+
export * from './ChunkCreateRequestUio';
|
|
68
|
+
export * from './ChunkCreateResponseUio';
|
|
69
|
+
export * from './ChunkUio';
|
|
70
|
+
export * from './ConfigurationDefaultFillerPhrasesUio';
|
|
18
71
|
export * from './ContentsToolsUio';
|
|
72
|
+
export * from './ContextUio';
|
|
73
|
+
export * from './ConversationUio';
|
|
19
74
|
export * from './CostMetricUio';
|
|
20
|
-
export * from './
|
|
75
|
+
export * from './DefaultClientPricesUio';
|
|
76
|
+
export * from './DefaultEngineRequestUio';
|
|
77
|
+
export * from './DocumentAddRequestUio';
|
|
21
78
|
export * from './EngineUio';
|
|
79
|
+
export * from './FileAttachmentProcessedOneOf1Uio';
|
|
80
|
+
export * from './FileAttachmentProcessedOneOfUio';
|
|
81
|
+
export * from './FileAttachmentProcessedUio';
|
|
82
|
+
export * from './FileAttachmentStatusUio';
|
|
83
|
+
export * from './FileAttachmentUio';
|
|
22
84
|
export * from './FileCreationRequestUio';
|
|
85
|
+
export * from './FileCreationResponseUio';
|
|
23
86
|
export * from './FileStatusUio';
|
|
87
|
+
export * from './FileStatusUpdateRequestUio';
|
|
24
88
|
export * from './FileUio';
|
|
89
|
+
export * from './FileWithDownloadUrlUio';
|
|
25
90
|
export * from './FlowContentsSuggestionUio';
|
|
26
91
|
export * from './FlowContentsUio';
|
|
27
92
|
export * from './FlowEntrypointsUio';
|
|
28
93
|
export * from './FlowOptionsUio';
|
|
94
|
+
export * from './FlowUio';
|
|
95
|
+
export * from './GuardianCreateRequestUio';
|
|
96
|
+
export * from './GuardianEngineUio';
|
|
97
|
+
export * from './GuardianPositionUio';
|
|
98
|
+
export * from './GuardianPutRequestUio';
|
|
99
|
+
export * from './GuardianRoleUio';
|
|
100
|
+
export * from './GuardianTypeUio';
|
|
101
|
+
export * from './GuardianUio';
|
|
102
|
+
export * from './HealthCheckResponseComponentsApiUio';
|
|
103
|
+
export * from './HealthCheckResponseComponentsUio';
|
|
104
|
+
export * from './HealthCheckResponseUio';
|
|
105
|
+
export * from './HealthStatusUio';
|
|
106
|
+
export * from './ImportFileToAgentKnowledge200ResponseUio';
|
|
107
|
+
export * from './InputUio';
|
|
108
|
+
export * from './InstanceUio';
|
|
109
|
+
export * from './KnowledgeBasePrivacyUio';
|
|
110
|
+
export * from './LipsyncUio';
|
|
111
|
+
export * from './ManifestCreateRequestUio';
|
|
112
|
+
export * from './ManifestUio';
|
|
113
|
+
export * from './MessageUio';
|
|
114
|
+
export * from './MetricForAgentAgentUio';
|
|
115
|
+
export * from './MetricForAgentIdentifierUio';
|
|
116
|
+
export * from './MetricForAgentMetricUio';
|
|
117
|
+
export * from './MetricForAgentMetricWithCostUio';
|
|
118
|
+
export * from './MetricForAgentUio';
|
|
119
|
+
export * from './MetricIdentifierUio';
|
|
120
|
+
export * from './MetricUio';
|
|
121
|
+
export * from './ModelUio';
|
|
122
|
+
export * from './OrganizationUio';
|
|
29
123
|
export * from './PersonaUio';
|
|
124
|
+
export * from './PinRequestUio';
|
|
125
|
+
export * from './PriceConfigurationModelConfigUio';
|
|
126
|
+
export * from './PriceConfigurationModelUio';
|
|
127
|
+
export * from './PriceConfigurationUio';
|
|
128
|
+
export * from './PriceUio';
|
|
129
|
+
export * from './PromptCreateRequestUio';
|
|
130
|
+
export * from './PromptCreateResponseUio';
|
|
131
|
+
export * from './PromptFlowCreateRequestUio';
|
|
132
|
+
export * from './PromptFlowCreateResponseUio';
|
|
30
133
|
export * from './PromptInitUio';
|
|
134
|
+
export * from './ProviderCreateRequestUio';
|
|
135
|
+
export * from './ProviderSimpleUio';
|
|
136
|
+
export * from './ProviderTypeUio';
|
|
137
|
+
export * from './ProviderUio';
|
|
138
|
+
export * from './ProviderValiationRequestUio';
|
|
139
|
+
export * from './S3UploadBodyUio';
|
|
140
|
+
export * from './STTResponseUio';
|
|
141
|
+
export * from './SimpleAgentUio';
|
|
31
142
|
export * from './SubscriptionMetricUio';
|
|
143
|
+
export * from './SuggestionUio';
|
|
144
|
+
export * from './TTSRequestUio';
|
|
145
|
+
export * from './TTSResponseUio';
|
|
146
|
+
export * from './TextToSpeechProviderUio';
|
|
147
|
+
export * from './ToolActionUio';
|
|
148
|
+
export * from './ToolResultUio';
|
|
149
|
+
export * from './ToolResultsToolUio';
|
|
150
|
+
export * from './ToolResultsUio';
|
|
32
151
|
export * from './TransactionUio';
|
|
152
|
+
export * from './UserUio';
|