mixpeek 0.81.1
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/LICENSE +21 -0
- package/README.md +369 -0
- package/dist/api/adhoc-retrievers-api.d.ts +303 -0
- package/dist/api/adhoc-retrievers-api.d.ts.map +1 -0
- package/dist/api/agent-sessions-api.d.ts +915 -0
- package/dist/api/agent-sessions-api.d.ts.map +1 -0
- package/dist/api/alerts-api.d.ts +1219 -0
- package/dist/api/alerts-api.d.ts.map +1 -0
- package/dist/api/analytics-api.d.ts +6765 -0
- package/dist/api/analytics-api.d.ts.map +1 -0
- package/dist/api/analytics-buckets-api.d.ts +571 -0
- package/dist/api/analytics-buckets-api.d.ts.map +1 -0
- package/dist/api/analytics-clusters-api.d.ts +207 -0
- package/dist/api/analytics-clusters-api.d.ts.map +1 -0
- package/dist/api/analytics-collections-api.d.ts +452 -0
- package/dist/api/analytics-collections-api.d.ts.map +1 -0
- package/dist/api/analytics-extractors-api.d.ts +125 -0
- package/dist/api/analytics-extractors-api.d.ts.map +1 -0
- package/dist/api/analytics-indexes-api.d.ts +199 -0
- package/dist/api/analytics-indexes-api.d.ts.map +1 -0
- package/dist/api/analytics-inference-api.d.ts +125 -0
- package/dist/api/analytics-inference-api.d.ts.map +1 -0
- package/dist/api/analytics-namespaces-api.d.ts +523 -0
- package/dist/api/analytics-namespaces-api.d.ts.map +1 -0
- package/dist/api/analytics-performance-api.d.ts +547 -0
- package/dist/api/analytics-performance-api.d.ts.map +1 -0
- package/dist/api/analytics-retrievers-api.d.ts +560 -0
- package/dist/api/analytics-retrievers-api.d.ts.map +1 -0
- package/dist/api/analytics-taxonomies-api.d.ts +397 -0
- package/dist/api/analytics-taxonomies-api.d.ts.map +1 -0
- package/dist/api/analytics-usage-api.d.ts +125 -0
- package/dist/api/analytics-usage-api.d.ts.map +1 -0
- package/dist/api/apps-api.d.ts +1098 -0
- package/dist/api/apps-api.d.ts.map +1 -0
- package/dist/api/batches-api.d.ts +149 -0
- package/dist/api/batches-api.d.ts.map +1 -0
- package/dist/api/bucket-batches-api.d.ts +1185 -0
- package/dist/api/bucket-batches-api.d.ts.map +1 -0
- package/dist/api/bucket-objects-api.d.ts +755 -0
- package/dist/api/bucket-objects-api.d.ts.map +1 -0
- package/dist/api/bucket-syncs-api.d.ts +710 -0
- package/dist/api/bucket-syncs-api.d.ts.map +1 -0
- package/dist/api/bucket-templates-api.d.ts +344 -0
- package/dist/api/bucket-templates-api.d.ts.map +1 -0
- package/dist/api/bucket-uploads-api.d.ts +661 -0
- package/dist/api/bucket-uploads-api.d.ts.map +1 -0
- package/dist/api/buckets-api.d.ts +483 -0
- package/dist/api/buckets-api.d.ts.map +1 -0
- package/dist/api/cluster-executions-api.d.ts +380 -0
- package/dist/api/cluster-executions-api.d.ts.map +1 -0
- package/dist/api/cluster-templates-api.d.ts +344 -0
- package/dist/api/cluster-templates-api.d.ts.map +1 -0
- package/dist/api/cluster-triggers-api.d.ts +624 -0
- package/dist/api/cluster-triggers-api.d.ts.map +1 -0
- package/dist/api/clusters-api.d.ts +580 -0
- package/dist/api/clusters-api.d.ts.map +1 -0
- package/dist/api/collection-documents-api.d.ts +918 -0
- package/dist/api/collection-documents-api.d.ts.map +1 -0
- package/dist/api/collection-lifecycle-api.d.ts +191 -0
- package/dist/api/collection-lifecycle-api.d.ts.map +1 -0
- package/dist/api/collection-schema-api.d.ts +121 -0
- package/dist/api/collection-schema-api.d.ts.map +1 -0
- package/dist/api/collection-taxonomies-api.d.ts +121 -0
- package/dist/api/collection-taxonomies-api.d.ts.map +1 -0
- package/dist/api/collection-templates-api.d.ts +344 -0
- package/dist/api/collection-templates-api.d.ts.map +1 -0
- package/dist/api/collections-api.d.ts +752 -0
- package/dist/api/collections-api.d.ts.map +1 -0
- package/dist/api/custom-models-api.d.ts +612 -0
- package/dist/api/custom-models-api.d.ts.map +1 -0
- package/dist/api/custom-plugins-namespace-api.d.ts +986 -0
- package/dist/api/custom-plugins-namespace-api.d.ts.map +1 -0
- package/dist/api/default-api.d.ts +702 -0
- package/dist/api/default-api.d.ts.map +1 -0
- package/dist/api/discovery-api.d.ts +161 -0
- package/dist/api/discovery-api.d.ts.map +1 -0
- package/dist/api/document-lineage-api.d.ts +293 -0
- package/dist/api/document-lineage-api.d.ts.map +1 -0
- package/dist/api/documents-api.d.ts +304 -0
- package/dist/api/documents-api.d.ts.map +1 -0
- package/dist/api/evaluation-datasets-api.d.ts +262 -0
- package/dist/api/evaluation-datasets-api.d.ts.map +1 -0
- package/dist/api/evaluations-api.d.ts +304 -0
- package/dist/api/evaluations-api.d.ts.map +1 -0
- package/dist/api/feature-extractors-api.d.ts +117 -0
- package/dist/api/feature-extractors-api.d.ts.map +1 -0
- package/dist/api/health-api.d.ts +266 -0
- package/dist/api/health-api.d.ts.map +1 -0
- package/dist/api/inference-api.d.ts +113 -0
- package/dist/api/inference-api.d.ts.map +1 -0
- package/dist/api/manifest-api.d.ts +471 -0
- package/dist/api/manifest-api.d.ts.map +1 -0
- package/dist/api/marketplace-api.d.ts +1694 -0
- package/dist/api/marketplace-api.d.ts.map +1 -0
- package/dist/api/models-api.d.ts +318 -0
- package/dist/api/models-api.d.ts.map +1 -0
- package/dist/api/namespace-clone-api.d.ts +105 -0
- package/dist/api/namespace-clone-api.d.ts.map +1 -0
- package/dist/api/namespace-extractors-api.d.ts +216 -0
- package/dist/api/namespace-extractors-api.d.ts.map +1 -0
- package/dist/api/namespace-migrations-api.d.ts +446 -0
- package/dist/api/namespace-migrations-api.d.ts.map +1 -0
- package/dist/api/namespace-templates-api.d.ts +359 -0
- package/dist/api/namespace-templates-api.d.ts.map +1 -0
- package/dist/api/namespaces-api.d.ts +505 -0
- package/dist/api/namespaces-api.d.ts.map +1 -0
- package/dist/api/notifications-api.d.ts +735 -0
- package/dist/api/notifications-api.d.ts.map +1 -0
- package/dist/api/organization-apikeys-api.d.ts +370 -0
- package/dist/api/organization-apikeys-api.d.ts.map +1 -0
- package/dist/api/organization-audit-api.d.ts +311 -0
- package/dist/api/organization-audit-api.d.ts.map +1 -0
- package/dist/api/organization-billing-api.d.ts +651 -0
- package/dist/api/organization-billing-api.d.ts.map +1 -0
- package/dist/api/organization-connections-api.d.ts +556 -0
- package/dist/api/organization-connections-api.d.ts.map +1 -0
- package/dist/api/organization-secrets-api.d.ts +261 -0
- package/dist/api/organization-secrets-api.d.ts.map +1 -0
- package/dist/api/organization-usage-api.d.ts +261 -0
- package/dist/api/organization-usage-api.d.ts.map +1 -0
- package/dist/api/organization-users-api.d.ts +372 -0
- package/dist/api/organization-users-api.d.ts.map +1 -0
- package/dist/api/organizations-api.d.ts +199 -0
- package/dist/api/organizations-api.d.ts.map +1 -0
- package/dist/api/pages-api.d.ts +560 -0
- package/dist/api/pages-api.d.ts.map +1 -0
- package/dist/api/plugins-api.d.ts +318 -0
- package/dist/api/plugins-api.d.ts.map +1 -0
- package/dist/api/private-api.d.ts +748 -0
- package/dist/api/private-api.d.ts.map +1 -0
- package/dist/api/public-apps-apiapi.d.ts +305 -0
- package/dist/api/public-apps-apiapi.d.ts.map +1 -0
- package/dist/api/public-notifications-apiapi.d.ts +87 -0
- package/dist/api/public-notifications-apiapi.d.ts.map +1 -0
- package/dist/api/public-pages-apiapi.d.ts +189 -0
- package/dist/api/public-pages-apiapi.d.ts.map +1 -0
- package/dist/api/public-retriever-apiapi.d.ts +483 -0
- package/dist/api/public-retriever-apiapi.d.ts.map +1 -0
- package/dist/api/public-scaffolds-api.d.ts +142 -0
- package/dist/api/public-scaffolds-api.d.ts.map +1 -0
- package/dist/api/public-templates-apiapi.d.ts +326 -0
- package/dist/api/public-templates-apiapi.d.ts.map +1 -0
- package/dist/api/published-retrievers-api.d.ts +568 -0
- package/dist/api/published-retrievers-api.d.ts.map +1 -0
- package/dist/api/quickstart-api.d.ts +97 -0
- package/dist/api/quickstart-api.d.ts.map +1 -0
- package/dist/api/resource-search-api.d.ts +113 -0
- package/dist/api/resource-search-api.d.ts.map +1 -0
- package/dist/api/retriever-apikeys-api.d.ts +279 -0
- package/dist/api/retriever-apikeys-api.d.ts.map +1 -0
- package/dist/api/retriever-benchmarks-api.d.ts +652 -0
- package/dist/api/retriever-benchmarks-api.d.ts.map +1 -0
- package/dist/api/retriever-evaluations-api.d.ts +525 -0
- package/dist/api/retriever-evaluations-api.d.ts.map +1 -0
- package/dist/api/retriever-interactions-api.d.ts +363 -0
- package/dist/api/retriever-interactions-api.d.ts.map +1 -0
- package/dist/api/retriever-stages-api.d.ts +71 -0
- package/dist/api/retriever-stages-api.d.ts.map +1 -0
- package/dist/api/retriever-templates-api.d.ts +344 -0
- package/dist/api/retriever-templates-api.d.ts.map +1 -0
- package/dist/api/retrievers-api.d.ts +978 -0
- package/dist/api/retrievers-api.d.ts.map +1 -0
- package/dist/api/scaffold-templates-api.d.ts +105 -0
- package/dist/api/scaffold-templates-api.d.ts.map +1 -0
- package/dist/api/tasks-api.d.ts +239 -0
- package/dist/api/tasks-api.d.ts.map +1 -0
- package/dist/api/taxonomies-api.d.ts +766 -0
- package/dist/api/taxonomies-api.d.ts.map +1 -0
- package/dist/api/taxonomy-analytics-api.d.ts +514 -0
- package/dist/api/taxonomy-analytics-api.d.ts.map +1 -0
- package/dist/api/taxonomy-templates-api.d.ts +344 -0
- package/dist/api/taxonomy-templates-api.d.ts.map +1 -0
- package/dist/api/templates-api.d.ts +1851 -0
- package/dist/api/templates-api.d.ts.map +1 -0
- package/dist/api/webhooks-api.d.ts +355 -0
- package/dist/api/webhooks-api.d.ts.map +1 -0
- package/dist/api.d.ts +99 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/base.d.ts +67 -0
- package/dist/base.d.ts.map +1 -0
- package/dist/common.d.ts +66 -0
- package/dist/common.d.ts.map +1 -0
- package/dist/configuration.d.ts +92 -0
- package/dist/configuration.d.ts.map +1 -0
- package/dist/index.js +19303 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +19297 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/client.d.ts +132 -0
- package/dist/lib/client.d.ts.map +1 -0
- package/dist/lib/index.d.ts +7 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/lib/client.d.ts +132 -0
- package/dist/lib/lib/client.d.ts.map +1 -0
- package/dist/lib/lib/index.d.ts +7 -0
- package/dist/lib/lib/index.d.ts.map +1 -0
- package/dist/models/account-tier.d.ts +24 -0
- package/dist/models/account-tier.d.ts.map +1 -0
- package/dist/models/add-credits-request.d.ts +25 -0
- package/dist/models/add-credits-request.d.ts.map +1 -0
- package/dist/models/add-credits-response.d.ts +56 -0
- package/dist/models/add-credits-response.d.ts.map +1 -0
- package/dist/models/add-domain-request.d.ts +31 -0
- package/dist/models/add-domain-request.d.ts.map +1 -0
- package/dist/models/add-objects-to-batch-request.d.ts +25 -0
- package/dist/models/add-objects-to-batch-request.d.ts.map +1 -0
- package/dist/models/add-user-to-organization-request.d.ts +38 -0
- package/dist/models/add-user-to-organization-request.d.ts.map +1 -0
- package/dist/models/adhoc-execute-request.d.ts +62 -0
- package/dist/models/adhoc-execute-request.d.ts.map +1 -0
- package/dist/models/adhoc-execution-detail.d.ts +109 -0
- package/dist/models/adhoc-execution-detail.d.ts.map +1 -0
- package/dist/models/adhoc-execution-summary.d.ts +97 -0
- package/dist/models/adhoc-execution-summary.d.ts.map +1 -0
- package/dist/models/agent-config.d.ts +49 -0
- package/dist/models/agent-config.d.ts.map +1 -0
- package/dist/models/agglomerative-params.d.ts +67 -0
- package/dist/models/agglomerative-params.d.ts.map +1 -0
- package/dist/models/aggregation-function.d.ts +30 -0
- package/dist/models/aggregation-function.d.ts.map +1 -0
- package/dist/models/aggregation-operation.d.ts +44 -0
- package/dist/models/aggregation-operation.d.ts.map +1 -0
- package/dist/models/aggregation-result.d.ts +35 -0
- package/dist/models/aggregation-result.d.ts.map +1 -0
- package/dist/models/alert-application-config-input.d.ts +53 -0
- package/dist/models/alert-application-config-input.d.ts.map +1 -0
- package/dist/models/alert-application-config-output.d.ts +53 -0
- package/dist/models/alert-application-config-output.d.ts.map +1 -0
- package/dist/models/alert-execution-list-response.d.ts +39 -0
- package/dist/models/alert-execution-list-response.d.ts.map +1 -0
- package/dist/models/alert-execution-mode.d.ts +23 -0
- package/dist/models/alert-execution-mode.d.ts.map +1 -0
- package/dist/models/alert-execution-result.d.ts +74 -0
- package/dist/models/alert-execution-result.d.ts.map +1 -0
- package/dist/models/alert-input-mapping.d.ts +32 -0
- package/dist/models/alert-input-mapping.d.ts.map +1 -0
- package/dist/models/alert-list-stats.d.ts +45 -0
- package/dist/models/alert-list-stats.d.ts.map +1 -0
- package/dist/models/alert-match-result.d.ts +53 -0
- package/dist/models/alert-match-result.d.ts.map +1 -0
- package/dist/models/alert-notification-config.d.ts +44 -0
- package/dist/models/alert-notification-config.d.ts.map +1 -0
- package/dist/models/alert-response.d.ts +82 -0
- package/dist/models/alert-response.d.ts.map +1 -0
- package/dist/models/algorithm-params.d.ts +365 -0
- package/dist/models/algorithm-params.d.ts.map +1 -0
- package/dist/models/alignment-metrics.d.ts +83 -0
- package/dist/models/alignment-metrics.d.ts.map +1 -0
- package/dist/models/and-inner.d.ts +39 -0
- package/dist/models/and-inner.d.ts.map +1 -0
- package/dist/models/anthropic-model.d.ts +22 -0
- package/dist/models/anthropic-model.d.ts.map +1 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts +43 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts +38 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts +135 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts +113 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts +37 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts +32 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts +129 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts +89 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/apikey-create-request.d.ts +57 -0
- package/dist/models/apikey-create-request.d.ts.map +1 -0
- package/dist/models/apikey-create-response.d.ts +155 -0
- package/dist/models/apikey-create-response.d.ts.map +1 -0
- package/dist/models/apikey-model.d.ts +149 -0
- package/dist/models/apikey-model.d.ts.map +1 -0
- package/dist/models/apikey-type.d.ts +23 -0
- package/dist/models/apikey-type.d.ts.map +1 -0
- package/dist/models/apikey-update-request.d.ts +64 -0
- package/dist/models/apikey-update-request.d.ts.map +1 -0
- package/dist/models/app-response.d.ts +164 -0
- package/dist/models/app-response.d.ts.map +1 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts +49 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts.map +1 -0
- package/dist/models/apply-result.d.ts +68 -0
- package/dist/models/apply-result.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-request.d.ts +45 -0
- package/dist/models/apply-taxonomy-request.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-response.d.ts +49 -0
- package/dist/models/apply-taxonomy-response.d.ts.map +1 -0
- package/dist/models/assignment-metric.d.ts +43 -0
- package/dist/models/assignment-metric.d.ts.map +1 -0
- package/dist/models/assignment-metrics-response.d.ts +47 -0
- package/dist/models/assignment-metrics-response.d.ts.map +1 -0
- package/dist/models/attribute-based-config.d.ts +37 -0
- package/dist/models/attribute-based-config.d.ts.map +1 -0
- package/dist/models/audit-action.d.ts +64 -0
- package/dist/models/audit-action.d.ts.map +1 -0
- package/dist/models/audit-event-list-response.d.ts +44 -0
- package/dist/models/audit-event-list-response.d.ts.map +1 -0
- package/dist/models/audit-event-response.d.ts +85 -0
- package/dist/models/audit-event-response.d.ts.map +1 -0
- package/dist/models/audit-settings-update-request.d.ts +25 -0
- package/dist/models/audit-settings-update-request.d.ts.map +1 -0
- package/dist/models/audit-settings.d.ts +25 -0
- package/dist/models/audit-settings.d.ts.map +1 -0
- package/dist/models/auth-config.d.ts +102 -0
- package/dist/models/auth-config.d.ts.map +1 -0
- package/dist/models/auto-billing-toggle-response.d.ts +43 -0
- package/dist/models/auto-billing-toggle-response.d.ts.map +1 -0
- package/dist/models/available-org-model-item.d.ts +67 -0
- package/dist/models/available-org-model-item.d.ts.map +1 -0
- package/dist/models/available-org-models-response.d.ts +44 -0
- package/dist/models/available-org-models-response.d.ts.map +1 -0
- package/dist/models/available-org-plugin-item.d.ts +67 -0
- package/dist/models/available-org-plugin-item.d.ts.map +1 -0
- package/dist/models/available-org-plugins-response.d.ts +50 -0
- package/dist/models/available-org-plugins-response.d.ts.map +1 -0
- package/dist/models/available-steps-response.d.ts +50 -0
- package/dist/models/available-steps-response.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-input.d.ts +39 -0
- package/dist/models/base-feature-extractor-model-input.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-output.d.ts +45 -0
- package/dist/models/base-feature-extractor-model-output.d.ts.map +1 -0
- package/dist/models/base-rate-limits.d.ts +49 -0
- package/dist/models/base-rate-limits.d.ts.map +1 -0
- package/dist/models/base-template-model.d.ts +138 -0
- package/dist/models/base-template-model.d.ts.map +1 -0
- package/dist/models/batch-confirm-request.d.ts +27 -0
- package/dist/models/batch-confirm-request.d.ts.map +1 -0
- package/dist/models/batch-confirm-response.d.ts +51 -0
- package/dist/models/batch-confirm-response.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-request.d.ts +32 -0
- package/dist/models/batch-delete-documents-request.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-response.d.ts +44 -0
- package/dist/models/batch-delete-documents-response.d.ts.map +1 -0
- package/dist/models/batch-diagnostics.d.ts +150 -0
- package/dist/models/batch-diagnostics.d.ts.map +1 -0
- package/dist/models/batch-document-delete-result.d.ts +37 -0
- package/dist/models/batch-document-delete-result.d.ts.map +1 -0
- package/dist/models/batch-document-update-result.d.ts +37 -0
- package/dist/models/batch-document-update-result.d.ts.map +1 -0
- package/dist/models/batch-document-update.d.ts +33 -0
- package/dist/models/batch-document-update.d.ts.map +1 -0
- package/dist/models/batch-error-detail.d.ts +82 -0
- package/dist/models/batch-error-detail.d.ts.map +1 -0
- package/dist/models/batch-model.d.ts +209 -0
- package/dist/models/batch-model.d.ts.map +1 -0
- package/dist/models/batch-options.d.ts +37 -0
- package/dist/models/batch-options.d.ts.map +1 -0
- package/dist/models/batch-progress.d.ts +74 -0
- package/dist/models/batch-progress.d.ts.map +1 -0
- package/dist/models/batch-stage-info.d.ts +43 -0
- package/dist/models/batch-stage-info.d.ts.map +1 -0
- package/dist/models/batch-statistics.d.ts +43 -0
- package/dist/models/batch-statistics.d.ts.map +1 -0
- package/dist/models/batch-type.d.ts +22 -0
- package/dist/models/batch-type.d.ts.map +1 -0
- package/dist/models/batch-update-documents-request.d.ts +41 -0
- package/dist/models/batch-update-documents-request.d.ts.map +1 -0
- package/dist/models/batch-update-documents-response.d.ts +44 -0
- package/dist/models/batch-update-documents-response.d.ts.map +1 -0
- package/dist/models/batch-upload-request.d.ts +42 -0
- package/dist/models/batch-upload-request.d.ts.map +1 -0
- package/dist/models/batch-upload-response.d.ts +32 -0
- package/dist/models/batch-upload-response.d.ts.map +1 -0
- package/dist/models/benchmark-comparison.d.ts +38 -0
- package/dist/models/benchmark-comparison.d.ts.map +1 -0
- package/dist/models/benchmark-list-response.d.ts +44 -0
- package/dist/models/benchmark-list-response.d.ts.map +1 -0
- package/dist/models/benchmark-response.d.ts +101 -0
- package/dist/models/benchmark-response.d.ts.map +1 -0
- package/dist/models/benchmark-result.d.ts +73 -0
- package/dist/models/benchmark-result.d.ts.map +1 -0
- package/dist/models/benchmark-status.d.ts +26 -0
- package/dist/models/benchmark-status.d.ts.map +1 -0
- package/dist/models/blob-details.d.ts +43 -0
- package/dist/models/blob-details.d.ts.map +1 -0
- package/dist/models/blob-mapping-entry.d.ts +55 -0
- package/dist/models/blob-mapping-entry.d.ts.map +1 -0
- package/dist/models/blob-model.d.ts +59 -0
- package/dist/models/blob-model.d.ts.map +1 -0
- package/dist/models/blob-type.d.ts +27 -0
- package/dist/models/blob-type.d.ts.map +1 -0
- package/dist/models/blob-urlref.d.ts +102 -0
- package/dist/models/blob-urlref.d.ts.map +1 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts +25 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts.map +1 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts +32 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts.map +1 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts +31 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts.map +1 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts +25 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts.map +1 -0
- package/dist/models/bool-index-params.d.ts +25 -0
- package/dist/models/bool-index-params.d.ts.map +1 -0
- package/dist/models/bottleneck-analysis.d.ts +61 -0
- package/dist/models/bottleneck-analysis.d.ts.map +1 -0
- package/dist/models/bottleneck-response.d.ts +39 -0
- package/dist/models/bottleneck-response.d.ts.map +1 -0
- package/dist/models/box-ccgcredentials.d.ts +53 -0
- package/dist/models/box-ccgcredentials.d.ts.map +1 -0
- package/dist/models/box-config.d.ts +42 -0
- package/dist/models/box-config.d.ts.map +1 -0
- package/dist/models/box-jwtcredentials.d.ts +65 -0
- package/dist/models/box-jwtcredentials.d.ts.map +1 -0
- package/dist/models/box-oauth-credentials.d.ts +53 -0
- package/dist/models/box-oauth-credentials.d.ts.map +1 -0
- package/dist/models/bucket-create-request.d.ts +53 -0
- package/dist/models/bucket-create-request.d.ts.map +1 -0
- package/dist/models/bucket-health-response.d.ts +64 -0
- package/dist/models/bucket-health-response.d.ts.map +1 -0
- package/dist/models/bucket-list-stats.d.ts +43 -0
- package/dist/models/bucket-list-stats.d.ts.map +1 -0
- package/dist/models/bucket-patch-request.d.ts +46 -0
- package/dist/models/bucket-patch-request.d.ts.map +1 -0
- package/dist/models/bucket-response.d.ts +122 -0
- package/dist/models/bucket-response.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-input.d.ts +71 -0
- package/dist/models/bucket-schema-field-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-output.d.ts +71 -0
- package/dist/models/bucket-schema-field-output.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-type.d.ts +35 -0
- package/dist/models/bucket-schema-field-type.d.ts.map +1 -0
- package/dist/models/bucket-schema-input.d.ts +29 -0
- package/dist/models/bucket-schema-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-output.d.ts +29 -0
- package/dist/models/bucket-schema-output.d.ts.map +1 -0
- package/dist/models/bucket-storage-response.d.ts +47 -0
- package/dist/models/bucket-storage-response.d.ts.map +1 -0
- package/dist/models/bucket-update-request.d.ts +46 -0
- package/dist/models/bucket-update-request.d.ts.map +1 -0
- package/dist/models/bucket-usage-response.d.ts +58 -0
- package/dist/models/bucket-usage-response.d.ts.map +1 -0
- package/dist/models/budget-limits.d.ts +31 -0
- package/dist/models/budget-limits.d.ts.map +1 -0
- package/dist/models/build-config.d.ts +55 -0
- package/dist/models/build-config.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-request.d.ts +34 -0
- package/dist/models/bulk-update-documents-request.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-response.d.ts +31 -0
- package/dist/models/bulk-update-documents-response.d.ts.map +1 -0
- package/dist/models/cache-config.d.ts +50 -0
- package/dist/models/cache-config.d.ts.map +1 -0
- package/dist/models/cache-performance-response.d.ts +70 -0
- package/dist/models/cache-performance-response.d.ts.map +1 -0
- package/dist/models/cache-statistics.d.ts +55 -0
- package/dist/models/cache-statistics.d.ts.map +1 -0
- package/dist/models/cancel-migration-request.d.ts +25 -0
- package/dist/models/cancel-migration-request.d.ts.map +1 -0
- package/dist/models/cancel-migration-response.d.ts +44 -0
- package/dist/models/cancel-migration-response.d.ts.map +1 -0
- package/dist/models/chunk-strategy.d.ts +25 -0
- package/dist/models/chunk-strategy.d.ts.map +1 -0
- package/dist/models/clarification-option.d.ts +37 -0
- package/dist/models/clarification-option.d.ts.map +1 -0
- package/dist/models/clone-collection-request.d.ts +66 -0
- package/dist/models/clone-collection-request.d.ts.map +1 -0
- package/dist/models/clone-collection-response.d.ts +32 -0
- package/dist/models/clone-collection-response.d.ts.map +1 -0
- package/dist/models/clone-namespace-request.d.ts +44 -0
- package/dist/models/clone-namespace-request.d.ts.map +1 -0
- package/dist/models/clone-namespace-resources-config.d.ts +37 -0
- package/dist/models/clone-namespace-resources-config.d.ts.map +1 -0
- package/dist/models/clone-namespace-response.d.ts +51 -0
- package/dist/models/clone-namespace-response.d.ts.map +1 -0
- package/dist/models/clone-retriever-request.d.ts +73 -0
- package/dist/models/clone-retriever-request.d.ts.map +1 -0
- package/dist/models/clone-retriever-response.d.ts +32 -0
- package/dist/models/clone-retriever-response.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-request.d.ts +38 -0
- package/dist/models/clone-taxonomy-request.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-response.d.ts +32 -0
- package/dist/models/clone-taxonomy-response.d.ts.map +1 -0
- package/dist/models/cloned-resource-summary.d.ts +55 -0
- package/dist/models/cloned-resource-summary.d.ts.map +1 -0
- package/dist/models/cluster-application-config.d.ts +55 -0
- package/dist/models/cluster-application-config.d.ts.map +1 -0
- package/dist/models/cluster-execution-centroid.d.ts +49 -0
- package/dist/models/cluster-execution-centroid.d.ts.map +1 -0
- package/dist/models/cluster-execution-list-stats.d.ts +51 -0
- package/dist/models/cluster-execution-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-execution-metric.d.ts +61 -0
- package/dist/models/cluster-execution-metric.d.ts.map +1 -0
- package/dist/models/cluster-execution-metrics.d.ts +37 -0
- package/dist/models/cluster-execution-metrics.d.ts.map +1 -0
- package/dist/models/cluster-execution-result.d.ts +94 -0
- package/dist/models/cluster-execution-result.d.ts.map +1 -0
- package/dist/models/cluster-list-stats.d.ts +45 -0
- package/dist/models/cluster-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-metadata.d.ts +259 -0
- package/dist/models/cluster-metadata.d.ts.map +1 -0
- package/dist/models/cluster-model.d.ts +149 -0
- package/dist/models/cluster-model.d.ts.map +1 -0
- package/dist/models/cluster-options.d.ts +49 -0
- package/dist/models/cluster-options.d.ts.map +1 -0
- package/dist/models/cluster-stats.d.ts +45 -0
- package/dist/models/cluster-stats.d.ts.map +1 -0
- package/dist/models/cluster-type.d.ts +22 -0
- package/dist/models/cluster-type.d.ts.map +1 -0
- package/dist/models/clustering-algorithm.d.ts +29 -0
- package/dist/models/clustering-algorithm.d.ts.map +1 -0
- package/dist/models/clustering-enrichment-response.d.ts +43 -0
- package/dist/models/clustering-enrichment-response.d.ts.map +1 -0
- package/dist/models/collection-detail.d.ts +49 -0
- package/dist/models/collection-detail.d.ts.map +1 -0
- package/dist/models/collection-diagnostic.d.ts +49 -0
- package/dist/models/collection-diagnostic.d.ts.map +1 -0
- package/dist/models/collection-export-request.d.ts +51 -0
- package/dist/models/collection-export-request.d.ts.map +1 -0
- package/dist/models/collection-export-response.d.ts +68 -0
- package/dist/models/collection-export-response.d.ts.map +1 -0
- package/dist/models/collection-feature-descriptor.d.ts +50 -0
- package/dist/models/collection-feature-descriptor.d.ts.map +1 -0
- package/dist/models/collection-list-stats.d.ts +55 -0
- package/dist/models/collection-list-stats.d.ts.map +1 -0
- package/dist/models/collection-model.d.ts +207 -0
- package/dist/models/collection-model.d.ts.map +1 -0
- package/dist/models/collection-overview-response.d.ts +79 -0
- package/dist/models/collection-overview-response.d.ts.map +1 -0
- package/dist/models/collection-response.d.ts +219 -0
- package/dist/models/collection-response.d.ts.map +1 -0
- package/dist/models/collection-schedule-config.d.ts +39 -0
- package/dist/models/collection-schedule-config.d.ts.map +1 -0
- package/dist/models/column-source.d.ts +35 -0
- package/dist/models/column-source.d.ts.map +1 -0
- package/dist/models/components-config.d.ts +56 -0
- package/dist/models/components-config.d.ts.map +1 -0
- package/dist/models/compound-index-pattern.d.ts +43 -0
- package/dist/models/compound-index-pattern.d.ts.map +1 -0
- package/dist/models/compound-index-response.d.ts +44 -0
- package/dist/models/compound-index-response.d.ts.map +1 -0
- package/dist/models/compute-tier.d.ts +23 -0
- package/dist/models/compute-tier.d.ts.map +1 -0
- package/dist/models/confidence-distribution.d.ts +37 -0
- package/dist/models/confidence-distribution.d.ts.map +1 -0
- package/dist/models/confidence-response.d.ts +44 -0
- package/dist/models/confidence-response.d.ts.map +1 -0
- package/dist/models/config.d.ts +24 -0
- package/dist/models/config.d.ts.map +1 -0
- package/dist/models/config1.d.ts +24 -0
- package/dist/models/config1.d.ts.map +1 -0
- package/dist/models/config2.d.ts +24 -0
- package/dist/models/config2.d.ts.map +1 -0
- package/dist/models/configs.d.ts +120 -0
- package/dist/models/configs.d.ts.map +1 -0
- package/dist/models/configure-corsrequest.d.ts +49 -0
- package/dist/models/configure-corsrequest.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-request.d.ts +31 -0
- package/dist/models/confirm-model-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-response.d.ts +67 -0
- package/dist/models/confirm-model-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-request.d.ts +25 -0
- package/dist/models/confirm-payment-method-request.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-response.d.ts +44 -0
- package/dist/models/confirm-payment-method-response.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-request.d.ts +31 -0
- package/dist/models/confirm-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-response.d.ts +86 -0
- package/dist/models/confirm-plugin-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-upload-request.d.ts +31 -0
- package/dist/models/confirm-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-upload-response.d.ts +80 -0
- package/dist/models/confirm-upload-response.d.ts.map +1 -0
- package/dist/models/confirmation-request.d.ts +25 -0
- package/dist/models/confirmation-request.d.ts.map +1 -0
- package/dist/models/constant-source.d.ts +35 -0
- package/dist/models/constant-source.d.ts.map +1 -0
- package/dist/models/corsconfiguration-info.d.ts +39 -0
- package/dist/models/corsconfiguration-info.d.ts.map +1 -0
- package/dist/models/corsconfiguration-response.d.ts +45 -0
- package/dist/models/corsconfiguration-response.d.ts.map +1 -0
- package/dist/models/cost-breakdown.d.ts +43 -0
- package/dist/models/cost-breakdown.d.ts.map +1 -0
- package/dist/models/cost-rate.d.ts +38 -0
- package/dist/models/cost-rate.d.ts.map +1 -0
- package/dist/models/cost-unit.d.ts +26 -0
- package/dist/models/cost-unit.d.ts.map +1 -0
- package/dist/models/costs-info.d.ts +38 -0
- package/dist/models/costs-info.d.ts.map +1 -0
- package/dist/models/course-content-extractor-params.d.ts +203 -0
- package/dist/models/course-content-extractor-params.d.ts.map +1 -0
- package/dist/models/covariate-config.d.ts +67 -0
- package/dist/models/covariate-config.d.ts.map +1 -0
- package/dist/models/covariate-type.d.ts +24 -0
- package/dist/models/covariate-type.d.ts.map +1 -0
- package/dist/models/crawl-mode.d.ts +22 -0
- package/dist/models/crawl-mode.d.ts.map +1 -0
- package/dist/models/create-alert-request.d.ts +58 -0
- package/dist/models/create-alert-request.d.ts.map +1 -0
- package/dist/models/create-app-request.d.ts +119 -0
- package/dist/models/create-app-request.d.ts.map +1 -0
- package/dist/models/create-batch-request.d.ts +25 -0
- package/dist/models/create-batch-request.d.ts.map +1 -0
- package/dist/models/create-benchmark-request.d.ts +50 -0
- package/dist/models/create-benchmark-request.d.ts.map +1 -0
- package/dist/models/create-blob-request.d.ts +71 -0
- package/dist/models/create-blob-request.d.ts.map +1 -0
- package/dist/models/create-cluster-request.d.ts +79 -0
- package/dist/models/create-cluster-request.d.ts.map +1 -0
- package/dist/models/create-collection-request.d.ts +101 -0
- package/dist/models/create-collection-request.d.ts.map +1 -0
- package/dist/models/create-dataset-request.d.ts +46 -0
- package/dist/models/create-dataset-request.d.ts.map +1 -0
- package/dist/models/create-migration-request.d.ts +32 -0
- package/dist/models/create-migration-request.d.ts.map +1 -0
- package/dist/models/create-migration-response.d.ts +51 -0
- package/dist/models/create-migration-response.d.ts.map +1 -0
- package/dist/models/create-model-upload-request.d.ts +81 -0
- package/dist/models/create-model-upload-request.d.ts.map +1 -0
- package/dist/models/create-namespace-request.d.ts +65 -0
- package/dist/models/create-namespace-request.d.ts.map +1 -0
- package/dist/models/create-object-request.d.ts +51 -0
- package/dist/models/create-object-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-request.d.ts +26 -0
- package/dist/models/create-objects-batch-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-response.d.ts +51 -0
- package/dist/models/create-objects-batch-response.d.ts.map +1 -0
- package/dist/models/create-organization-request.d.ts +64 -0
- package/dist/models/create-organization-request.d.ts.map +1 -0
- package/dist/models/create-page-request.d.ts +105 -0
- package/dist/models/create-page-request.d.ts.map +1 -0
- package/dist/models/create-retriever-apikey-request.d.ts +43 -0
- package/dist/models/create-retriever-apikey-request.d.ts.map +1 -0
- package/dist/models/create-retriever-request.d.ts +92 -0
- package/dist/models/create-retriever-request.d.ts.map +1 -0
- package/dist/models/create-retriever-response.d.ts +26 -0
- package/dist/models/create-retriever-response.d.ts.map +1 -0
- package/dist/models/create-secret-request.d.ts +31 -0
- package/dist/models/create-secret-request.d.ts.map +1 -0
- package/dist/models/create-session-request.d.ts +61 -0
- package/dist/models/create-session-request.d.ts.map +1 -0
- package/dist/models/create-session-response.d.ts +62 -0
- package/dist/models/create-session-response.d.ts.map +1 -0
- package/dist/models/create-taxonomy-request.d.ts +38 -0
- package/dist/models/create-taxonomy-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-request.d.ts +56 -0
- package/dist/models/create-template-from-resource-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-response.d.ts +57 -0
- package/dist/models/create-template-from-resource-response.d.ts.map +1 -0
- package/dist/models/create-upload-request.d.ts +89 -0
- package/dist/models/create-upload-request.d.ts.map +1 -0
- package/dist/models/creator-info.d.ts +37 -0
- package/dist/models/creator-info.d.ts.map +1 -0
- package/dist/models/credentials.d.ts +27 -0
- package/dist/models/credentials.d.ts.map +1 -0
- package/dist/models/credentials1.d.ts +24 -0
- package/dist/models/credentials1.d.ts.map +1 -0
- package/dist/models/credentials2.d.ts +24 -0
- package/dist/models/credentials2.d.ts.map +1 -0
- package/dist/models/credentials3.d.ts +24 -0
- package/dist/models/credentials3.d.ts.map +1 -0
- package/dist/models/credentials4.d.ts +24 -0
- package/dist/models/credentials4.d.ts.map +1 -0
- package/dist/models/credit-balance-response.d.ts +61 -0
- package/dist/models/credit-balance-response.d.ts.map +1 -0
- package/dist/models/current-usage-response.d.ts +67 -0
- package/dist/models/current-usage-response.d.ts.map +1 -0
- package/dist/models/cursor-pagination-params.d.ts +38 -0
- package/dist/models/cursor-pagination-params.d.ts.map +1 -0
- package/dist/models/custom-cta.d.ts +31 -0
- package/dist/models/custom-cta.d.ts.map +1 -0
- package/dist/models/custom-domain-config.d.ts +74 -0
- package/dist/models/custom-domain-config.d.ts.map +1 -0
- package/dist/models/custom-model-document.d.ts +128 -0
- package/dist/models/custom-model-document.d.ts.map +1 -0
- package/dist/models/custom-plugin-params.d.ts +26 -0
- package/dist/models/custom-plugin-params.d.ts.map +1 -0
- package/dist/models/data.d.ts +19 -0
- package/dist/models/data.d.ts.map +1 -0
- package/dist/models/dataset-list-response.d.ts +44 -0
- package/dist/models/dataset-list-response.d.ts.map +1 -0
- package/dist/models/date-part-unit.d.ts +29 -0
- package/dist/models/date-part-unit.d.ts.map +1 -0
- package/dist/models/date-trunc-unit.d.ts +27 -0
- package/dist/models/date-trunc-unit.d.ts.map +1 -0
- package/dist/models/datetime-index-params.d.ts +25 -0
- package/dist/models/datetime-index-params.d.ts.map +1 -0
- package/dist/models/dbscan-parameters.d.ts +69 -0
- package/dist/models/dbscan-parameters.d.ts.map +1 -0
- package/dist/models/dbscanparams.d.ts +69 -0
- package/dist/models/dbscanparams.d.ts.map +1 -0
- package/dist/models/dependency-graph.d.ts +32 -0
- package/dist/models/dependency-graph.d.ts.map +1 -0
- package/dist/models/dependency-node.d.ts +44 -0
- package/dist/models/dependency-node.d.ts.map +1 -0
- package/dist/models/deploy-request.d.ts +53 -0
- package/dist/models/deploy-request.d.ts.map +1 -0
- package/dist/models/deploy-response.d.ts +56 -0
- package/dist/models/deploy-response.d.ts.map +1 -0
- package/dist/models/describe-collection-features-response.d.ts +26 -0
- package/dist/models/describe-collection-features-response.d.ts.map +1 -0
- package/dist/models/detect-intent-request.d.ts +31 -0
- package/dist/models/detect-intent-request.d.ts.map +1 -0
- package/dist/models/diff-item.d.ts +43 -0
- package/dist/models/diff-item.d.ts.map +1 -0
- package/dist/models/diff-result.d.ts +38 -0
- package/dist/models/diff-result.d.ts.map +1 -0
- package/dist/models/disable-org-model-response.d.ts +43 -0
- package/dist/models/disable-org-model-response.d.ts.map +1 -0
- package/dist/models/disable-org-plugin-response.d.ts +43 -0
- package/dist/models/disable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/discovery-response.d.ts +40 -0
- package/dist/models/discovery-response.d.ts.map +1 -0
- package/dist/models/display-config-input.d.ts +145 -0
- package/dist/models/display-config-input.d.ts.map +1 -0
- package/dist/models/display-config-output.d.ts +145 -0
- package/dist/models/display-config-output.d.ts.map +1 -0
- package/dist/models/docs-search-options.d.ts +61 -0
- package/dist/models/docs-search-options.d.ts.map +1 -0
- package/dist/models/docs-search-request.d.ts +56 -0
- package/dist/models/docs-search-request.d.ts.map +1 -0
- package/dist/models/docs-search-response.d.ts +73 -0
- package/dist/models/docs-search-response.d.ts.map +1 -0
- package/dist/models/document-aggregation-request.d.ts +79 -0
- package/dist/models/document-aggregation-request.d.ts.map +1 -0
- package/dist/models/document-aggregation-response.d.ts +40 -0
- package/dist/models/document-aggregation-response.d.ts.map +1 -0
- package/dist/models/document-create-request.d.ts +101 -0
- package/dist/models/document-create-request.d.ts.map +1 -0
- package/dist/models/document-graph-extractor-params.d.ts +136 -0
- package/dist/models/document-graph-extractor-params.d.ts.map +1 -0
- package/dist/models/document-group.d.ts +38 -0
- package/dist/models/document-group.d.ts.map +1 -0
- package/dist/models/document-id-strategy.d.ts +23 -0
- package/dist/models/document-id-strategy.d.ts.map +1 -0
- package/dist/models/document-list-stats.d.ts +43 -0
- package/dist/models/document-list-stats.d.ts.map +1 -0
- package/dist/models/document-response.d.ts +52 -0
- package/dist/models/document-response.d.ts.map +1 -0
- package/dist/models/domain-response.d.ts +55 -0
- package/dist/models/domain-response.d.ts.map +1 -0
- package/dist/models/drive-property-source.d.ts +35 -0
- package/dist/models/drive-property-source.d.ts.map +1 -0
- package/dist/models/duration-stats.d.ts +67 -0
- package/dist/models/duration-stats.d.ts.map +1 -0
- package/dist/models/dynamic-value.d.ts +35 -0
- package/dist/models/dynamic-value.d.ts.map +1 -0
- package/dist/models/email-config.d.ts +56 -0
- package/dist/models/email-config.d.ts.map +1 -0
- package/dist/models/enable-org-model-request.d.ts +32 -0
- package/dist/models/enable-org-model-request.d.ts.map +1 -0
- package/dist/models/enable-org-model-response.d.ts +49 -0
- package/dist/models/enable-org-model-response.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-request.d.ts +33 -0
- package/dist/models/enable-org-plugin-request.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-response.d.ts +61 -0
- package/dist/models/enable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/engine-performance-response.d.ts +40 -0
- package/dist/models/engine-performance-response.d.ts.map +1 -0
- package/dist/models/engine-stage-breakdown-response.d.ts +39 -0
- package/dist/models/engine-stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/enrichment-field-mapping.d.ts +31 -0
- package/dist/models/enrichment-field-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-field.d.ts +38 -0
- package/dist/models/enrichment-field.d.ts.map +1 -0
- package/dist/models/enrichment-history-response.d.ts +47 -0
- package/dist/models/enrichment-history-response.d.ts.map +1 -0
- package/dist/models/enrichment-input-mapping.d.ts +32 -0
- package/dist/models/enrichment-input-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-merge-mode.d.ts +22 -0
- package/dist/models/enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/enrichment-metric.d.ts +55 -0
- package/dist/models/enrichment-metric.d.ts.map +1 -0
- package/dist/models/error-breakdown.d.ts +49 -0
- package/dist/models/error-breakdown.d.ts.map +1 -0
- package/dist/models/error-category.d.ts +26 -0
- package/dist/models/error-category.d.ts.map +1 -0
- package/dist/models/error-detail.d.ts +39 -0
- package/dist/models/error-detail.d.ts.map +1 -0
- package/dist/models/error-metrics.d.ts +43 -0
- package/dist/models/error-metrics.d.ts.map +1 -0
- package/dist/models/error-response.d.ts +38 -0
- package/dist/models/error-response.d.ts.map +1 -0
- package/dist/models/evaluation-config.d.ts +31 -0
- package/dist/models/evaluation-config.d.ts.map +1 -0
- package/dist/models/evaluation-dataset.d.ts +82 -0
- package/dist/models/evaluation-dataset.d.ts.map +1 -0
- package/dist/models/evaluation-list-response.d.ts +44 -0
- package/dist/models/evaluation-list-response.d.ts.map +1 -0
- package/dist/models/evaluation-record.d.ts +117 -0
- package/dist/models/evaluation-record.d.ts.map +1 -0
- package/dist/models/evaluation-status.d.ts +24 -0
- package/dist/models/evaluation-status.d.ts.map +1 -0
- package/dist/models/execute-retriever-request.d.ts +40 -0
- package/dist/models/execute-retriever-request.d.ts.map +1 -0
- package/dist/models/execute-taxonomy-request.d.ts +73 -0
- package/dist/models/execute-taxonomy-request.d.ts.map +1 -0
- package/dist/models/execution-detail.d.ts +112 -0
- package/dist/models/execution-detail.d.ts.map +1 -0
- package/dist/models/execution-history-response.d.ts +47 -0
- package/dist/models/execution-history-response.d.ts.map +1 -0
- package/dist/models/explain-retriever-request.d.ts +27 -0
- package/dist/models/explain-retriever-request.d.ts.map +1 -0
- package/dist/models/explain-retriever-response.d.ts +86 -0
- package/dist/models/explain-retriever-response.d.ts.map +1 -0
- package/dist/models/explain-stage-plan.d.ts +85 -0
- package/dist/models/explain-stage-plan.d.ts.map +1 -0
- package/dist/models/export-format.d.ts +23 -0
- package/dist/models/export-format.d.ts.map +1 -0
- package/dist/models/external-link.d.ts +31 -0
- package/dist/models/external-link.d.ts.map +1 -0
- package/dist/models/extractor-breakdown-response.d.ts +33 -0
- package/dist/models/extractor-breakdown-response.d.ts.map +1 -0
- package/dist/models/extractor-discovery.d.ts +67 -0
- package/dist/models/extractor-discovery.d.ts.map +1 -0
- package/dist/models/extractor-job-info.d.ts +99 -0
- package/dist/models/extractor-job-info.d.ts.map +1 -0
- package/dist/models/extractor-metrics.d.ts +73 -0
- package/dist/models/extractor-metrics.d.ts.map +1 -0
- package/dist/models/extractor-performance-response.d.ts +47 -0
- package/dist/models/extractor-performance-response.d.ts.map +1 -0
- package/dist/models/extractor-performance.d.ts +55 -0
- package/dist/models/extractor-performance.d.ts.map +1 -0
- package/dist/models/extractor-source.d.ts +23 -0
- package/dist/models/extractor-source.d.ts.map +1 -0
- package/dist/models/face-identity-extractor-params.d.ts +130 -0
- package/dist/models/face-identity-extractor-params.d.ts.map +1 -0
- package/dist/models/failed-object-error.d.ts +37 -0
- package/dist/models/failed-object-error.d.ts.map +1 -0
- package/dist/models/failure-metric.d.ts +43 -0
- package/dist/models/failure-metric.d.ts.map +1 -0
- package/dist/models/feature-address.d.ts +43 -0
- package/dist/models/feature-address.d.ts.map +1 -0
- package/dist/models/feature-extractor-response-model.d.ts +129 -0
- package/dist/models/feature-extractor-response-model.d.ts.map +1 -0
- package/dist/models/feature-model.d.ts +41 -0
- package/dist/models/feature-model.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-input.d.ts +67 -0
- package/dist/models/featured-gallery-config-input.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-output.d.ts +67 -0
- package/dist/models/featured-gallery-config-output.d.ts.map +1 -0
- package/dist/models/field-config.d.ts +33 -0
- package/dist/models/field-config.d.ts.map +1 -0
- package/dist/models/field-format-options.d.ts +127 -0
- package/dist/models/field-format-options.d.ts.map +1 -0
- package/dist/models/field-format-type.d.ts +28 -0
- package/dist/models/field-format-type.d.ts.map +1 -0
- package/dist/models/field-mapping-entry.d.ts +48 -0
- package/dist/models/field-mapping-entry.d.ts.map +1 -0
- package/dist/models/field-passthrough.d.ts +43 -0
- package/dist/models/field-passthrough.d.ts.map +1 -0
- package/dist/models/field-performance-metrics.d.ts +67 -0
- package/dist/models/field-performance-metrics.d.ts.map +1 -0
- package/dist/models/field-performance-response.d.ts +44 -0
- package/dist/models/field-performance-response.d.ts.map +1 -0
- package/dist/models/field-query-metrics.d.ts +43 -0
- package/dist/models/field-query-metrics.d.ts.map +1 -0
- package/dist/models/field-schema.d.ts +68 -0
- package/dist/models/field-schema.d.ts.map +1 -0
- package/dist/models/field-usage-response.d.ts +56 -0
- package/dist/models/field-usage-response.d.ts.map +1 -0
- package/dist/models/field-usage-stat.d.ts +73 -0
- package/dist/models/field-usage-stat.d.ts.map +1 -0
- package/dist/models/file-filters.d.ts +61 -0
- package/dist/models/file-filters.d.ts.map +1 -0
- package/dist/models/file-source.d.ts +29 -0
- package/dist/models/file-source.d.ts.map +1 -0
- package/dist/models/filename-regex-source.d.ts +41 -0
- package/dist/models/filename-regex-source.d.ts.map +1 -0
- package/dist/models/filter-condition.d.ts +39 -0
- package/dist/models/filter-condition.d.ts.map +1 -0
- package/dist/models/filter-operator.d.ts +35 -0
- package/dist/models/filter-operator.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-input.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-output.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/float-index-params.d.ts +25 -0
- package/dist/models/float-index-params.d.ts.map +1 -0
- package/dist/models/folder-item.d.ts +43 -0
- package/dist/models/folder-item.d.ts.map +1 -0
- package/dist/models/folder-path-source.d.ts +41 -0
- package/dist/models/folder-path-source.d.ts.map +1 -0
- package/dist/models/gaussian-mixture-params.d.ts +103 -0
- package/dist/models/gaussian-mixture-params.d.ts.map +1 -0
- package/dist/models/generation-config.d.ts +57 -0
- package/dist/models/generation-config.d.ts.map +1 -0
- package/dist/models/generic-delete-response.d.ts +31 -0
- package/dist/models/generic-delete-response.d.ts.map +1 -0
- package/dist/models/generic-success-response.d.ts +31 -0
- package/dist/models/generic-success-response.d.ts.map +1 -0
- package/dist/models/geo-index-params.d.ts +25 -0
- package/dist/models/geo-index-params.d.ts.map +1 -0
- package/dist/models/get-history-response.d.ts +50 -0
- package/dist/models/get-history-response.d.ts.map +1 -0
- package/dist/models/get-migration-response.d.ts +110 -0
- package/dist/models/get-migration-response.d.ts.map +1 -0
- package/dist/models/get-payment-method-response.d.ts +38 -0
- package/dist/models/get-payment-method-response.d.ts.map +1 -0
- package/dist/models/get-session-response.d.ts +108 -0
- package/dist/models/get-session-response.d.ts.map +1 -0
- package/dist/models/google-drive-config.d.ts +48 -0
- package/dist/models/google-drive-config.d.ts.map +1 -0
- package/dist/models/google-drive-oauth-credentials.d.ts +47 -0
- package/dist/models/google-drive-oauth-credentials.d.ts.map +1 -0
- package/dist/models/google-drive-service-account-credentials.d.ts +59 -0
- package/dist/models/google-drive-service-account-credentials.d.ts.map +1 -0
- package/dist/models/google-model.d.ts +22 -0
- package/dist/models/google-model.d.ts.map +1 -0
- package/dist/models/ground-truth-query.d.ts +47 -0
- package/dist/models/ground-truth-query.d.ts.map +1 -0
- package/dist/models/group-by-field.d.ts +45 -0
- package/dist/models/group-by-field.d.ts.map +1 -0
- package/dist/models/growth-metric.d.ts +43 -0
- package/dist/models/growth-metric.d.ts.map +1 -0
- package/dist/models/growth-metrics-response.d.ts +47 -0
- package/dist/models/growth-metrics-response.d.ts.map +1 -0
- package/dist/models/having-condition.d.ts +38 -0
- package/dist/models/having-condition.d.ts.map +1 -0
- package/dist/models/hdbscan-parameters.d.ts +79 -0
- package/dist/models/hdbscan-parameters.d.ts.map +1 -0
- package/dist/models/hdbscanparams.d.ts +79 -0
- package/dist/models/hdbscanparams.d.ts.map +1 -0
- package/dist/models/health-check-response.d.ts +48 -0
- package/dist/models/health-check-response.d.ts.map +1 -0
- package/dist/models/health-check.d.ts +38 -0
- package/dist/models/health-check.d.ts.map +1 -0
- package/dist/models/health-service-errors.d.ts +61 -0
- package/dist/models/health-service-errors.d.ts.map +1 -0
- package/dist/models/health-service-status.d.ts +61 -0
- package/dist/models/health-service-status.d.ts.map +1 -0
- package/dist/models/health-status-input.d.ts +23 -0
- package/dist/models/health-status-input.d.ts.map +1 -0
- package/dist/models/health-status-output.d.ts +22 -0
- package/dist/models/health-status-output.d.ts.map +1 -0
- package/dist/models/hero-config.d.ts +86 -0
- package/dist/models/hero-config.d.ts.map +1 -0
- package/dist/models/hierarchical-enrichment-style.d.ts +23 -0
- package/dist/models/hierarchical-enrichment-style.d.ts.map +1 -0
- package/dist/models/hierarchical-node-input.d.ts +69 -0
- package/dist/models/hierarchical-node-input.d.ts.map +1 -0
- package/dist/models/hierarchical-node-output.d.ts +69 -0
- package/dist/models/hierarchical-node-output.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/hierarchy-inference-strategy.d.ts +23 -0
- package/dist/models/hierarchy-inference-strategy.d.ts.map +1 -0
- package/dist/models/httpapiconfig.d.ts +96 -0
- package/dist/models/httpapiconfig.d.ts.map +1 -0
- package/dist/models/httpapiheader-credentials.d.ts +37 -0
- package/dist/models/httpapiheader-credentials.d.ts.map +1 -0
- package/dist/models/httpvalidation-error.d.ts +26 -0
- package/dist/models/httpvalidation-error.d.ts.map +1 -0
- package/dist/models/image-extractor-params.d.ts +41 -0
- package/dist/models/image-extractor-params.d.ts.map +1 -0
- package/dist/models/index-recommendation.d.ts +73 -0
- package/dist/models/index-recommendation.d.ts.map +1 -0
- package/dist/models/index-recommendations-response.d.ts +46 -0
- package/dist/models/index-recommendations-response.d.ts.map +1 -0
- package/dist/models/index-suggestion.d.ts +67 -0
- package/dist/models/index-suggestion.d.ts.map +1 -0
- package/dist/models/index-suggestions-response.d.ts +50 -0
- package/dist/models/index-suggestions-response.d.ts.map +1 -0
- package/dist/models/index.d.ts +965 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/input-mapping-source.d.ts +42 -0
- package/dist/models/input-mapping-source.d.ts.map +1 -0
- package/dist/models/input-mapping.d.ts +44 -0
- package/dist/models/input-mapping.d.ts.map +1 -0
- package/dist/models/input-mappings-any-of-value.d.ts +19 -0
- package/dist/models/input-mappings-any-of-value.d.ts.map +1 -0
- package/dist/models/input-mappings.d.ts +19 -0
- package/dist/models/input-mappings.d.ts.map +1 -0
- package/dist/models/input-rendering-config-input.d.ts +74 -0
- package/dist/models/input-rendering-config-input.d.ts.map +1 -0
- package/dist/models/input-rendering-config-output.d.ts +74 -0
- package/dist/models/input-rendering-config-output.d.ts.map +1 -0
- package/dist/models/input-source-type.d.ts +24 -0
- package/dist/models/input-source-type.d.ts.map +1 -0
- package/dist/models/instagram-config.d.ts +48 -0
- package/dist/models/instagram-config.d.ts.map +1 -0
- package/dist/models/instagram-oauth-credentials.d.ts +65 -0
- package/dist/models/instagram-oauth-credentials.d.ts.map +1 -0
- package/dist/models/instantiate-bucket-template-request.d.ts +31 -0
- package/dist/models/instantiate-bucket-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-cluster-template-request.d.ts +37 -0
- package/dist/models/instantiate-cluster-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-collection-template-request.d.ts +49 -0
- package/dist/models/instantiate-collection-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-retriever-template-request.d.ts +43 -0
- package/dist/models/instantiate-retriever-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-scaffold-request.d.ts +55 -0
- package/dist/models/instantiate-scaffold-request.d.ts.map +1 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts +39 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-template-request.d.ts +31 -0
- package/dist/models/instantiate-template-request.d.ts.map +1 -0
- package/dist/models/instantiated-bucket-template-response.d.ts +49 -0
- package/dist/models/instantiated-bucket-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-cluster-template-response.d.ts +49 -0
- package/dist/models/instantiated-cluster-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-collection-template-response.d.ts +49 -0
- package/dist/models/instantiated-collection-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-retriever-template-response.d.ts +49 -0
- package/dist/models/instantiated-retriever-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-scaffold-response.d.ts +85 -0
- package/dist/models/instantiated-scaffold-response.d.ts.map +1 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts +49 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-template-response.d.ts +55 -0
- package/dist/models/instantiated-template-response.d.ts.map +1 -0
- package/dist/models/integer-index-params.d.ts +37 -0
- package/dist/models/integer-index-params.d.ts.map +1 -0
- package/dist/models/intent-classification.d.ts +71 -0
- package/dist/models/intent-classification.d.ts.map +1 -0
- package/dist/models/interaction-request.d.ts +76 -0
- package/dist/models/interaction-request.d.ts.map +1 -0
- package/dist/models/interaction-response.d.ts +102 -0
- package/dist/models/interaction-response.d.ts.map +1 -0
- package/dist/models/interaction-tuning-recommendation.d.ts +55 -0
- package/dist/models/interaction-tuning-recommendation.d.ts.map +1 -0
- package/dist/models/interaction-tuning-response.d.ts +47 -0
- package/dist/models/interaction-tuning-response.d.ts.map +1 -0
- package/dist/models/interaction-type.d.ts +35 -0
- package/dist/models/interaction-type.d.ts.map +1 -0
- package/dist/models/interaction-weights.d.ts +27 -0
- package/dist/models/interaction-weights.d.ts.map +1 -0
- package/dist/models/internal-lineage-model.d.ts +75 -0
- package/dist/models/internal-lineage-model.d.ts.map +1 -0
- package/dist/models/internal-payload-model.d.ts +126 -0
- package/dist/models/internal-payload-model.d.ts.map +1 -0
- package/dist/models/internal-processing-model.d.ts +62 -0
- package/dist/models/internal-processing-model.d.ts.map +1 -0
- package/dist/models/invoice-info.d.ts +79 -0
- package/dist/models/invoice-info.d.ts.map +1 -0
- package/dist/models/invoice-list-response.d.ts +38 -0
- package/dist/models/invoice-list-response.d.ts.map +1 -0
- package/dist/models/join-mode.d.ts +22 -0
- package/dist/models/join-mode.d.ts.map +1 -0
- package/dist/models/join-response.d.ts +34 -0
- package/dist/models/join-response.d.ts.map +1 -0
- package/dist/models/join-stats.d.ts +37 -0
- package/dist/models/join-stats.d.ts.map +1 -0
- package/dist/models/key-status.d.ts +23 -0
- package/dist/models/key-status.d.ts.map +1 -0
- package/dist/models/keyset-pagination-params.d.ts +40 -0
- package/dist/models/keyset-pagination-params.d.ts.map +1 -0
- package/dist/models/keyword-index-params.d.ts +31 -0
- package/dist/models/keyword-index-params.d.ts.map +1 -0
- package/dist/models/kmeans-parameters.d.ts +73 -0
- package/dist/models/kmeans-parameters.d.ts.map +1 -0
- package/dist/models/kmeans-params.d.ts +73 -0
- package/dist/models/kmeans-params.d.ts.map +1 -0
- package/dist/models/label-distribution-response.d.ts +38 -0
- package/dist/models/label-distribution-response.d.ts.map +1 -0
- package/dist/models/label-metric.d.ts +43 -0
- package/dist/models/label-metric.d.ts.map +1 -0
- package/dist/models/latency-metric.d.ts +49 -0
- package/dist/models/latency-metric.d.ts.map +1 -0
- package/dist/models/latency-metrics.d.ts +51 -0
- package/dist/models/latency-metrics.d.ts.map +1 -0
- package/dist/models/latency-response.d.ts +47 -0
- package/dist/models/latency-response.d.ts.map +1 -0
- package/dist/models/layout-config.d.ts +43 -0
- package/dist/models/layout-config.d.ts.map +1 -0
- package/dist/models/lifecycle-state.d.ts +23 -0
- package/dist/models/lifecycle-state.d.ts.map +1 -0
- package/dist/models/lifecycle-status-response.d.ts +68 -0
- package/dist/models/lifecycle-status-response.d.ts.map +1 -0
- package/dist/models/lineage-step.d.ts +43 -0
- package/dist/models/lineage-step.d.ts.map +1 -0
- package/dist/models/lint-response.d.ts +40 -0
- package/dist/models/lint-response.d.ts.map +1 -0
- package/dist/models/lint-result.d.ts +56 -0
- package/dist/models/lint-result.d.ts.map +1 -0
- package/dist/models/lint-severity.d.ts +23 -0
- package/dist/models/lint-severity.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-request.d.ts +37 -0
- package/dist/models/list-adhoc-executions-request.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-response.d.ts +38 -0
- package/dist/models/list-adhoc-executions-response.d.ts.map +1 -0
- package/dist/models/list-alerts-request.d.ts +45 -0
- package/dist/models/list-alerts-request.d.ts.map +1 -0
- package/dist/models/list-alerts-response.d.ts +46 -0
- package/dist/models/list-alerts-response.d.ts.map +1 -0
- package/dist/models/list-apps-response.d.ts +44 -0
- package/dist/models/list-apps-response.d.ts.map +1 -0
- package/dist/models/list-batches-request.d.ts +56 -0
- package/dist/models/list-batches-request.d.ts.map +1 -0
- package/dist/models/list-batches-response.d.ts +40 -0
- package/dist/models/list-batches-response.d.ts.map +1 -0
- package/dist/models/list-buckets-request.d.ts +59 -0
- package/dist/models/list-buckets-request.d.ts.map +1 -0
- package/dist/models/list-buckets-response.d.ts +46 -0
- package/dist/models/list-buckets-response.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-request.d.ts +39 -0
- package/dist/models/list-cluster-executions-request.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-response.d.ts +46 -0
- package/dist/models/list-cluster-executions-response.d.ts.map +1 -0
- package/dist/models/list-clusters-request.d.ts +39 -0
- package/dist/models/list-clusters-request.d.ts.map +1 -0
- package/dist/models/list-clusters-response.d.ts +46 -0
- package/dist/models/list-clusters-response.d.ts.map +1 -0
- package/dist/models/list-collections-request.d.ts +46 -0
- package/dist/models/list-collections-request.d.ts.map +1 -0
- package/dist/models/list-collections-response.d.ts +46 -0
- package/dist/models/list-collections-response.d.ts.map +1 -0
- package/dist/models/list-documents-request.d.ts +88 -0
- package/dist/models/list-documents-request.d.ts.map +1 -0
- package/dist/models/list-documents-response.d.ts +59 -0
- package/dist/models/list-documents-response.d.ts.map +1 -0
- package/dist/models/list-domains-response.d.ts +32 -0
- package/dist/models/list-domains-response.d.ts.map +1 -0
- package/dist/models/list-executions-request.d.ts +41 -0
- package/dist/models/list-executions-request.d.ts.map +1 -0
- package/dist/models/list-executions-response.d.ts +33 -0
- package/dist/models/list-executions-response.d.ts.map +1 -0
- package/dist/models/list-folders-response.d.ts +32 -0
- package/dist/models/list-folders-response.d.ts.map +1 -0
- package/dist/models/list-interactions-request.d.ts +75 -0
- package/dist/models/list-interactions-request.d.ts.map +1 -0
- package/dist/models/list-interactions-response.d.ts +33 -0
- package/dist/models/list-interactions-response.d.ts.map +1 -0
- package/dist/models/list-migrations-request.d.ts +51 -0
- package/dist/models/list-migrations-request.d.ts.map +1 -0
- package/dist/models/list-migrations-response.d.ts +44 -0
- package/dist/models/list-migrations-response.d.ts.map +1 -0
- package/dist/models/list-namespaces-request.d.ts +47 -0
- package/dist/models/list-namespaces-request.d.ts.map +1 -0
- package/dist/models/list-namespaces-response.d.ts +46 -0
- package/dist/models/list-namespaces-response.d.ts.map +1 -0
- package/dist/models/list-notifications-request.d.ts +45 -0
- package/dist/models/list-notifications-request.d.ts.map +1 -0
- package/dist/models/list-notifications-response.d.ts +40 -0
- package/dist/models/list-notifications-response.d.ts.map +1 -0
- package/dist/models/list-objects-request.d.ts +45 -0
- package/dist/models/list-objects-request.d.ts.map +1 -0
- package/dist/models/list-objects-response.d.ts +40 -0
- package/dist/models/list-objects-response.d.ts.map +1 -0
- package/dist/models/list-pages-response.d.ts +44 -0
- package/dist/models/list-pages-response.d.ts.map +1 -0
- package/dist/models/list-public-retrievers-response.d.ts +57 -0
- package/dist/models/list-public-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-retrievers-request.d.ts +47 -0
- package/dist/models/list-retrievers-request.d.ts.map +1 -0
- package/dist/models/list-retrievers-response.d.ts +32 -0
- package/dist/models/list-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-sessions-request.d.ts +42 -0
- package/dist/models/list-sessions-request.d.ts.map +1 -0
- package/dist/models/list-sessions-response.d.ts +40 -0
- package/dist/models/list-sessions-response.d.ts.map +1 -0
- package/dist/models/list-storage-connections-request.d.ts +39 -0
- package/dist/models/list-storage-connections-request.d.ts.map +1 -0
- package/dist/models/list-sync-configurations-request.d.ts +38 -0
- package/dist/models/list-sync-configurations-request.d.ts.map +1 -0
- package/dist/models/list-tasks-request.d.ts +53 -0
- package/dist/models/list-tasks-request.d.ts.map +1 -0
- package/dist/models/list-tasks-response.d.ts +33 -0
- package/dist/models/list-tasks-response.d.ts.map +1 -0
- package/dist/models/list-taxonomies-request.d.ts +45 -0
- package/dist/models/list-taxonomies-request.d.ts.map +1 -0
- package/dist/models/list-taxonomies-response.d.ts +47 -0
- package/dist/models/list-taxonomies-response.d.ts.map +1 -0
- package/dist/models/list-templates-request.d.ts +66 -0
- package/dist/models/list-templates-request.d.ts.map +1 -0
- package/dist/models/list-templates-response.d.ts +32 -0
- package/dist/models/list-templates-response.d.ts.map +1 -0
- package/dist/models/list-tools-response.d.ts +38 -0
- package/dist/models/list-tools-response.d.ts.map +1 -0
- package/dist/models/list-uploads-request.d.ts +57 -0
- package/dist/models/list-uploads-request.d.ts.map +1 -0
- package/dist/models/list-uploads-response.d.ts +40 -0
- package/dist/models/list-uploads-response.d.ts.map +1 -0
- package/dist/models/list-webhooks-request.d.ts +31 -0
- package/dist/models/list-webhooks-request.d.ts.map +1 -0
- package/dist/models/list-webhooks-response.d.ts +39 -0
- package/dist/models/list-webhooks-response.d.ts.map +1 -0
- package/dist/models/listing-status.d.ts +24 -0
- package/dist/models/listing-status.d.ts.map +1 -0
- package/dist/models/listing-visibility.d.ts +22 -0
- package/dist/models/listing-visibility.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-input.d.ts +26 -0
- package/dist/models/llmlabeling-input-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-output.d.ts +26 -0
- package/dist/models/llmlabeling-input-output.d.ts.map +1 -0
- package/dist/models/llmlabeling-input.d.ts +109 -0
- package/dist/models/llmlabeling-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-output.d.ts +109 -0
- package/dist/models/llmlabeling-output.d.ts.map +1 -0
- package/dist/models/llmprovider.d.ts +23 -0
- package/dist/models/llmprovider.d.ts.map +1 -0
- package/dist/models/logical-operator-input-andinner.d.ts +63 -0
- package/dist/models/logical-operator-input-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-input.d.ts +45 -0
- package/dist/models/logical-operator-input.d.ts.map +1 -0
- package/dist/models/logical-operator-output-andinner.d.ts +63 -0
- package/dist/models/logical-operator-output-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-output.d.ts +45 -0
- package/dist/models/logical-operator-output.d.ts.map +1 -0
- package/dist/models/manifest-schema-discovery.d.ts +55 -0
- package/dist/models/manifest-schema-discovery.d.ts.map +1 -0
- package/dist/models/mappings-value.d.ts +23 -0
- package/dist/models/mappings-value.d.ts.map +1 -0
- package/dist/models/mark-as-read-request.d.ts +25 -0
- package/dist/models/mark-as-read-request.d.ts.map +1 -0
- package/dist/models/markdown-content.d.ts +31 -0
- package/dist/models/markdown-content.d.ts.map +1 -0
- package/dist/models/marketplace-listing.d.ts +157 -0
- package/dist/models/marketplace-listing.d.ts.map +1 -0
- package/dist/models/mean-shift-params.d.ts +61 -0
- package/dist/models/mean-shift-params.d.ts.map +1 -0
- package/dist/models/message-history-item.d.ts +73 -0
- package/dist/models/message-history-item.d.ts.map +1 -0
- package/dist/models/migration-config.d.ts +104 -0
- package/dist/models/migration-config.d.ts.map +1 -0
- package/dist/models/migration-progress.d.ts +65 -0
- package/dist/models/migration-progress.d.ts.map +1 -0
- package/dist/models/migration-stage.d.ts +27 -0
- package/dist/models/migration-stage.d.ts.map +1 -0
- package/dist/models/migration-status.d.ts +27 -0
- package/dist/models/migration-status.d.ts.map +1 -0
- package/dist/models/migration-type.d.ts +23 -0
- package/dist/models/migration-type.d.ts.map +1 -0
- package/dist/models/model-delete-response.d.ts +37 -0
- package/dist/models/model-delete-response.d.ts.map +1 -0
- package/dist/models/model-deploy-response.d.ts +55 -0
- package/dist/models/model-deploy-response.d.ts.map +1 -0
- package/dist/models/model-deployment-info.d.ts +49 -0
- package/dist/models/model-deployment-info.d.ts.map +1 -0
- package/dist/models/model-detail-response.d.ts +32 -0
- package/dist/models/model-detail-response.d.ts.map +1 -0
- package/dist/models/model-list-item.d.ts +79 -0
- package/dist/models/model-list-item.d.ts.map +1 -0
- package/dist/models/model-list-response.d.ts +44 -0
- package/dist/models/model-list-response.d.ts.map +1 -0
- package/dist/models/model-name.d.ts +19 -0
- package/dist/models/model-name.d.ts.map +1 -0
- package/dist/models/model-presigned-urlresponse.d.ts +74 -0
- package/dist/models/model-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/model-resource-requirements.d.ts +37 -0
- package/dist/models/model-resource-requirements.d.ts.map +1 -0
- package/dist/models/model-upload-response.d.ts +56 -0
- package/dist/models/model-upload-response.d.ts.map +1 -0
- package/dist/models/most-queried-fields-response.d.ts +44 -0
- package/dist/models/most-queried-fields-response.d.ts.map +1 -0
- package/dist/models/multi-vector-index.d.ts +40 -0
- package/dist/models/multi-vector-index.d.ts.map +1 -0
- package/dist/models/multimodal-extractor-params.d.ts +128 -0
- package/dist/models/multimodal-extractor-params.d.ts.map +1 -0
- package/dist/models/namespace-infrastructure.d.ts +128 -0
- package/dist/models/namespace-infrastructure.d.ts.map +1 -0
- package/dist/models/namespace-list-stats.d.ts +91 -0
- package/dist/models/namespace-list-stats.d.ts.map +1 -0
- package/dist/models/namespace-model.d.ts +121 -0
- package/dist/models/namespace-model.d.ts.map +1 -0
- package/dist/models/namespace-operation.d.ts +33 -0
- package/dist/models/namespace-operation.d.ts.map +1 -0
- package/dist/models/namespace-summary-response.d.ts +67 -0
- package/dist/models/namespace-summary-response.d.ts.map +1 -0
- package/dist/models/namespace-type.d.ts +22 -0
- package/dist/models/namespace-type.d.ts.map +1 -0
- package/dist/models/notification-channel-config.d.ts +39 -0
- package/dist/models/notification-channel-config.d.ts.map +1 -0
- package/dist/models/notification-channel.d.ts +23 -0
- package/dist/models/notification-channel.d.ts.map +1 -0
- package/dist/models/notification-content-type.d.ts +24 -0
- package/dist/models/notification-content-type.d.ts.map +1 -0
- package/dist/models/notification-priority.d.ts +24 -0
- package/dist/models/notification-priority.d.ts.map +1 -0
- package/dist/models/notification-type.d.ts +33 -0
- package/dist/models/notification-type.d.ts.map +1 -0
- package/dist/models/notification.d.ts +97 -0
- package/dist/models/notification.d.ts.map +1 -0
- package/dist/models/object-aggregation-request.d.ts +79 -0
- package/dist/models/object-aggregation-request.d.ts.map +1 -0
- package/dist/models/object-aggregation-response.d.ts +40 -0
- package/dist/models/object-aggregation-response.d.ts.map +1 -0
- package/dist/models/object-list-stats.d.ts +45 -0
- package/dist/models/object-list-stats.d.ts.map +1 -0
- package/dist/models/object-response.d.ts +83 -0
- package/dist/models/object-response.d.ts.map +1 -0
- package/dist/models/offset-pagination-params.d.ts +38 -0
- package/dist/models/offset-pagination-params.d.ts.map +1 -0
- package/dist/models/open-aimodel.d.ts +25 -0
- package/dist/models/open-aimodel.d.ts.map +1 -0
- package/dist/models/opticsparams.d.ts +99 -0
- package/dist/models/opticsparams.d.ts.map +1 -0
- package/dist/models/org-model-delete-response.d.ts +37 -0
- package/dist/models/org-model-delete-response.d.ts.map +1 -0
- package/dist/models/org-model-deployment-info.d.ts +37 -0
- package/dist/models/org-model-deployment-info.d.ts.map +1 -0
- package/dist/models/org-model-detail-response.d.ts +32 -0
- package/dist/models/org-model-detail-response.d.ts.map +1 -0
- package/dist/models/org-model-document.d.ts +152 -0
- package/dist/models/org-model-document.d.ts.map +1 -0
- package/dist/models/org-model-list-item.d.ts +92 -0
- package/dist/models/org-model-list-item.d.ts.map +1 -0
- package/dist/models/org-model-list-response.d.ts +44 -0
- package/dist/models/org-model-list-response.d.ts.map +1 -0
- package/dist/models/organization-admin-update-request.d.ts +40 -0
- package/dist/models/organization-admin-update-request.d.ts.map +1 -0
- package/dist/models/organization-infrastructure.d.ts +50 -0
- package/dist/models/organization-infrastructure.d.ts.map +1 -0
- package/dist/models/organization-model-response.d.ts +109 -0
- package/dist/models/organization-model-response.d.ts.map +1 -0
- package/dist/models/organization-model.d.ts +233 -0
- package/dist/models/organization-model.d.ts.map +1 -0
- package/dist/models/organization-publish-stats-response.d.ts +43 -0
- package/dist/models/organization-publish-stats-response.d.ts.map +1 -0
- package/dist/models/organization-update-request.d.ts +52 -0
- package/dist/models/organization-update-request.d.ts.map +1 -0
- package/dist/models/page-meta.d.ts +43 -0
- package/dist/models/page-meta.d.ts.map +1 -0
- package/dist/models/page-response.d.ts +135 -0
- package/dist/models/page-response.d.ts.map +1 -0
- package/dist/models/page-tab-input.d.ts +56 -0
- package/dist/models/page-tab-input.d.ts.map +1 -0
- package/dist/models/page-tab-output.d.ts +56 -0
- package/dist/models/page-tab-output.d.ts.map +1 -0
- package/dist/models/pagination-metadata.d.ts +43 -0
- package/dist/models/pagination-metadata.d.ts.map +1 -0
- package/dist/models/pagination-method.d.ts +24 -0
- package/dist/models/pagination-method.d.ts.map +1 -0
- package/dist/models/pagination-response.d.ts +61 -0
- package/dist/models/pagination-response.d.ts.map +1 -0
- package/dist/models/pagination.d.ts +70 -0
- package/dist/models/pagination.d.ts.map +1 -0
- package/dist/models/parameters.d.ts +728 -0
- package/dist/models/parameters.d.ts.map +1 -0
- package/dist/models/patch-alert-request.d.ts +58 -0
- package/dist/models/patch-alert-request.d.ts.map +1 -0
- package/dist/models/patch-batch-request.d.ts +27 -0
- package/dist/models/patch-batch-request.d.ts.map +1 -0
- package/dist/models/patch-cluster-request.d.ts +39 -0
- package/dist/models/patch-cluster-request.d.ts.map +1 -0
- package/dist/models/patch-namespace-request.d.ts +51 -0
- package/dist/models/patch-namespace-request.d.ts.map +1 -0
- package/dist/models/patch-object-request.d.ts +32 -0
- package/dist/models/patch-object-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-request.d.ts +63 -0
- package/dist/models/patch-retriever-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-response.d.ts +26 -0
- package/dist/models/patch-retriever-response.d.ts.map +1 -0
- package/dist/models/patch-session-request.d.ts +27 -0
- package/dist/models/patch-session-request.d.ts.map +1 -0
- package/dist/models/patch-session-response.d.ts +31 -0
- package/dist/models/patch-session-response.d.ts.map +1 -0
- package/dist/models/patch-taxonomy-request.d.ts +39 -0
- package/dist/models/patch-taxonomy-request.d.ts.map +1 -0
- package/dist/models/path-analysis-request.d.ts +69 -0
- package/dist/models/path-analysis-request.d.ts.map +1 -0
- package/dist/models/path-analysis-response.d.ts +56 -0
- package/dist/models/path-analysis-response.d.ts.map +1 -0
- package/dist/models/payload-index-config-input.d.ts +45 -0
- package/dist/models/payload-index-config-input.d.ts.map +1 -0
- package/dist/models/payload-index-config-output.d.ts +45 -0
- package/dist/models/payload-index-config-output.d.ts.map +1 -0
- package/dist/models/payload-schema-type.d.ts +28 -0
- package/dist/models/payload-schema-type.d.ts.map +1 -0
- package/dist/models/payload.d.ts +73 -0
- package/dist/models/payload.d.ts.map +1 -0
- package/dist/models/payment-method-info.d.ts +43 -0
- package/dist/models/payment-method-info.d.ts.map +1 -0
- package/dist/models/performance-insight.d.ts +55 -0
- package/dist/models/performance-insight.d.ts.map +1 -0
- package/dist/models/performance-metric.d.ts +61 -0
- package/dist/models/performance-metric.d.ts.map +1 -0
- package/dist/models/performance-summary.d.ts +61 -0
- package/dist/models/performance-summary.d.ts.map +1 -0
- package/dist/models/permission.d.ts +24 -0
- package/dist/models/permission.d.ts.map +1 -0
- package/dist/models/pipeline-comparison.d.ts +71 -0
- package/dist/models/pipeline-comparison.d.ts.map +1 -0
- package/dist/models/plugin-deployment-info.d.ts +43 -0
- package/dist/models/plugin-deployment-info.d.ts.map +1 -0
- package/dist/models/plugin-list-item.d.ts +73 -0
- package/dist/models/plugin-list-item.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-request.d.ts +35 -0
- package/dist/models/plugin-realtime-test-request.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-response.d.ts +61 -0
- package/dist/models/plugin-realtime-test-response.d.ts.map +1 -0
- package/dist/models/plugin-status-response.d.ts +103 -0
- package/dist/models/plugin-status-response.d.ts.map +1 -0
- package/dist/models/plugin-upload-response.d.ts +74 -0
- package/dist/models/plugin-upload-response.d.ts.map +1 -0
- package/dist/models/post-processing-phase.d.ts +24 -0
- package/dist/models/post-processing-phase.d.ts.map +1 -0
- package/dist/models/postgre-sqlconfig.d.ts +90 -0
- package/dist/models/postgre-sqlconfig.d.ts.map +1 -0
- package/dist/models/postgre-sqlcredentials.d.ts +41 -0
- package/dist/models/postgre-sqlcredentials.d.ts.map +1 -0
- package/dist/models/predictor-lift.d.ts +49 -0
- package/dist/models/predictor-lift.d.ts.map +1 -0
- package/dist/models/provider-config.d.ts +240 -0
- package/dist/models/provider-config.d.ts.map +1 -0
- package/dist/models/public-app-config-response.d.ts +105 -0
- package/dist/models/public-app-config-response.d.ts.map +1 -0
- package/dist/models/public-app-search-request.d.ts +42 -0
- package/dist/models/public-app-search-request.d.ts.map +1 -0
- package/dist/models/public-interaction-batch-request.d.ts +26 -0
- package/dist/models/public-interaction-batch-request.d.ts.map +1 -0
- package/dist/models/public-interaction-request.d.ts +78 -0
- package/dist/models/public-interaction-request.d.ts.map +1 -0
- package/dist/models/public-name-availability-response.d.ts +31 -0
- package/dist/models/public-name-availability-response.d.ts.map +1 -0
- package/dist/models/public-page-config-response.d.ts +105 -0
- package/dist/models/public-page-config-response.d.ts.map +1 -0
- package/dist/models/public-page-search-request.d.ts +42 -0
- package/dist/models/public-page-search-request.d.ts.map +1 -0
- package/dist/models/public-retriever-config-response.d.ts +51 -0
- package/dist/models/public-retriever-config-response.d.ts.map +1 -0
- package/dist/models/public-retriever-list-item.d.ts +92 -0
- package/dist/models/public-retriever-list-item.d.ts.map +1 -0
- package/dist/models/public-retriever-list-stats.d.ts +37 -0
- package/dist/models/public-retriever-list-stats.d.ts.map +1 -0
- package/dist/models/public-retriever-template-response.d.ts +95 -0
- package/dist/models/public-retriever-template-response.d.ts.map +1 -0
- package/dist/models/publish-retriever-request.d.ts +81 -0
- package/dist/models/publish-retriever-request.d.ts.map +1 -0
- package/dist/models/publish-retriever-response.d.ts +49 -0
- package/dist/models/publish-retriever-response.d.ts.map +1 -0
- package/dist/models/published-retriever-response.d.ts +112 -0
- package/dist/models/published-retriever-response.d.ts.map +1 -0
- package/dist/models/query.d.ts +33 -0
- package/dist/models/query.d.ts.map +1 -0
- package/dist/models/query1.d.ts +33 -0
- package/dist/models/query1.d.ts.map +1 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts +19 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts.map +1 -0
- package/dist/models/range-bucket.d.ts +38 -0
- package/dist/models/range-bucket.d.ts.map +1 -0
- package/dist/models/rate-limit-config.d.ts +68 -0
- package/dist/models/rate-limit-config.d.ts.map +1 -0
- package/dist/models/rate-limit-tier.d.ts +24 -0
- package/dist/models/rate-limit-tier.d.ts.map +1 -0
- package/dist/models/raw-inference-request.d.ts +71 -0
- package/dist/models/raw-inference-request.d.ts.map +1 -0
- package/dist/models/raw-inference-response.d.ts +57 -0
- package/dist/models/raw-inference-response.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-request.d.ts +25 -0
- package/dist/models/reconfigure-namespace-request.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-response.d.ts +61 -0
- package/dist/models/reconfigure-namespace-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences-response.d.ts +26 -0
- package/dist/models/reminder-preferences-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences.d.ts +55 -0
- package/dist/models/reminder-preferences.d.ts.map +1 -0
- package/dist/models/render-strategy.d.ts +23 -0
- package/dist/models/render-strategy.d.ts.map +1 -0
- package/dist/models/resource-filter.d.ts +57 -0
- package/dist/models/resource-filter.d.ts.map +1 -0
- package/dist/models/resource-progress.d.ts +51 -0
- package/dist/models/resource-progress.d.ts.map +1 -0
- package/dist/models/resource-result-status.d.ts +23 -0
- package/dist/models/resource-result-status.d.ts.map +1 -0
- package/dist/models/resource-result.d.ts +50 -0
- package/dist/models/resource-result.d.ts.map +1 -0
- package/dist/models/resource-scope-input.d.ts +39 -0
- package/dist/models/resource-scope-input.d.ts.map +1 -0
- package/dist/models/resource-scope-output.d.ts +39 -0
- package/dist/models/resource-scope-output.d.ts.map +1 -0
- package/dist/models/resource-type-input.d.ts +31 -0
- package/dist/models/resource-type-input.d.ts.map +1 -0
- package/dist/models/response-shape.d.ts +19 -0
- package/dist/models/response-shape.d.ts.map +1 -0
- package/dist/models/response-shape1.d.ts +19 -0
- package/dist/models/response-shape1.d.ts.map +1 -0
- package/dist/models/response-shape2.d.ts +19 -0
- package/dist/models/response-shape2.d.ts.map +1 -0
- package/dist/models/response-shape3.d.ts +19 -0
- package/dist/models/response-shape3.d.ts.map +1 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts +91 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts.map +1 -0
- package/dist/models/result-card-properties.d.ts +109 -0
- package/dist/models/result-card-properties.d.ts.map +1 -0
- package/dist/models/retriever-apikey-list-response.d.ts +32 -0
- package/dist/models/retriever-apikey-list-response.d.ts.map +1 -0
- package/dist/models/retriever-apikey-response.d.ts +155 -0
- package/dist/models/retriever-apikey-response.d.ts.map +1 -0
- package/dist/models/retriever-config.d.ts +117 -0
- package/dist/models/retriever-config.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-input.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-input.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-output.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-output.d.ts.map +1 -0
- package/dist/models/retriever-execution-request.d.ts +40 -0
- package/dist/models/retriever-execution-request.d.ts.map +1 -0
- package/dist/models/retriever-execution-statistics.d.ts +40 -0
- package/dist/models/retriever-execution-statistics.d.ts.map +1 -0
- package/dist/models/retriever-execution-summary.d.ts +85 -0
- package/dist/models/retriever-execution-summary.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-input.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-input.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-output.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-output.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-type.d.ts +36 -0
- package/dist/models/retriever-input-schema-field-type.d.ts.map +1 -0
- package/dist/models/retriever-metadata.d.ts +43 -0
- package/dist/models/retriever-metadata.d.ts.map +1 -0
- package/dist/models/retriever-model-input.d.ts +175 -0
- package/dist/models/retriever-model-input.d.ts.map +1 -0
- package/dist/models/retriever-model-output.d.ts +129 -0
- package/dist/models/retriever-model-output.d.ts.map +1 -0
- package/dist/models/retriever-options.d.ts +43 -0
- package/dist/models/retriever-options.d.ts.map +1 -0
- package/dist/models/retriever-performance-response.d.ts +48 -0
- package/dist/models/retriever-performance-response.d.ts.map +1 -0
- package/dist/models/retriever-schema.d.ts +29 -0
- package/dist/models/retriever-schema.d.ts.map +1 -0
- package/dist/models/retriever-signal.d.ts +53 -0
- package/dist/models/retriever-signal.d.ts.map +1 -0
- package/dist/models/retriever-stage-definition.d.ts +52 -0
- package/dist/models/retriever-stage-definition.d.ts.map +1 -0
- package/dist/models/retriever-status.d.ts +24 -0
- package/dist/models/retriever-status.d.ts.map +1 -0
- package/dist/models/retriever-visibility.d.ts +23 -0
- package/dist/models/retriever-visibility.d.ts.map +1 -0
- package/dist/models/retry-batch-request.d.ts +42 -0
- package/dist/models/retry-batch-request.d.ts.map +1 -0
- package/dist/models/return-vector-names.d.ts +19 -0
- package/dist/models/return-vector-names.d.ts.map +1 -0
- package/dist/models/revision-history-entry.d.ts +43 -0
- package/dist/models/revision-history-entry.d.ts.map +1 -0
- package/dist/models/rssconfig.d.ts +48 -0
- package/dist/models/rssconfig.d.ts.map +1 -0
- package/dist/models/rssfield-source.d.ts +35 -0
- package/dist/models/rssfield-source.d.ts.map +1 -0
- package/dist/models/rsshttp-header-credentials.d.ts +37 -0
- package/dist/models/rsshttp-header-credentials.d.ts.map +1 -0
- package/dist/models/s3-access-key-credentials.d.ts +47 -0
- package/dist/models/s3-access-key-credentials.d.ts.map +1 -0
- package/dist/models/s3-config.d.ts +60 -0
- package/dist/models/s3-config.d.ts.map +1 -0
- package/dist/models/s3-metadata-source.d.ts +35 -0
- package/dist/models/s3-metadata-source.d.ts.map +1 -0
- package/dist/models/s3-role-credentials.d.ts +41 -0
- package/dist/models/s3-role-credentials.d.ts.map +1 -0
- package/dist/models/s3-tag-source.d.ts +35 -0
- package/dist/models/s3-tag-source.d.ts.map +1 -0
- package/dist/models/schema-mapping-input.d.ts +28 -0
- package/dist/models/schema-mapping-input.d.ts.map +1 -0
- package/dist/models/schema-mapping-output.d.ts +28 -0
- package/dist/models/schema-mapping-output.d.ts.map +1 -0
- package/dist/models/schema-sync-request.d.ts +37 -0
- package/dist/models/schema-sync-request.d.ts.map +1 -0
- package/dist/models/schema-sync-response.d.ts +73 -0
- package/dist/models/schema-sync-response.d.ts.map +1 -0
- package/dist/models/schema-sync-skipped-response.d.ts +55 -0
- package/dist/models/schema-sync-skipped-response.d.ts.map +1 -0
- package/dist/models/scroll-pagination-params.d.ts +44 -0
- package/dist/models/scroll-pagination-params.d.ts.map +1 -0
- package/dist/models/search-interaction.d.ts +90 -0
- package/dist/models/search-interaction.d.ts.map +1 -0
- package/dist/models/search-request.d.ts +53 -0
- package/dist/models/search-request.d.ts.map +1 -0
- package/dist/models/search-response.d.ts +44 -0
- package/dist/models/search-response.d.ts.map +1 -0
- package/dist/models/search-result-item.d.ts +65 -0
- package/dist/models/search-result-item.d.ts.map +1 -0
- package/dist/models/secret-response.d.ts +43 -0
- package/dist/models/secret-response.d.ts.map +1 -0
- package/dist/models/secrets-list-response.d.ts +31 -0
- package/dist/models/secrets-list-response.d.ts.map +1 -0
- package/dist/models/section-config.d.ts +45 -0
- package/dist/models/section-config.d.ts.map +1 -0
- package/dist/models/send-message-request.d.ts +39 -0
- package/dist/models/send-message-request.d.ts.map +1 -0
- package/dist/models/sentiment-classifier-params.d.ts +59 -0
- package/dist/models/sentiment-classifier-params.d.ts.map +1 -0
- package/dist/models/seoconfig.d.ts +122 -0
- package/dist/models/seoconfig.d.ts.map +1 -0
- package/dist/models/session-filter-input.d.ts +63 -0
- package/dist/models/session-filter-input.d.ts.map +1 -0
- package/dist/models/session-filter-output.d.ts +63 -0
- package/dist/models/session-filter-output.d.ts.map +1 -0
- package/dist/models/session-quotas.d.ts +49 -0
- package/dist/models/session-quotas.d.ts.map +1 -0
- package/dist/models/session-stats.d.ts +43 -0
- package/dist/models/session-stats.d.ts.map +1 -0
- package/dist/models/session-status.d.ts +24 -0
- package/dist/models/session-status.d.ts.map +1 -0
- package/dist/models/setup-payment-method-response.d.ts +37 -0
- package/dist/models/setup-payment-method-response.d.ts.map +1 -0
- package/dist/models/share-point-client-credentials.d.ts +47 -0
- package/dist/models/share-point-client-credentials.d.ts.map +1 -0
- package/dist/models/share-point-config.d.ts +54 -0
- package/dist/models/share-point-config.d.ts.map +1 -0
- package/dist/models/share-point-delegated-credentials.d.ts +53 -0
- package/dist/models/share-point-delegated-credentials.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts +60 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts +63 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts +150 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts +67 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts +73 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts +39 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts +25 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts.map +1 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts +31 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts.map +1 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts +31 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts +62 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts +70 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts +174 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/single-lineage-entry.d.ts +40 -0
- package/dist/models/single-lineage-entry.d.ts.map +1 -0
- package/dist/models/slack-config.d.ts +55 -0
- package/dist/models/slack-config.d.ts.map +1 -0
- package/dist/models/slow-operation.d.ts +51 -0
- package/dist/models/slow-operation.d.ts.map +1 -0
- package/dist/models/slow-operations-response.d.ts +39 -0
- package/dist/models/slow-operations-response.d.ts.map +1 -0
- package/dist/models/slow-queries-response.d.ts +50 -0
- package/dist/models/slow-queries-response.d.ts.map +1 -0
- package/dist/models/slow-query-details.d.ts +49 -0
- package/dist/models/slow-query-details.d.ts.map +1 -0
- package/dist/models/snowflake-config.d.ts +90 -0
- package/dist/models/snowflake-config.d.ts.map +1 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts +47 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts.map +1 -0
- package/dist/models/snowflake-username-password-credentials.d.ts +41 -0
- package/dist/models/snowflake-username-password-credentials.d.ts.map +1 -0
- package/dist/models/sort-direction.d.ts +22 -0
- package/dist/models/sort-direction.d.ts.map +1 -0
- package/dist/models/sort-option.d.ts +32 -0
- package/dist/models/sort-option.d.ts.map +1 -0
- package/dist/models/source-collection-input.d.ts +32 -0
- package/dist/models/source-collection-input.d.ts.map +1 -0
- package/dist/models/source-collection-output.d.ts +32 -0
- package/dist/models/source-collection-output.d.ts.map +1 -0
- package/dist/models/source-config-input.d.ts +63 -0
- package/dist/models/source-config-input.d.ts.map +1 -0
- package/dist/models/source-config-output.d.ts +63 -0
- package/dist/models/source-config-output.d.ts.map +1 -0
- package/dist/models/source-details.d.ts +32 -0
- package/dist/models/source-details.d.ts.map +1 -0
- package/dist/models/source-enrichment-config.d.ts +26 -0
- package/dist/models/source-enrichment-config.d.ts.map +1 -0
- package/dist/models/source-filters-input.d.ts +26 -0
- package/dist/models/source-filters-input.d.ts.map +1 -0
- package/dist/models/source-filters-output.d.ts +26 -0
- package/dist/models/source-filters-output.d.ts.map +1 -0
- package/dist/models/source-type.d.ts +24 -0
- package/dist/models/source-type.d.ts.map +1 -0
- package/dist/models/source.d.ts +45 -0
- package/dist/models/source.d.ts.map +1 -0
- package/dist/models/source1.d.ts +45 -0
- package/dist/models/source1.d.ts.map +1 -0
- package/dist/models/sparse-vector.d.ts +32 -0
- package/dist/models/sparse-vector.d.ts.map +1 -0
- package/dist/models/spectral-params.d.ts +111 -0
- package/dist/models/spectral-params.d.ts.map +1 -0
- package/dist/models/spending-caps-response.d.ts +85 -0
- package/dist/models/spending-caps-response.d.ts.map +1 -0
- package/dist/models/split-method.d.ts +23 -0
- package/dist/models/split-method.d.ts.map +1 -0
- package/dist/models/stage-breakdown-response.d.ts +38 -0
- package/dist/models/stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/stage-category.d.ts +25 -0
- package/dist/models/stage-category.d.ts.map +1 -0
- package/dist/models/stage-config.d.ts +64 -0
- package/dist/models/stage-config.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-function.d.ts +30 -0
- package/dist/models/stage-defs-aggregation-function.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts +38 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-config.d.ts +44 -0
- package/dist/models/stage-defs-auth-config.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-type.d.ts +25 -0
- package/dist/models/stage-defs-auth-type.d.ts.map +1 -0
- package/dist/models/stage-defs-citation-config.d.ts +44 -0
- package/dist/models/stage-defs-citation-config.d.ts.map +1 -0
- package/dist/models/stage-defs-content-input.d.ts +31 -0
- package/dist/models/stage-defs-content-input.d.ts.map +1 -0
- package/dist/models/stage-defs-content-query-input.d.ts +43 -0
- package/dist/models/stage-defs-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts +31 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts.map +1 -0
- package/dist/models/stage-defs-document-query-input.d.ts +36 -0
- package/dist/models/stage-defs-document-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-document-reference.d.ts +31 -0
- package/dist/models/stage-defs-document-reference.d.ts.map +1 -0
- package/dist/models/stage-defs-dynamic-value.d.ts +35 -0
- package/dist/models/stage-defs-dynamic-value.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-field.d.ts +38 -0
- package/dist/models/stage-defs-enrichment-field.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts +22 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/stage-defs-error-handling.d.ts +23 -0
- package/dist/models/stage-defs-error-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-facet-field-config.d.ts +37 -0
- package/dist/models/stage-defs-facet-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-config.d.ts +70 -0
- package/dist/models/stage-defs-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts +49 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-condition.d.ts +39 -0
- package/dist/models/stage-defs-filter-condition.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-operator.d.ts +35 -0
- package/dist/models/stage-defs-filter-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts +31 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts +79 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts +23 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts.map +1 -0
- package/dist/models/stage-defs-llmprovider.d.ts +23 -0
- package/dist/models/stage-defs-llmprovider.d.ts.map +1 -0
- package/dist/models/stage-defs-logical-operator.d.ts +45 -0
- package/dist/models/stage-defs-logical-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts +35 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-on-no-results.d.ts +23 -0
- package/dist/models/stage-defs-on-no-results.d.ts.map +1 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts +51 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts.map +1 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts +31 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts.map +1 -0
- package/dist/models/stage-defs-result-handling.d.ts +24 -0
- package/dist/models/stage-defs-result-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-sort-direction.d.ts +22 -0
- package/dist/models/stage-defs-sort-direction.d.ts.map +1 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts +23 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-text-query-input.d.ts +41 -0
- package/dist/models/stage-defs-text-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-urlpatterns.d.ts +31 -0
- package/dist/models/stage-defs-urlpatterns.d.ts.map +1 -0
- package/dist/models/stage-defs-vector-query-input.d.ts +36 -0
- package/dist/models/stage-defs-vector-query-input.d.ts.map +1 -0
- package/dist/models/stage-discovery.d.ts +77 -0
- package/dist/models/stage-discovery.d.ts.map +1 -0
- package/dist/models/stage-instance-config.d.ts +59 -0
- package/dist/models/stage-instance-config.d.ts.map +1 -0
- package/dist/models/stage-params-aggregate.d.ts +62 -0
- package/dist/models/stage-params-aggregate.d.ts.map +1 -0
- package/dist/models/stage-params-api-call.d.ts +105 -0
- package/dist/models/stage-params-api-call.d.ts.map +1 -0
- package/dist/models/stage-params-attribute-filter.d.ts +57 -0
- package/dist/models/stage-params-attribute-filter.d.ts.map +1 -0
- package/dist/models/stage-params-cluster.d.ts +76 -0
- package/dist/models/stage-params-cluster.d.ts.map +1 -0
- package/dist/models/stage-params-code-execution.d.ts +76 -0
- package/dist/models/stage-params-code-execution.d.ts.map +1 -0
- package/dist/models/stage-params-document-enrich.d.ts +103 -0
- package/dist/models/stage-params-document-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-external-web-search.d.ts +55 -0
- package/dist/models/stage-params-external-web-search.d.ts.map +1 -0
- package/dist/models/stage-params-feature-search.d.ts +92 -0
- package/dist/models/stage-params-feature-search.d.ts.map +1 -0
- package/dist/models/stage-params-group-by.d.ts +43 -0
- package/dist/models/stage-params-group-by.d.ts.map +1 -0
- package/dist/models/stage-params-json-transform.d.ts +32 -0
- package/dist/models/stage-params-json-transform.d.ts.map +1 -0
- package/dist/models/stage-params-llm-enrich.d.ts +96 -0
- package/dist/models/stage-params-llm-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-llm-filter.d.ts +57 -0
- package/dist/models/stage-params-llm-filter.d.ts.map +1 -0
- package/dist/models/stage-params-mmr.d.ts +82 -0
- package/dist/models/stage-params-mmr.d.ts.map +1 -0
- package/dist/models/stage-params-query-expand.d.ts +74 -0
- package/dist/models/stage-params-query-expand.d.ts.map +1 -0
- package/dist/models/stage-params-rag-prepare.d.ts +97 -0
- package/dist/models/stage-params-rag-prepare.d.ts.map +1 -0
- package/dist/models/stage-params-rerank.d.ts +67 -0
- package/dist/models/stage-params-rerank.d.ts.map +1 -0
- package/dist/models/stage-params-sample.d.ts +61 -0
- package/dist/models/stage-params-sample.d.ts.map +1 -0
- package/dist/models/stage-params-sort-attribute.d.ts +38 -0
- package/dist/models/stage-params-sort-attribute.d.ts.map +1 -0
- package/dist/models/stage-params-sort-relevance.d.ts +50 -0
- package/dist/models/stage-params-sort-relevance.d.ts.map +1 -0
- package/dist/models/stage-params-sql-lookup.d.ts +79 -0
- package/dist/models/stage-params-sql-lookup.d.ts.map +1 -0
- package/dist/models/stage-params-summarize.d.ts +119 -0
- package/dist/models/stage-params-summarize.d.ts.map +1 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts +51 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-web-scrape.d.ts +112 -0
- package/dist/models/stage-params-web-scrape.d.ts.map +1 -0
- package/dist/models/stage-performance-input.d.ts +43 -0
- package/dist/models/stage-performance-input.d.ts.map +1 -0
- package/dist/models/stage-performance-metrics.d.ts +61 -0
- package/dist/models/stage-performance-metrics.d.ts.map +1 -0
- package/dist/models/stage-performance-output.d.ts +67 -0
- package/dist/models/stage-performance-output.d.ts.map +1 -0
- package/dist/models/stage-progress.d.ts +75 -0
- package/dist/models/stage-progress.d.ts.map +1 -0
- package/dist/models/stage-statistics.d.ts +75 -0
- package/dist/models/stage-statistics.d.ts.map +1 -0
- package/dist/models/stage-type.d.ts +25 -0
- package/dist/models/stage-type.d.ts.map +1 -0
- package/dist/models/stage-types-content-input.d.ts +31 -0
- package/dist/models/stage-types-content-input.d.ts.map +1 -0
- package/dist/models/stage-types-document-reference.d.ts +31 -0
- package/dist/models/stage-types-document-reference.d.ts.map +1 -0
- package/dist/models/stage-types-feature-search-config.d.ts +70 -0
- package/dist/models/stage-types-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-types-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-types-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/start-evaluation-request.d.ts +32 -0
- package/dist/models/start-evaluation-request.d.ts.map +1 -0
- package/dist/models/start-evaluation-response.d.ts +49 -0
- package/dist/models/start-evaluation-response.d.ts.map +1 -0
- package/dist/models/start-migration-request.d.ts +25 -0
- package/dist/models/start-migration-request.d.ts.map +1 -0
- package/dist/models/start-migration-response.d.ts +50 -0
- package/dist/models/start-migration-response.d.ts.map +1 -0
- package/dist/models/stat-item.d.ts +31 -0
- package/dist/models/stat-item.d.ts.map +1 -0
- package/dist/models/step-analytics-config-input.d.ts +57 -0
- package/dist/models/step-analytics-config-input.d.ts.map +1 -0
- package/dist/models/step-analytics-config-output.d.ts +57 -0
- package/dist/models/step-analytics-config-output.d.ts.map +1 -0
- package/dist/models/step-info.d.ts +49 -0
- package/dist/models/step-info.d.ts.map +1 -0
- package/dist/models/step-key-source.d.ts +23 -0
- package/dist/models/step-key-source.d.ts.map +1 -0
- package/dist/models/step-transition-request.d.ts +70 -0
- package/dist/models/step-transition-request.d.ts.map +1 -0
- package/dist/models/step-transition-response.d.ts +71 -0
- package/dist/models/step-transition-response.d.ts.map +1 -0
- package/dist/models/storage-connection-create-request.d.ts +60 -0
- package/dist/models/storage-connection-create-request.d.ts.map +1 -0
- package/dist/models/storage-connection-list-response.d.ts +39 -0
- package/dist/models/storage-connection-list-response.d.ts.map +1 -0
- package/dist/models/storage-connection-model.d.ts +114 -0
- package/dist/models/storage-connection-model.d.ts.map +1 -0
- package/dist/models/storage-connection-test-response.d.ts +39 -0
- package/dist/models/storage-connection-test-response.d.ts.map +1 -0
- package/dist/models/storage-connection-update-request.d.ts +60 -0
- package/dist/models/storage-connection-update-request.d.ts.map +1 -0
- package/dist/models/storage-metric.d.ts +49 -0
- package/dist/models/storage-metric.d.ts.map +1 -0
- package/dist/models/storage-provider.d.ts +31 -0
- package/dist/models/storage-provider.d.ts.map +1 -0
- package/dist/models/storage-statistics.d.ts +43 -0
- package/dist/models/storage-statistics.d.ts.map +1 -0
- package/dist/models/structured-data-config.d.ts +33 -0
- package/dist/models/structured-data-config.d.ts.map +1 -0
- package/dist/models/submit-batch-request.d.ts +31 -0
- package/dist/models/submit-batch-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-request.d.ts +37 -0
- package/dist/models/submit-feedback-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-response.d.ts +49 -0
- package/dist/models/submit-feedback-response.d.ts.map +1 -0
- package/dist/models/subscription-status.d.ts +25 -0
- package/dist/models/subscription-status.d.ts.map +1 -0
- package/dist/models/subscription-tier-config.d.ts +51 -0
- package/dist/models/subscription-tier-config.d.ts.map +1 -0
- package/dist/models/subscription-tier.d.ts +24 -0
- package/dist/models/subscription-tier.d.ts.map +1 -0
- package/dist/models/suitable-collection.d.ts +49 -0
- package/dist/models/suitable-collection.d.ts.map +1 -0
- package/dist/models/sync-comparison-response.d.ts +39 -0
- package/dist/models/sync-comparison-response.d.ts.map +1 -0
- package/dist/models/sync-config-metric.d.ts +61 -0
- package/dist/models/sync-config-metric.d.ts.map +1 -0
- package/dist/models/sync-configuration-model.d.ts +313 -0
- package/dist/models/sync-configuration-model.d.ts.map +1 -0
- package/dist/models/sync-create-request.d.ts +79 -0
- package/dist/models/sync-create-request.d.ts.map +1 -0
- package/dist/models/sync-health-metric.d.ts +49 -0
- package/dist/models/sync-health-metric.d.ts.map +1 -0
- package/dist/models/sync-list-response.d.ts +39 -0
- package/dist/models/sync-list-response.d.ts.map +1 -0
- package/dist/models/sync-mode.d.ts +22 -0
- package/dist/models/sync-mode.d.ts.map +1 -0
- package/dist/models/sync-performance-response.d.ts +53 -0
- package/dist/models/sync-performance-response.d.ts.map +1 -0
- package/dist/models/sync-run-metric.d.ts +79 -0
- package/dist/models/sync-run-metric.d.ts.map +1 -0
- package/dist/models/sync-update-request.d.ts +71 -0
- package/dist/models/sync-update-request.d.ts.map +1 -0
- package/dist/models/task-progress.d.ts +37 -0
- package/dist/models/task-progress.d.ts.map +1 -0
- package/dist/models/task-response-inputs-inner.d.ts +19 -0
- package/dist/models/task-response-inputs-inner.d.ts.map +1 -0
- package/dist/models/task-response.d.ts +66 -0
- package/dist/models/task-response.d.ts.map +1 -0
- package/dist/models/task-status-enum.d.ts +34 -0
- package/dist/models/task-status-enum.d.ts.map +1 -0
- package/dist/models/task-status-update-request.d.ts +57 -0
- package/dist/models/task-status-update-request.d.ts.map +1 -0
- package/dist/models/task-type.d.ts +50 -0
- package/dist/models/task-type.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-input.d.ts +65 -0
- package/dist/models/taxonomy-application-config-input.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-output.d.ts +65 -0
- package/dist/models/taxonomy-application-config-output.d.ts.map +1 -0
- package/dist/models/taxonomy-execution-mode.d.ts +21 -0
- package/dist/models/taxonomy-execution-mode.d.ts.map +1 -0
- package/dist/models/taxonomy-list-stats.d.ts +43 -0
- package/dist/models/taxonomy-list-stats.d.ts.map +1 -0
- package/dist/models/taxonomy-model-input.d.ts +83 -0
- package/dist/models/taxonomy-model-input.d.ts.map +1 -0
- package/dist/models/taxonomy-model-output.d.ts +83 -0
- package/dist/models/taxonomy-model-output.d.ts.map +1 -0
- package/dist/models/taxonomy-options.d.ts +43 -0
- package/dist/models/taxonomy-options.d.ts.map +1 -0
- package/dist/models/taxonomy-response.d.ts +83 -0
- package/dist/models/taxonomy-response.d.ts.map +1 -0
- package/dist/models/taxonomy-tree-response.d.ts +31 -0
- package/dist/models/taxonomy-tree-response.d.ts.map +1 -0
- package/dist/models/template-mode.d.ts +23 -0
- package/dist/models/template-mode.d.ts.map +1 -0
- package/dist/models/template-scope.d.ts +24 -0
- package/dist/models/template-scope.d.ts.map +1 -0
- package/dist/models/template-type.d.ts +27 -0
- package/dist/models/template-type.d.ts.map +1 -0
- package/dist/models/terminate-session-response.d.ts +38 -0
- package/dist/models/terminate-session-response.d.ts.map +1 -0
- package/dist/models/text-extractor-params.d.ts +102 -0
- package/dist/models/text-extractor-params.d.ts.map +1 -0
- package/dist/models/text-index-params.d.ts +50 -0
- package/dist/models/text-index-params.d.ts.map +1 -0
- package/dist/models/text-split-strategy.d.ts +27 -0
- package/dist/models/text-split-strategy.d.ts.map +1 -0
- package/dist/models/theme-config.d.ts +91 -0
- package/dist/models/theme-config.d.ts.map +1 -0
- package/dist/models/tier-diagnostic.d.ts +86 -0
- package/dist/models/tier-diagnostic.d.ts.map +1 -0
- package/dist/models/tier-limits.d.ts +43 -0
- package/dist/models/tier-limits.d.ts.map +1 -0
- package/dist/models/tier-task-info.d.ts +170 -0
- package/dist/models/tier-task-info.d.ts.map +1 -0
- package/dist/models/tiering-rule.d.ts +43 -0
- package/dist/models/tiering-rule.d.ts.map +1 -0
- package/dist/models/tigris-access-key-credentials.d.ts +41 -0
- package/dist/models/tigris-access-key-credentials.d.ts.map +1 -0
- package/dist/models/tigris-config.d.ts +48 -0
- package/dist/models/tigris-config.d.ts.map +1 -0
- package/dist/models/tik-tok-config.d.ts +42 -0
- package/dist/models/tik-tok-config.d.ts.map +1 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts +65 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts.map +1 -0
- package/dist/models/time-range-input.d.ts +31 -0
- package/dist/models/time-range-input.d.ts.map +1 -0
- package/dist/models/tokenizer-type.d.ts +24 -0
- package/dist/models/tokenizer-type.d.ts.map +1 -0
- package/dist/models/tool-info.d.ts +57 -0
- package/dist/models/tool-info.d.ts.map +1 -0
- package/dist/models/transition-lifecycle-request.d.ts +32 -0
- package/dist/models/transition-lifecycle-request.d.ts.map +1 -0
- package/dist/models/transition-path.d.ts +43 -0
- package/dist/models/transition-path.d.ts.map +1 -0
- package/dist/models/trigger-action-type.d.ts +24 -0
- package/dist/models/trigger-action-type.d.ts.map +1 -0
- package/dist/models/trigger-collection-request.d.ts +38 -0
- package/dist/models/trigger-collection-request.d.ts.map +1 -0
- package/dist/models/trigger-collection-response.d.ts +73 -0
- package/dist/models/trigger-collection-response.d.ts.map +1 -0
- package/dist/models/trigger-execution-config.d.ts +33 -0
- package/dist/models/trigger-execution-config.d.ts.map +1 -0
- package/dist/models/trigger-execution-history-item.d.ts +61 -0
- package/dist/models/trigger-execution-history-item.d.ts.map +1 -0
- package/dist/models/trigger-execution-history.d.ts +49 -0
- package/dist/models/trigger-execution-history.d.ts.map +1 -0
- package/dist/models/trigger-history-request.d.ts +37 -0
- package/dist/models/trigger-history-request.d.ts.map +1 -0
- package/dist/models/trigger-tier-request.d.ts +67 -0
- package/dist/models/trigger-tier-request.d.ts.map +1 -0
- package/dist/models/unified-extractor-list-response.d.ts +56 -0
- package/dist/models/unified-extractor-list-response.d.ts.map +1 -0
- package/dist/models/unified-extractor-response.d.ts +171 -0
- package/dist/models/unified-extractor-response.d.ts.map +1 -0
- package/dist/models/unique-key-config.d.ts +37 -0
- package/dist/models/unique-key-config.d.ts.map +1 -0
- package/dist/models/update-app-request.d.ts +125 -0
- package/dist/models/update-app-request.d.ts.map +1 -0
- package/dist/models/update-namespace-request.d.ts +32 -0
- package/dist/models/update-namespace-request.d.ts.map +1 -0
- package/dist/models/update-object-request.d.ts +46 -0
- package/dist/models/update-object-request.d.ts.map +1 -0
- package/dist/models/update-page-request.d.ts +111 -0
- package/dist/models/update-page-request.d.ts.map +1 -0
- package/dist/models/update-preferences-request.d.ts +27 -0
- package/dist/models/update-preferences-request.d.ts.map +1 -0
- package/dist/models/update-published-retriever-request.d.ts +57 -0
- package/dist/models/update-published-retriever-request.d.ts.map +1 -0
- package/dist/models/update-reminder-preferences-request.d.ts +55 -0
- package/dist/models/update-reminder-preferences-request.d.ts.map +1 -0
- package/dist/models/update-secret-request.d.ts +25 -0
- package/dist/models/update-secret-request.d.ts.map +1 -0
- package/dist/models/update-spending-caps-request.d.ts +49 -0
- package/dist/models/update-spending-caps-request.d.ts.map +1 -0
- package/dist/models/upload-list-stats.d.ts +51 -0
- package/dist/models/upload-list-stats.d.ts.map +1 -0
- package/dist/models/upload-performance-metric.d.ts +61 -0
- package/dist/models/upload-performance-metric.d.ts.map +1 -0
- package/dist/models/upload-performance-response.d.ts +47 -0
- package/dist/models/upload-performance-response.d.ts.map +1 -0
- package/dist/models/upload-response.d.ts +192 -0
- package/dist/models/upload-response.d.ts.map +1 -0
- package/dist/models/upload-url-request.d.ts +31 -0
- package/dist/models/upload-url-request.d.ts.map +1 -0
- package/dist/models/upload-url-response.d.ts +37 -0
- package/dist/models/upload-url-response.d.ts.map +1 -0
- package/dist/models/usage-breakdown-response.d.ts +65 -0
- package/dist/models/usage-breakdown-response.d.ts.map +1 -0
- package/dist/models/usage-metric.d.ts +55 -0
- package/dist/models/usage-metric.d.ts.map +1 -0
- package/dist/models/usage-statistics.d.ts +55 -0
- package/dist/models/usage-statistics.d.ts.map +1 -0
- package/dist/models/user-create-request.d.ts +59 -0
- package/dist/models/user-create-request.d.ts.map +1 -0
- package/dist/models/user-role.d.ts +23 -0
- package/dist/models/user-role.d.ts.map +1 -0
- package/dist/models/user-status.d.ts +23 -0
- package/dist/models/user-status.d.ts.map +1 -0
- package/dist/models/user-update-request.d.ts +53 -0
- package/dist/models/user-update-request.d.ts.map +1 -0
- package/dist/models/uuid-index-params.d.ts +31 -0
- package/dist/models/uuid-index-params.d.ts.map +1 -0
- package/dist/models/validate-migration-request.d.ts +26 -0
- package/dist/models/validate-migration-request.d.ts.map +1 -0
- package/dist/models/validate-migration-response.d.ts +39 -0
- package/dist/models/validate-migration-response.d.ts.map +1 -0
- package/dist/models/validate-result.d.ts +51 -0
- package/dist/models/validate-result.d.ts.map +1 -0
- package/dist/models/validation-error-loc-inner.d.ts +19 -0
- package/dist/models/validation-error-loc-inner.d.ts.map +1 -0
- package/dist/models/validation-error.d.ts +38 -0
- package/dist/models/validation-error.d.ts.map +1 -0
- package/dist/models/validation-result.d.ts +52 -0
- package/dist/models/validation-result.d.ts.map +1 -0
- package/dist/models/value.d.ts +19 -0
- package/dist/models/value.d.ts.map +1 -0
- package/dist/models/value1.d.ts +19 -0
- package/dist/models/value1.d.ts.map +1 -0
- package/dist/models/value2.d.ts +19 -0
- package/dist/models/value2.d.ts.map +1 -0
- package/dist/models/vector-based-config-input.d.ts +152 -0
- package/dist/models/vector-based-config-input.d.ts.map +1 -0
- package/dist/models/vector-based-config-output.d.ts +134 -0
- package/dist/models/vector-based-config-output.d.ts.map +1 -0
- package/dist/models/vector-data-type.d.ts +22 -0
- package/dist/models/vector-data-type.d.ts.map +1 -0
- package/dist/models/vector-index-definition.d.ts +55 -0
- package/dist/models/vector-index-definition.d.ts.map +1 -0
- package/dist/models/vector-index.d.ts +101 -0
- package/dist/models/vector-index.d.ts.map +1 -0
- package/dist/models/vector-purpose.d.ts +27 -0
- package/dist/models/vector-purpose.d.ts.map +1 -0
- package/dist/models/vector-type.d.ts +23 -0
- package/dist/models/vector-type.d.ts.map +1 -0
- package/dist/models/vectors.d.ts +32 -0
- package/dist/models/vectors.d.ts.map +1 -0
- package/dist/models/verify-password-request.d.ts +25 -0
- package/dist/models/verify-password-request.d.ts.map +1 -0
- package/dist/models/verify-password-response.d.ts +31 -0
- package/dist/models/verify-password-response.d.ts.map +1 -0
- package/dist/models/version-list-response.d.ts +31 -0
- package/dist/models/version-list-response.d.ts.map +1 -0
- package/dist/models/web-scraper-extractor-params.d.ts +234 -0
- package/dist/models/web-scraper-extractor-params.d.ts.map +1 -0
- package/dist/models/webhook-channel-input.d.ts +33 -0
- package/dist/models/webhook-channel-input.d.ts.map +1 -0
- package/dist/models/webhook-channel-output.d.ts +33 -0
- package/dist/models/webhook-channel-output.d.ts.map +1 -0
- package/dist/models/webhook-config.d.ts +47 -0
- package/dist/models/webhook-config.d.ts.map +1 -0
- package/dist/models/webhook-event-type.d.ts +51 -0
- package/dist/models/webhook-event-type.d.ts.map +1 -0
- package/dist/models/webhook-input.d.ts +69 -0
- package/dist/models/webhook-input.d.ts.map +1 -0
- package/dist/models/webhook-output.d.ts +63 -0
- package/dist/models/webhook-output.d.ts.map +1 -0
- package/dist/models/weight-learning-config.d.ts +60 -0
- package/dist/models/weight-learning-config.d.ts.map +1 -0
- package/dist/models/write-back-field-mapping.d.ts +43 -0
- package/dist/models/write-back-field-mapping.d.ts.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1,915 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mixpeek API
|
|
3
|
+
* This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.81.1
|
|
6
|
+
* Contact: info@mixpeek.com
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { ConfirmationRequest } from '../models';
|
|
16
|
+
import type { CreateSessionRequest } from '../models';
|
|
17
|
+
import type { CreateSessionResponse } from '../models';
|
|
18
|
+
import type { DetectIntentRequest } from '../models';
|
|
19
|
+
import type { GetHistoryResponse } from '../models';
|
|
20
|
+
import type { GetSessionResponse } from '../models';
|
|
21
|
+
import type { IntentClassification } from '../models';
|
|
22
|
+
import type { ListSessionsRequest } from '../models';
|
|
23
|
+
import type { ListSessionsResponse } from '../models';
|
|
24
|
+
import type { ListToolsResponse } from '../models';
|
|
25
|
+
import type { PatchSessionRequest } from '../models';
|
|
26
|
+
import type { PatchSessionResponse } from '../models';
|
|
27
|
+
import type { SendMessageRequest } from '../models';
|
|
28
|
+
import type { SubmitFeedbackRequest } from '../models';
|
|
29
|
+
import type { SubmitFeedbackResponse } from '../models';
|
|
30
|
+
import type { TerminateSessionResponse } from '../models';
|
|
31
|
+
/**
|
|
32
|
+
* AgentSessionsApi - axios parameter creator
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export declare const AgentSessionsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
36
|
+
/**
|
|
37
|
+
* Create a new agent session. A session represents a stateful conversation with an AI agent that can call tools to search data, filter results, and perform multi-step reasoning. Args: request: FastAPI request with tenant context payload: Session creation request Returns: CreateSessionResponse with session metadata Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"agent_config\": { \"model\": \"claude-3-5-sonnet-20241022\", \"temperature\": 0.7, \"available_tools\": [\"search_retrievers\", \"execute_retriever\"] }, \"quotas\": { \"max_messages\": 100, \"max_tokens_total\": 100000 } }\' ```
|
|
38
|
+
* @summary Create Session
|
|
39
|
+
* @param {CreateSessionRequest} createSessionRequest
|
|
40
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
41
|
+
* @param {string} [authorization2]
|
|
42
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
createSessionAgents: (createSessionRequest: CreateSessionRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
/**
|
|
48
|
+
* Detect user intent from natural language request. This endpoint analyzes a user\'s request to determine whether they want to: - Execute queries on existing data (execution mode) - Create new resources/infrastructure (setup mode) - Or if the request is ambiguous and needs clarification It performs keyword analysis and checks existing collections to provide intelligent classification and recommendations. Args: request: FastAPI request with tenant context payload: Intent detection request with user\'s input Returns: IntentClassification with detected intent and recommendations Example: ```bash curl -X POST http://localhost:8000/v1/agents/intent/detect \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_request\": \"I want to search videos by faces\", \"include_collection_analysis\": true }\' ```
|
|
49
|
+
* @summary Detect Intent
|
|
50
|
+
* @param {DetectIntentRequest} detectIntentRequest
|
|
51
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
52
|
+
* @param {string} [authorization2]
|
|
53
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
54
|
+
* @param {*} [options] Override http request option.
|
|
55
|
+
* @throws {RequiredError}
|
|
56
|
+
*/
|
|
57
|
+
detectIntentAgentsSessions: (detectIntentRequest: DetectIntentRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
|
+
/**
|
|
59
|
+
* Get conversation history for a session. Returns messages in chronological order (oldest first). Args: request: FastAPI request with tenant context session_id: Session identifier limit: Maximum messages to return (default: 50, max: 200) offset: Pagination offset (default: 0) Returns: GetHistoryResponse with message history Raises: NotFoundError: If session not found Example: ```bash curl -X GET \"http://localhost:8000/v1/agents/sessions/ses_abc123/history?limit=20&offset=0\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
60
|
+
* @summary Get History
|
|
61
|
+
* @param {string} sessionId Session ID
|
|
62
|
+
* @param {number} [limit] Maximum messages to return
|
|
63
|
+
* @param {number} [offset] Pagination offset
|
|
64
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
65
|
+
* @param {string} [authorization2]
|
|
66
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
getHistoryAgentsSessions: (sessionId: string, limit?: number, offset?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
+
/**
|
|
72
|
+
* Get session metadata by ID. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: GetSessionResponse with session metadata Raises: NotFoundError: If session not found Example: ```bash curl -X GET http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
73
|
+
* @summary Get Session
|
|
74
|
+
* @param {string} sessionId Session ID
|
|
75
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
76
|
+
* @param {string} [authorization2]
|
|
77
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
78
|
+
* @param {*} [options] Override http request option.
|
|
79
|
+
* @throws {RequiredError}
|
|
80
|
+
*/
|
|
81
|
+
getSessionAgents: (sessionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
|
+
/**
|
|
83
|
+
* List agent sessions in the namespace. Args: request: FastAPI request with tenant context list_request: Optional filters and sorting pagination: Pagination parameters Returns: ListSessionsResponse with session list Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/list \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"status\": \"active\"}\' ```
|
|
84
|
+
* @summary List Sessions
|
|
85
|
+
* @param {number} [limit]
|
|
86
|
+
* @param {number} [offset]
|
|
87
|
+
* @param {string} [cursor]
|
|
88
|
+
* @param {boolean} [includeTotal]
|
|
89
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
90
|
+
* @param {string} [authorization2]
|
|
91
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
92
|
+
* @param {ListSessionsRequest} [listSessionsRequest]
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
listSessionsAgents: (limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listSessionsRequest?: ListSessionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
/**
|
|
98
|
+
* List all available agent tools. Use this endpoint to discover available tools before creating a session. Tool Categories: - search: Tools for searching data (execute_retriever) - read: Tools for reading resources (list_*, get_*) - create: Tools for creating resources (create_*) - requires confirmation - update: Tools for updating resources (update_*) - requires confirmation - delete: Tools for deleting resources (delete_*) - requires confirmation - upload: Tools for file uploads (upload_object) Note: Write operations (create, update, delete) require user confirmation via the /confirmations endpoint before execution. Args: request: FastAPI request with tenant context category: Optional filter by tool category Returns: ListToolsResponse with available tools Example: ```bash # List all tools curl -X GET http://localhost:8000/v1/agents/tools \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" # List only search tools curl -X GET \"http://localhost:8000/v1/agents/tools?category=search\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
99
|
+
* @summary List Tools
|
|
100
|
+
* @param {string} [category] Filter by tool category
|
|
101
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
102
|
+
* @param {string} [authorization2]
|
|
103
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
104
|
+
* @param {*} [options] Override http request option.
|
|
105
|
+
* @throws {RequiredError}
|
|
106
|
+
*/
|
|
107
|
+
listToolsAgentsSessions: (category?: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
108
|
+
/**
|
|
109
|
+
* Update session metadata. Only user_memory can be updated. To change agent configuration, create a new session. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Update request Returns: PatchSessionResponse with update timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X PATCH http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_memory\": { \"preferences\": {\"language\": \"en\", \"domain\": \"tech\"} } }\' ```
|
|
110
|
+
* @summary Patch Session
|
|
111
|
+
* @param {string} sessionId Session ID
|
|
112
|
+
* @param {PatchSessionRequest} patchSessionRequest
|
|
113
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
114
|
+
* @param {string} [authorization2]
|
|
115
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
*/
|
|
119
|
+
patchSessionAgents: (sessionId: string, patchSessionRequest: PatchSessionRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
120
|
+
/**
|
|
121
|
+
* Respond to a pending confirmation for a write operation. When the agent requests a write operation (create, update, delete), the stream pauses and emits a `confirmation_required` event. The user must call this endpoint to approve or deny the action. After responding, this endpoint returns a new SSE stream that continues the agent\'s execution from where it paused. ## Confirmation Workflow 1. User sends message via POST /sessions/{id}/messages 2. Agent proposes a write operation 3. Stream emits `confirmation_required` event with `confirmation_id` 4. User calls this endpoint with `approved: true/false` 5. This endpoint returns SSE stream continuing the agent\'s work 6. If approved, agent executes the tool and continues 7. If denied, agent acknowledges and continues without executing ## Confirmation Expiration Confirmations expire after 5 minutes. Attempting to respond to an expired confirmation returns a 400 error. Args: request: FastAPI request with tenant context session_id: Session identifier confirmation_id: Confirmation identifier from `confirmation_required` event payload: Approval/denial decision Returns: StreamingResponse with SSE events (continuation of agent execution) Raises: NotFoundError: If session or confirmation not found ValidationError: If confirmation already processed or expired Example: ```bash # Approve a pending action curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc/confirmations/conf_xyz \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"approved\": true}\' # SSE Output (continuation): event: tool_result data: {\"tool_name\": \"delete_collection\", \"success\": true, \"result\": {...}} event: token data: {\"content\": \"I\'ve deleted the collection as requested.\"} event: done data: {} ```
|
|
122
|
+
* @summary Respond To Confirmation
|
|
123
|
+
* @param {string} sessionId Session ID
|
|
124
|
+
* @param {string} confirmationId Confirmation ID
|
|
125
|
+
* @param {ConfirmationRequest} confirmationRequest
|
|
126
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
127
|
+
* @param {string} [authorization2]
|
|
128
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
respondToConfirmationAgentsSessions: (sessionId: string, confirmationId: string, confirmationRequest: ConfirmationRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
133
|
+
/**
|
|
134
|
+
* Send a message to the agent and stream the response. This endpoint streams Server-Sent Events (SSE) back to the client as the agent processes the message through its workflow. ## SSE Event Types **Core Events:** - `intent`: Intent classification result (emitted first) - `{intent, confidence, category, reasoning, context_scope}` - `thinking`: Agent is analyzing/planning - `{step, message}` - `tool_call`: Agent is calling a tool - `{tool_name, tool_call_id, inputs}` - `tool_result`: Tool execution completed - `{tool_name, tool_call_id, success, output, latency_ms}` - `token`: Response token (streaming) - `{content}` - `message`: Final response content - `{content, message_id, is_final}` - `session_name`: Auto-generated session name (first message only) - `{session_name}` - `done`: Processing complete - `{latency_ms, tool_calls_made, message_id, retriever_summary, data_accessed_via_retriever}` - `error`: Error occurred - `{message, recoverable}` **Retriever Events (IMPORTANT - Primary Data Pathway):** - `retriever_execution`: Retriever was used for data access - `{tool_name, execution_id, retriever_id, is_adhoc, documents_returned, latency_ms, message}` - Emitted whenever data is accessed via retriever (saved or ad-hoc) - `pipeline_config`: Ad-hoc retriever configuration - `{tool_name, config, message}` - Contains the exact pipeline config users can save as a named retriever **Retriever Summary in `done` Event:** ```json { \"retriever_summary\": { \"used_retrievers\": true, \"retriever_count\": 2, \"saved_retrievers\": 1, \"adhoc_retrievers\": 1, \"total_documents\": 25, \"executions\": [...] }, \"data_accessed_via_retriever\": true } ``` Args: request: FastAPI request with tenant context session_id: Session identifier payload: Message request Returns: StreamingResponse with SSE events Raises: NotFoundError: If session not found Example: ```bash curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/messages \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"content\": \"Find videos about machine learning\", \"stream\": true }\' # SSE Output: event: intent data: {\"intent\": \"retriever_search\", \"confidence\": 0.92, \"category\": \"retriever\"} event: thinking data: {\"step\": \"processing\", \"message\": \"Analyzing your request...\"} event: tool_call data: {\"tool_name\": \"execute_retriever\", \"tool_call_id\": \"run_abc\", \"inputs\": {...}} event: tool_result data: {\"tool_name\": \"execute_retriever\", \"success\": true, \"output\": {...}} event: retriever_execution data: {\"tool_name\": \"execute_retriever\", \"is_adhoc\": false, \"documents_returned\": 5} event: message data: {\"content\": \"I found 5 videos about machine learning...\", \"is_final\": true} event: done data: {\"latency_ms\": 1250.5, \"data_accessed_via_retriever\": true, \"retriever_summary\": {...}} ```
|
|
135
|
+
* @summary Send Message
|
|
136
|
+
* @param {string} sessionId Session ID
|
|
137
|
+
* @param {SendMessageRequest} sendMessageRequest
|
|
138
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
139
|
+
* @param {string} [authorization2]
|
|
140
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
sendMessageAgentsSessions: (sessionId: string, sendMessageRequest: SendMessageRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
|
+
/**
|
|
146
|
+
* Submit feedback on an assistant message. When positive feedback is received, the conversation exchange is stored to memory for future context. When negative feedback is received, the exchange is NOT stored. This enables learning from quality interactions. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Feedback request Returns: SubmitFeedbackResponse with feedback status Raises: NotFoundError: If session or message not found Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/feedback \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"message_id\": \"msg_xyz789\", \"rating\": \"positive\", \"feedback_text\": \"Very helpful response!\" }\' ```
|
|
147
|
+
* @summary Submit Feedback
|
|
148
|
+
* @param {string} sessionId Session ID
|
|
149
|
+
* @param {SubmitFeedbackRequest} submitFeedbackRequest
|
|
150
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
151
|
+
* @param {string} [authorization2]
|
|
152
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
*/
|
|
156
|
+
submitFeedbackAgentsSessions: (sessionId: string, submitFeedbackRequest: SubmitFeedbackRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
|
+
/**
|
|
158
|
+
* Terminate a session and kill its actor. This permanently ends the session and releases all associated resources. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: TerminateSessionResponse with termination timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X DELETE http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
159
|
+
* @summary Terminate Session
|
|
160
|
+
* @param {string} sessionId Session ID
|
|
161
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
162
|
+
* @param {string} [authorization2]
|
|
163
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
164
|
+
* @param {*} [options] Override http request option.
|
|
165
|
+
* @throws {RequiredError}
|
|
166
|
+
*/
|
|
167
|
+
terminateSessionAgents: (sessionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* AgentSessionsApi - functional programming interface
|
|
171
|
+
* @export
|
|
172
|
+
*/
|
|
173
|
+
export declare const AgentSessionsApiFp: (configuration?: Configuration) => {
|
|
174
|
+
/**
|
|
175
|
+
* Create a new agent session. A session represents a stateful conversation with an AI agent that can call tools to search data, filter results, and perform multi-step reasoning. Args: request: FastAPI request with tenant context payload: Session creation request Returns: CreateSessionResponse with session metadata Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"agent_config\": { \"model\": \"claude-3-5-sonnet-20241022\", \"temperature\": 0.7, \"available_tools\": [\"search_retrievers\", \"execute_retriever\"] }, \"quotas\": { \"max_messages\": 100, \"max_tokens_total\": 100000 } }\' ```
|
|
176
|
+
* @summary Create Session
|
|
177
|
+
* @param {CreateSessionRequest} createSessionRequest
|
|
178
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
179
|
+
* @param {string} [authorization2]
|
|
180
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
181
|
+
* @param {*} [options] Override http request option.
|
|
182
|
+
* @throws {RequiredError}
|
|
183
|
+
*/
|
|
184
|
+
createSessionAgents(createSessionRequest: CreateSessionRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSessionResponse>>;
|
|
185
|
+
/**
|
|
186
|
+
* Detect user intent from natural language request. This endpoint analyzes a user\'s request to determine whether they want to: - Execute queries on existing data (execution mode) - Create new resources/infrastructure (setup mode) - Or if the request is ambiguous and needs clarification It performs keyword analysis and checks existing collections to provide intelligent classification and recommendations. Args: request: FastAPI request with tenant context payload: Intent detection request with user\'s input Returns: IntentClassification with detected intent and recommendations Example: ```bash curl -X POST http://localhost:8000/v1/agents/intent/detect \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_request\": \"I want to search videos by faces\", \"include_collection_analysis\": true }\' ```
|
|
187
|
+
* @summary Detect Intent
|
|
188
|
+
* @param {DetectIntentRequest} detectIntentRequest
|
|
189
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
190
|
+
* @param {string} [authorization2]
|
|
191
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
192
|
+
* @param {*} [options] Override http request option.
|
|
193
|
+
* @throws {RequiredError}
|
|
194
|
+
*/
|
|
195
|
+
detectIntentAgentsSessions(detectIntentRequest: DetectIntentRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntentClassification>>;
|
|
196
|
+
/**
|
|
197
|
+
* Get conversation history for a session. Returns messages in chronological order (oldest first). Args: request: FastAPI request with tenant context session_id: Session identifier limit: Maximum messages to return (default: 50, max: 200) offset: Pagination offset (default: 0) Returns: GetHistoryResponse with message history Raises: NotFoundError: If session not found Example: ```bash curl -X GET \"http://localhost:8000/v1/agents/sessions/ses_abc123/history?limit=20&offset=0\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
198
|
+
* @summary Get History
|
|
199
|
+
* @param {string} sessionId Session ID
|
|
200
|
+
* @param {number} [limit] Maximum messages to return
|
|
201
|
+
* @param {number} [offset] Pagination offset
|
|
202
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
203
|
+
* @param {string} [authorization2]
|
|
204
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
205
|
+
* @param {*} [options] Override http request option.
|
|
206
|
+
* @throws {RequiredError}
|
|
207
|
+
*/
|
|
208
|
+
getHistoryAgentsSessions(sessionId: string, limit?: number, offset?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetHistoryResponse>>;
|
|
209
|
+
/**
|
|
210
|
+
* Get session metadata by ID. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: GetSessionResponse with session metadata Raises: NotFoundError: If session not found Example: ```bash curl -X GET http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
211
|
+
* @summary Get Session
|
|
212
|
+
* @param {string} sessionId Session ID
|
|
213
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
214
|
+
* @param {string} [authorization2]
|
|
215
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
216
|
+
* @param {*} [options] Override http request option.
|
|
217
|
+
* @throws {RequiredError}
|
|
218
|
+
*/
|
|
219
|
+
getSessionAgents(sessionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSessionResponse>>;
|
|
220
|
+
/**
|
|
221
|
+
* List agent sessions in the namespace. Args: request: FastAPI request with tenant context list_request: Optional filters and sorting pagination: Pagination parameters Returns: ListSessionsResponse with session list Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/list \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"status\": \"active\"}\' ```
|
|
222
|
+
* @summary List Sessions
|
|
223
|
+
* @param {number} [limit]
|
|
224
|
+
* @param {number} [offset]
|
|
225
|
+
* @param {string} [cursor]
|
|
226
|
+
* @param {boolean} [includeTotal]
|
|
227
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
228
|
+
* @param {string} [authorization2]
|
|
229
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
230
|
+
* @param {ListSessionsRequest} [listSessionsRequest]
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
*/
|
|
234
|
+
listSessionsAgents(limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listSessionsRequest?: ListSessionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListSessionsResponse>>;
|
|
235
|
+
/**
|
|
236
|
+
* List all available agent tools. Use this endpoint to discover available tools before creating a session. Tool Categories: - search: Tools for searching data (execute_retriever) - read: Tools for reading resources (list_*, get_*) - create: Tools for creating resources (create_*) - requires confirmation - update: Tools for updating resources (update_*) - requires confirmation - delete: Tools for deleting resources (delete_*) - requires confirmation - upload: Tools for file uploads (upload_object) Note: Write operations (create, update, delete) require user confirmation via the /confirmations endpoint before execution. Args: request: FastAPI request with tenant context category: Optional filter by tool category Returns: ListToolsResponse with available tools Example: ```bash # List all tools curl -X GET http://localhost:8000/v1/agents/tools \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" # List only search tools curl -X GET \"http://localhost:8000/v1/agents/tools?category=search\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
237
|
+
* @summary List Tools
|
|
238
|
+
* @param {string} [category] Filter by tool category
|
|
239
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
240
|
+
* @param {string} [authorization2]
|
|
241
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
242
|
+
* @param {*} [options] Override http request option.
|
|
243
|
+
* @throws {RequiredError}
|
|
244
|
+
*/
|
|
245
|
+
listToolsAgentsSessions(category?: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListToolsResponse>>;
|
|
246
|
+
/**
|
|
247
|
+
* Update session metadata. Only user_memory can be updated. To change agent configuration, create a new session. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Update request Returns: PatchSessionResponse with update timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X PATCH http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_memory\": { \"preferences\": {\"language\": \"en\", \"domain\": \"tech\"} } }\' ```
|
|
248
|
+
* @summary Patch Session
|
|
249
|
+
* @param {string} sessionId Session ID
|
|
250
|
+
* @param {PatchSessionRequest} patchSessionRequest
|
|
251
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
252
|
+
* @param {string} [authorization2]
|
|
253
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
254
|
+
* @param {*} [options] Override http request option.
|
|
255
|
+
* @throws {RequiredError}
|
|
256
|
+
*/
|
|
257
|
+
patchSessionAgents(sessionId: string, patchSessionRequest: PatchSessionRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchSessionResponse>>;
|
|
258
|
+
/**
|
|
259
|
+
* Respond to a pending confirmation for a write operation. When the agent requests a write operation (create, update, delete), the stream pauses and emits a `confirmation_required` event. The user must call this endpoint to approve or deny the action. After responding, this endpoint returns a new SSE stream that continues the agent\'s execution from where it paused. ## Confirmation Workflow 1. User sends message via POST /sessions/{id}/messages 2. Agent proposes a write operation 3. Stream emits `confirmation_required` event with `confirmation_id` 4. User calls this endpoint with `approved: true/false` 5. This endpoint returns SSE stream continuing the agent\'s work 6. If approved, agent executes the tool and continues 7. If denied, agent acknowledges and continues without executing ## Confirmation Expiration Confirmations expire after 5 minutes. Attempting to respond to an expired confirmation returns a 400 error. Args: request: FastAPI request with tenant context session_id: Session identifier confirmation_id: Confirmation identifier from `confirmation_required` event payload: Approval/denial decision Returns: StreamingResponse with SSE events (continuation of agent execution) Raises: NotFoundError: If session or confirmation not found ValidationError: If confirmation already processed or expired Example: ```bash # Approve a pending action curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc/confirmations/conf_xyz \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"approved\": true}\' # SSE Output (continuation): event: tool_result data: {\"tool_name\": \"delete_collection\", \"success\": true, \"result\": {...}} event: token data: {\"content\": \"I\'ve deleted the collection as requested.\"} event: done data: {} ```
|
|
260
|
+
* @summary Respond To Confirmation
|
|
261
|
+
* @param {string} sessionId Session ID
|
|
262
|
+
* @param {string} confirmationId Confirmation ID
|
|
263
|
+
* @param {ConfirmationRequest} confirmationRequest
|
|
264
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
265
|
+
* @param {string} [authorization2]
|
|
266
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
267
|
+
* @param {*} [options] Override http request option.
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
*/
|
|
270
|
+
respondToConfirmationAgentsSessions(sessionId: string, confirmationId: string, confirmationRequest: ConfirmationRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
271
|
+
/**
|
|
272
|
+
* Send a message to the agent and stream the response. This endpoint streams Server-Sent Events (SSE) back to the client as the agent processes the message through its workflow. ## SSE Event Types **Core Events:** - `intent`: Intent classification result (emitted first) - `{intent, confidence, category, reasoning, context_scope}` - `thinking`: Agent is analyzing/planning - `{step, message}` - `tool_call`: Agent is calling a tool - `{tool_name, tool_call_id, inputs}` - `tool_result`: Tool execution completed - `{tool_name, tool_call_id, success, output, latency_ms}` - `token`: Response token (streaming) - `{content}` - `message`: Final response content - `{content, message_id, is_final}` - `session_name`: Auto-generated session name (first message only) - `{session_name}` - `done`: Processing complete - `{latency_ms, tool_calls_made, message_id, retriever_summary, data_accessed_via_retriever}` - `error`: Error occurred - `{message, recoverable}` **Retriever Events (IMPORTANT - Primary Data Pathway):** - `retriever_execution`: Retriever was used for data access - `{tool_name, execution_id, retriever_id, is_adhoc, documents_returned, latency_ms, message}` - Emitted whenever data is accessed via retriever (saved or ad-hoc) - `pipeline_config`: Ad-hoc retriever configuration - `{tool_name, config, message}` - Contains the exact pipeline config users can save as a named retriever **Retriever Summary in `done` Event:** ```json { \"retriever_summary\": { \"used_retrievers\": true, \"retriever_count\": 2, \"saved_retrievers\": 1, \"adhoc_retrievers\": 1, \"total_documents\": 25, \"executions\": [...] }, \"data_accessed_via_retriever\": true } ``` Args: request: FastAPI request with tenant context session_id: Session identifier payload: Message request Returns: StreamingResponse with SSE events Raises: NotFoundError: If session not found Example: ```bash curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/messages \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"content\": \"Find videos about machine learning\", \"stream\": true }\' # SSE Output: event: intent data: {\"intent\": \"retriever_search\", \"confidence\": 0.92, \"category\": \"retriever\"} event: thinking data: {\"step\": \"processing\", \"message\": \"Analyzing your request...\"} event: tool_call data: {\"tool_name\": \"execute_retriever\", \"tool_call_id\": \"run_abc\", \"inputs\": {...}} event: tool_result data: {\"tool_name\": \"execute_retriever\", \"success\": true, \"output\": {...}} event: retriever_execution data: {\"tool_name\": \"execute_retriever\", \"is_adhoc\": false, \"documents_returned\": 5} event: message data: {\"content\": \"I found 5 videos about machine learning...\", \"is_final\": true} event: done data: {\"latency_ms\": 1250.5, \"data_accessed_via_retriever\": true, \"retriever_summary\": {...}} ```
|
|
273
|
+
* @summary Send Message
|
|
274
|
+
* @param {string} sessionId Session ID
|
|
275
|
+
* @param {SendMessageRequest} sendMessageRequest
|
|
276
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
277
|
+
* @param {string} [authorization2]
|
|
278
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
sendMessageAgentsSessions(sessionId: string, sendMessageRequest: SendMessageRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
283
|
+
/**
|
|
284
|
+
* Submit feedback on an assistant message. When positive feedback is received, the conversation exchange is stored to memory for future context. When negative feedback is received, the exchange is NOT stored. This enables learning from quality interactions. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Feedback request Returns: SubmitFeedbackResponse with feedback status Raises: NotFoundError: If session or message not found Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/feedback \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"message_id\": \"msg_xyz789\", \"rating\": \"positive\", \"feedback_text\": \"Very helpful response!\" }\' ```
|
|
285
|
+
* @summary Submit Feedback
|
|
286
|
+
* @param {string} sessionId Session ID
|
|
287
|
+
* @param {SubmitFeedbackRequest} submitFeedbackRequest
|
|
288
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
289
|
+
* @param {string} [authorization2]
|
|
290
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
submitFeedbackAgentsSessions(sessionId: string, submitFeedbackRequest: SubmitFeedbackRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitFeedbackResponse>>;
|
|
295
|
+
/**
|
|
296
|
+
* Terminate a session and kill its actor. This permanently ends the session and releases all associated resources. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: TerminateSessionResponse with termination timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X DELETE http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
297
|
+
* @summary Terminate Session
|
|
298
|
+
* @param {string} sessionId Session ID
|
|
299
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
300
|
+
* @param {string} [authorization2]
|
|
301
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
302
|
+
* @param {*} [options] Override http request option.
|
|
303
|
+
* @throws {RequiredError}
|
|
304
|
+
*/
|
|
305
|
+
terminateSessionAgents(sessionId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TerminateSessionResponse>>;
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* AgentSessionsApi - factory interface
|
|
309
|
+
* @export
|
|
310
|
+
*/
|
|
311
|
+
export declare const AgentSessionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
312
|
+
/**
|
|
313
|
+
* Create a new agent session. A session represents a stateful conversation with an AI agent that can call tools to search data, filter results, and perform multi-step reasoning. Args: request: FastAPI request with tenant context payload: Session creation request Returns: CreateSessionResponse with session metadata Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"agent_config\": { \"model\": \"claude-3-5-sonnet-20241022\", \"temperature\": 0.7, \"available_tools\": [\"search_retrievers\", \"execute_retriever\"] }, \"quotas\": { \"max_messages\": 100, \"max_tokens_total\": 100000 } }\' ```
|
|
314
|
+
* @summary Create Session
|
|
315
|
+
* @param {AgentSessionsApiCreateSessionAgentsRequest} requestParameters Request parameters.
|
|
316
|
+
* @param {*} [options] Override http request option.
|
|
317
|
+
* @throws {RequiredError}
|
|
318
|
+
*/
|
|
319
|
+
createSessionAgents(requestParameters: AgentSessionsApiCreateSessionAgentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSessionResponse>;
|
|
320
|
+
/**
|
|
321
|
+
* Detect user intent from natural language request. This endpoint analyzes a user\'s request to determine whether they want to: - Execute queries on existing data (execution mode) - Create new resources/infrastructure (setup mode) - Or if the request is ambiguous and needs clarification It performs keyword analysis and checks existing collections to provide intelligent classification and recommendations. Args: request: FastAPI request with tenant context payload: Intent detection request with user\'s input Returns: IntentClassification with detected intent and recommendations Example: ```bash curl -X POST http://localhost:8000/v1/agents/intent/detect \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_request\": \"I want to search videos by faces\", \"include_collection_analysis\": true }\' ```
|
|
322
|
+
* @summary Detect Intent
|
|
323
|
+
* @param {AgentSessionsApiDetectIntentAgentsSessionsRequest} requestParameters Request parameters.
|
|
324
|
+
* @param {*} [options] Override http request option.
|
|
325
|
+
* @throws {RequiredError}
|
|
326
|
+
*/
|
|
327
|
+
detectIntentAgentsSessions(requestParameters: AgentSessionsApiDetectIntentAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<IntentClassification>;
|
|
328
|
+
/**
|
|
329
|
+
* Get conversation history for a session. Returns messages in chronological order (oldest first). Args: request: FastAPI request with tenant context session_id: Session identifier limit: Maximum messages to return (default: 50, max: 200) offset: Pagination offset (default: 0) Returns: GetHistoryResponse with message history Raises: NotFoundError: If session not found Example: ```bash curl -X GET \"http://localhost:8000/v1/agents/sessions/ses_abc123/history?limit=20&offset=0\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
330
|
+
* @summary Get History
|
|
331
|
+
* @param {AgentSessionsApiGetHistoryAgentsSessionsRequest} requestParameters Request parameters.
|
|
332
|
+
* @param {*} [options] Override http request option.
|
|
333
|
+
* @throws {RequiredError}
|
|
334
|
+
*/
|
|
335
|
+
getHistoryAgentsSessions(requestParameters: AgentSessionsApiGetHistoryAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetHistoryResponse>;
|
|
336
|
+
/**
|
|
337
|
+
* Get session metadata by ID. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: GetSessionResponse with session metadata Raises: NotFoundError: If session not found Example: ```bash curl -X GET http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
338
|
+
* @summary Get Session
|
|
339
|
+
* @param {AgentSessionsApiGetSessionAgentsRequest} requestParameters Request parameters.
|
|
340
|
+
* @param {*} [options] Override http request option.
|
|
341
|
+
* @throws {RequiredError}
|
|
342
|
+
*/
|
|
343
|
+
getSessionAgents(requestParameters: AgentSessionsApiGetSessionAgentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetSessionResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* List agent sessions in the namespace. Args: request: FastAPI request with tenant context list_request: Optional filters and sorting pagination: Pagination parameters Returns: ListSessionsResponse with session list Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/list \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"status\": \"active\"}\' ```
|
|
346
|
+
* @summary List Sessions
|
|
347
|
+
* @param {AgentSessionsApiListSessionsAgentsRequest} requestParameters Request parameters.
|
|
348
|
+
* @param {*} [options] Override http request option.
|
|
349
|
+
* @throws {RequiredError}
|
|
350
|
+
*/
|
|
351
|
+
listSessionsAgents(requestParameters?: AgentSessionsApiListSessionsAgentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListSessionsResponse>;
|
|
352
|
+
/**
|
|
353
|
+
* List all available agent tools. Use this endpoint to discover available tools before creating a session. Tool Categories: - search: Tools for searching data (execute_retriever) - read: Tools for reading resources (list_*, get_*) - create: Tools for creating resources (create_*) - requires confirmation - update: Tools for updating resources (update_*) - requires confirmation - delete: Tools for deleting resources (delete_*) - requires confirmation - upload: Tools for file uploads (upload_object) Note: Write operations (create, update, delete) require user confirmation via the /confirmations endpoint before execution. Args: request: FastAPI request with tenant context category: Optional filter by tool category Returns: ListToolsResponse with available tools Example: ```bash # List all tools curl -X GET http://localhost:8000/v1/agents/tools \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" # List only search tools curl -X GET \"http://localhost:8000/v1/agents/tools?category=search\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
354
|
+
* @summary List Tools
|
|
355
|
+
* @param {AgentSessionsApiListToolsAgentsSessionsRequest} requestParameters Request parameters.
|
|
356
|
+
* @param {*} [options] Override http request option.
|
|
357
|
+
* @throws {RequiredError}
|
|
358
|
+
*/
|
|
359
|
+
listToolsAgentsSessions(requestParameters?: AgentSessionsApiListToolsAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListToolsResponse>;
|
|
360
|
+
/**
|
|
361
|
+
* Update session metadata. Only user_memory can be updated. To change agent configuration, create a new session. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Update request Returns: PatchSessionResponse with update timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X PATCH http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_memory\": { \"preferences\": {\"language\": \"en\", \"domain\": \"tech\"} } }\' ```
|
|
362
|
+
* @summary Patch Session
|
|
363
|
+
* @param {AgentSessionsApiPatchSessionAgentsRequest} requestParameters Request parameters.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
*/
|
|
367
|
+
patchSessionAgents(requestParameters: AgentSessionsApiPatchSessionAgentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<PatchSessionResponse>;
|
|
368
|
+
/**
|
|
369
|
+
* Respond to a pending confirmation for a write operation. When the agent requests a write operation (create, update, delete), the stream pauses and emits a `confirmation_required` event. The user must call this endpoint to approve or deny the action. After responding, this endpoint returns a new SSE stream that continues the agent\'s execution from where it paused. ## Confirmation Workflow 1. User sends message via POST /sessions/{id}/messages 2. Agent proposes a write operation 3. Stream emits `confirmation_required` event with `confirmation_id` 4. User calls this endpoint with `approved: true/false` 5. This endpoint returns SSE stream continuing the agent\'s work 6. If approved, agent executes the tool and continues 7. If denied, agent acknowledges and continues without executing ## Confirmation Expiration Confirmations expire after 5 minutes. Attempting to respond to an expired confirmation returns a 400 error. Args: request: FastAPI request with tenant context session_id: Session identifier confirmation_id: Confirmation identifier from `confirmation_required` event payload: Approval/denial decision Returns: StreamingResponse with SSE events (continuation of agent execution) Raises: NotFoundError: If session or confirmation not found ValidationError: If confirmation already processed or expired Example: ```bash # Approve a pending action curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc/confirmations/conf_xyz \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"approved\": true}\' # SSE Output (continuation): event: tool_result data: {\"tool_name\": \"delete_collection\", \"success\": true, \"result\": {...}} event: token data: {\"content\": \"I\'ve deleted the collection as requested.\"} event: done data: {} ```
|
|
370
|
+
* @summary Respond To Confirmation
|
|
371
|
+
* @param {AgentSessionsApiRespondToConfirmationAgentsSessionsRequest} requestParameters Request parameters.
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
respondToConfirmationAgentsSessions(requestParameters: AgentSessionsApiRespondToConfirmationAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
376
|
+
/**
|
|
377
|
+
* Send a message to the agent and stream the response. This endpoint streams Server-Sent Events (SSE) back to the client as the agent processes the message through its workflow. ## SSE Event Types **Core Events:** - `intent`: Intent classification result (emitted first) - `{intent, confidence, category, reasoning, context_scope}` - `thinking`: Agent is analyzing/planning - `{step, message}` - `tool_call`: Agent is calling a tool - `{tool_name, tool_call_id, inputs}` - `tool_result`: Tool execution completed - `{tool_name, tool_call_id, success, output, latency_ms}` - `token`: Response token (streaming) - `{content}` - `message`: Final response content - `{content, message_id, is_final}` - `session_name`: Auto-generated session name (first message only) - `{session_name}` - `done`: Processing complete - `{latency_ms, tool_calls_made, message_id, retriever_summary, data_accessed_via_retriever}` - `error`: Error occurred - `{message, recoverable}` **Retriever Events (IMPORTANT - Primary Data Pathway):** - `retriever_execution`: Retriever was used for data access - `{tool_name, execution_id, retriever_id, is_adhoc, documents_returned, latency_ms, message}` - Emitted whenever data is accessed via retriever (saved or ad-hoc) - `pipeline_config`: Ad-hoc retriever configuration - `{tool_name, config, message}` - Contains the exact pipeline config users can save as a named retriever **Retriever Summary in `done` Event:** ```json { \"retriever_summary\": { \"used_retrievers\": true, \"retriever_count\": 2, \"saved_retrievers\": 1, \"adhoc_retrievers\": 1, \"total_documents\": 25, \"executions\": [...] }, \"data_accessed_via_retriever\": true } ``` Args: request: FastAPI request with tenant context session_id: Session identifier payload: Message request Returns: StreamingResponse with SSE events Raises: NotFoundError: If session not found Example: ```bash curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/messages \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"content\": \"Find videos about machine learning\", \"stream\": true }\' # SSE Output: event: intent data: {\"intent\": \"retriever_search\", \"confidence\": 0.92, \"category\": \"retriever\"} event: thinking data: {\"step\": \"processing\", \"message\": \"Analyzing your request...\"} event: tool_call data: {\"tool_name\": \"execute_retriever\", \"tool_call_id\": \"run_abc\", \"inputs\": {...}} event: tool_result data: {\"tool_name\": \"execute_retriever\", \"success\": true, \"output\": {...}} event: retriever_execution data: {\"tool_name\": \"execute_retriever\", \"is_adhoc\": false, \"documents_returned\": 5} event: message data: {\"content\": \"I found 5 videos about machine learning...\", \"is_final\": true} event: done data: {\"latency_ms\": 1250.5, \"data_accessed_via_retriever\": true, \"retriever_summary\": {...}} ```
|
|
378
|
+
* @summary Send Message
|
|
379
|
+
* @param {AgentSessionsApiSendMessageAgentsSessionsRequest} requestParameters Request parameters.
|
|
380
|
+
* @param {*} [options] Override http request option.
|
|
381
|
+
* @throws {RequiredError}
|
|
382
|
+
*/
|
|
383
|
+
sendMessageAgentsSessions(requestParameters: AgentSessionsApiSendMessageAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
384
|
+
/**
|
|
385
|
+
* Submit feedback on an assistant message. When positive feedback is received, the conversation exchange is stored to memory for future context. When negative feedback is received, the exchange is NOT stored. This enables learning from quality interactions. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Feedback request Returns: SubmitFeedbackResponse with feedback status Raises: NotFoundError: If session or message not found Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/feedback \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"message_id\": \"msg_xyz789\", \"rating\": \"positive\", \"feedback_text\": \"Very helpful response!\" }\' ```
|
|
386
|
+
* @summary Submit Feedback
|
|
387
|
+
* @param {AgentSessionsApiSubmitFeedbackAgentsSessionsRequest} requestParameters Request parameters.
|
|
388
|
+
* @param {*} [options] Override http request option.
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
*/
|
|
391
|
+
submitFeedbackAgentsSessions(requestParameters: AgentSessionsApiSubmitFeedbackAgentsSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitFeedbackResponse>;
|
|
392
|
+
/**
|
|
393
|
+
* Terminate a session and kill its actor. This permanently ends the session and releases all associated resources. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: TerminateSessionResponse with termination timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X DELETE http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
394
|
+
* @summary Terminate Session
|
|
395
|
+
* @param {AgentSessionsApiTerminateSessionAgentsRequest} requestParameters Request parameters.
|
|
396
|
+
* @param {*} [options] Override http request option.
|
|
397
|
+
* @throws {RequiredError}
|
|
398
|
+
*/
|
|
399
|
+
terminateSessionAgents(requestParameters: AgentSessionsApiTerminateSessionAgentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<TerminateSessionResponse>;
|
|
400
|
+
};
|
|
401
|
+
/**
|
|
402
|
+
* Request parameters for createSessionAgents operation in AgentSessionsApi.
|
|
403
|
+
* @export
|
|
404
|
+
* @interface AgentSessionsApiCreateSessionAgentsRequest
|
|
405
|
+
*/
|
|
406
|
+
export interface AgentSessionsApiCreateSessionAgentsRequest {
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* @type {CreateSessionRequest}
|
|
410
|
+
* @memberof AgentSessionsApiCreateSessionAgents
|
|
411
|
+
*/
|
|
412
|
+
readonly createSessionRequest: CreateSessionRequest;
|
|
413
|
+
/**
|
|
414
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
415
|
+
* @type {string}
|
|
416
|
+
* @memberof AgentSessionsApiCreateSessionAgents
|
|
417
|
+
*/
|
|
418
|
+
readonly authorization?: string;
|
|
419
|
+
/**
|
|
420
|
+
*
|
|
421
|
+
* @type {string}
|
|
422
|
+
* @memberof AgentSessionsApiCreateSessionAgents
|
|
423
|
+
*/
|
|
424
|
+
readonly authorization2?: string;
|
|
425
|
+
/**
|
|
426
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
427
|
+
* @type {string}
|
|
428
|
+
* @memberof AgentSessionsApiCreateSessionAgents
|
|
429
|
+
*/
|
|
430
|
+
readonly xNamespace?: string;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Request parameters for detectIntentAgentsSessions operation in AgentSessionsApi.
|
|
434
|
+
* @export
|
|
435
|
+
* @interface AgentSessionsApiDetectIntentAgentsSessionsRequest
|
|
436
|
+
*/
|
|
437
|
+
export interface AgentSessionsApiDetectIntentAgentsSessionsRequest {
|
|
438
|
+
/**
|
|
439
|
+
*
|
|
440
|
+
* @type {DetectIntentRequest}
|
|
441
|
+
* @memberof AgentSessionsApiDetectIntentAgentsSessions
|
|
442
|
+
*/
|
|
443
|
+
readonly detectIntentRequest: DetectIntentRequest;
|
|
444
|
+
/**
|
|
445
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
446
|
+
* @type {string}
|
|
447
|
+
* @memberof AgentSessionsApiDetectIntentAgentsSessions
|
|
448
|
+
*/
|
|
449
|
+
readonly authorization?: string;
|
|
450
|
+
/**
|
|
451
|
+
*
|
|
452
|
+
* @type {string}
|
|
453
|
+
* @memberof AgentSessionsApiDetectIntentAgentsSessions
|
|
454
|
+
*/
|
|
455
|
+
readonly authorization2?: string;
|
|
456
|
+
/**
|
|
457
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
458
|
+
* @type {string}
|
|
459
|
+
* @memberof AgentSessionsApiDetectIntentAgentsSessions
|
|
460
|
+
*/
|
|
461
|
+
readonly xNamespace?: string;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* Request parameters for getHistoryAgentsSessions operation in AgentSessionsApi.
|
|
465
|
+
* @export
|
|
466
|
+
* @interface AgentSessionsApiGetHistoryAgentsSessionsRequest
|
|
467
|
+
*/
|
|
468
|
+
export interface AgentSessionsApiGetHistoryAgentsSessionsRequest {
|
|
469
|
+
/**
|
|
470
|
+
* Session ID
|
|
471
|
+
* @type {string}
|
|
472
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
473
|
+
*/
|
|
474
|
+
readonly sessionId: string;
|
|
475
|
+
/**
|
|
476
|
+
* Maximum messages to return
|
|
477
|
+
* @type {number}
|
|
478
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
479
|
+
*/
|
|
480
|
+
readonly limit?: number;
|
|
481
|
+
/**
|
|
482
|
+
* Pagination offset
|
|
483
|
+
* @type {number}
|
|
484
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
485
|
+
*/
|
|
486
|
+
readonly offset?: number;
|
|
487
|
+
/**
|
|
488
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
489
|
+
* @type {string}
|
|
490
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
491
|
+
*/
|
|
492
|
+
readonly authorization?: string;
|
|
493
|
+
/**
|
|
494
|
+
*
|
|
495
|
+
* @type {string}
|
|
496
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
497
|
+
*/
|
|
498
|
+
readonly authorization2?: string;
|
|
499
|
+
/**
|
|
500
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
501
|
+
* @type {string}
|
|
502
|
+
* @memberof AgentSessionsApiGetHistoryAgentsSessions
|
|
503
|
+
*/
|
|
504
|
+
readonly xNamespace?: string;
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* Request parameters for getSessionAgents operation in AgentSessionsApi.
|
|
508
|
+
* @export
|
|
509
|
+
* @interface AgentSessionsApiGetSessionAgentsRequest
|
|
510
|
+
*/
|
|
511
|
+
export interface AgentSessionsApiGetSessionAgentsRequest {
|
|
512
|
+
/**
|
|
513
|
+
* Session ID
|
|
514
|
+
* @type {string}
|
|
515
|
+
* @memberof AgentSessionsApiGetSessionAgents
|
|
516
|
+
*/
|
|
517
|
+
readonly sessionId: string;
|
|
518
|
+
/**
|
|
519
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
520
|
+
* @type {string}
|
|
521
|
+
* @memberof AgentSessionsApiGetSessionAgents
|
|
522
|
+
*/
|
|
523
|
+
readonly authorization?: string;
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof AgentSessionsApiGetSessionAgents
|
|
528
|
+
*/
|
|
529
|
+
readonly authorization2?: string;
|
|
530
|
+
/**
|
|
531
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof AgentSessionsApiGetSessionAgents
|
|
534
|
+
*/
|
|
535
|
+
readonly xNamespace?: string;
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Request parameters for listSessionsAgents operation in AgentSessionsApi.
|
|
539
|
+
* @export
|
|
540
|
+
* @interface AgentSessionsApiListSessionsAgentsRequest
|
|
541
|
+
*/
|
|
542
|
+
export interface AgentSessionsApiListSessionsAgentsRequest {
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @type {number}
|
|
546
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
547
|
+
*/
|
|
548
|
+
readonly limit?: number;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @type {number}
|
|
552
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
553
|
+
*/
|
|
554
|
+
readonly offset?: number;
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @type {string}
|
|
558
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
559
|
+
*/
|
|
560
|
+
readonly cursor?: string;
|
|
561
|
+
/**
|
|
562
|
+
*
|
|
563
|
+
* @type {boolean}
|
|
564
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
565
|
+
*/
|
|
566
|
+
readonly includeTotal?: boolean;
|
|
567
|
+
/**
|
|
568
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
569
|
+
* @type {string}
|
|
570
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
571
|
+
*/
|
|
572
|
+
readonly authorization?: string;
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @type {string}
|
|
576
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
577
|
+
*/
|
|
578
|
+
readonly authorization2?: string;
|
|
579
|
+
/**
|
|
580
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
581
|
+
* @type {string}
|
|
582
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
583
|
+
*/
|
|
584
|
+
readonly xNamespace?: string;
|
|
585
|
+
/**
|
|
586
|
+
*
|
|
587
|
+
* @type {ListSessionsRequest}
|
|
588
|
+
* @memberof AgentSessionsApiListSessionsAgents
|
|
589
|
+
*/
|
|
590
|
+
readonly listSessionsRequest?: ListSessionsRequest;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Request parameters for listToolsAgentsSessions operation in AgentSessionsApi.
|
|
594
|
+
* @export
|
|
595
|
+
* @interface AgentSessionsApiListToolsAgentsSessionsRequest
|
|
596
|
+
*/
|
|
597
|
+
export interface AgentSessionsApiListToolsAgentsSessionsRequest {
|
|
598
|
+
/**
|
|
599
|
+
* Filter by tool category
|
|
600
|
+
* @type {string}
|
|
601
|
+
* @memberof AgentSessionsApiListToolsAgentsSessions
|
|
602
|
+
*/
|
|
603
|
+
readonly category?: string;
|
|
604
|
+
/**
|
|
605
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
606
|
+
* @type {string}
|
|
607
|
+
* @memberof AgentSessionsApiListToolsAgentsSessions
|
|
608
|
+
*/
|
|
609
|
+
readonly authorization?: string;
|
|
610
|
+
/**
|
|
611
|
+
*
|
|
612
|
+
* @type {string}
|
|
613
|
+
* @memberof AgentSessionsApiListToolsAgentsSessions
|
|
614
|
+
*/
|
|
615
|
+
readonly authorization2?: string;
|
|
616
|
+
/**
|
|
617
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
618
|
+
* @type {string}
|
|
619
|
+
* @memberof AgentSessionsApiListToolsAgentsSessions
|
|
620
|
+
*/
|
|
621
|
+
readonly xNamespace?: string;
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Request parameters for patchSessionAgents operation in AgentSessionsApi.
|
|
625
|
+
* @export
|
|
626
|
+
* @interface AgentSessionsApiPatchSessionAgentsRequest
|
|
627
|
+
*/
|
|
628
|
+
export interface AgentSessionsApiPatchSessionAgentsRequest {
|
|
629
|
+
/**
|
|
630
|
+
* Session ID
|
|
631
|
+
* @type {string}
|
|
632
|
+
* @memberof AgentSessionsApiPatchSessionAgents
|
|
633
|
+
*/
|
|
634
|
+
readonly sessionId: string;
|
|
635
|
+
/**
|
|
636
|
+
*
|
|
637
|
+
* @type {PatchSessionRequest}
|
|
638
|
+
* @memberof AgentSessionsApiPatchSessionAgents
|
|
639
|
+
*/
|
|
640
|
+
readonly patchSessionRequest: PatchSessionRequest;
|
|
641
|
+
/**
|
|
642
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
643
|
+
* @type {string}
|
|
644
|
+
* @memberof AgentSessionsApiPatchSessionAgents
|
|
645
|
+
*/
|
|
646
|
+
readonly authorization?: string;
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @type {string}
|
|
650
|
+
* @memberof AgentSessionsApiPatchSessionAgents
|
|
651
|
+
*/
|
|
652
|
+
readonly authorization2?: string;
|
|
653
|
+
/**
|
|
654
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
655
|
+
* @type {string}
|
|
656
|
+
* @memberof AgentSessionsApiPatchSessionAgents
|
|
657
|
+
*/
|
|
658
|
+
readonly xNamespace?: string;
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Request parameters for respondToConfirmationAgentsSessions operation in AgentSessionsApi.
|
|
662
|
+
* @export
|
|
663
|
+
* @interface AgentSessionsApiRespondToConfirmationAgentsSessionsRequest
|
|
664
|
+
*/
|
|
665
|
+
export interface AgentSessionsApiRespondToConfirmationAgentsSessionsRequest {
|
|
666
|
+
/**
|
|
667
|
+
* Session ID
|
|
668
|
+
* @type {string}
|
|
669
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
670
|
+
*/
|
|
671
|
+
readonly sessionId: string;
|
|
672
|
+
/**
|
|
673
|
+
* Confirmation ID
|
|
674
|
+
* @type {string}
|
|
675
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
676
|
+
*/
|
|
677
|
+
readonly confirmationId: string;
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @type {ConfirmationRequest}
|
|
681
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
682
|
+
*/
|
|
683
|
+
readonly confirmationRequest: ConfirmationRequest;
|
|
684
|
+
/**
|
|
685
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
686
|
+
* @type {string}
|
|
687
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
688
|
+
*/
|
|
689
|
+
readonly authorization?: string;
|
|
690
|
+
/**
|
|
691
|
+
*
|
|
692
|
+
* @type {string}
|
|
693
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
694
|
+
*/
|
|
695
|
+
readonly authorization2?: string;
|
|
696
|
+
/**
|
|
697
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
698
|
+
* @type {string}
|
|
699
|
+
* @memberof AgentSessionsApiRespondToConfirmationAgentsSessions
|
|
700
|
+
*/
|
|
701
|
+
readonly xNamespace?: string;
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* Request parameters for sendMessageAgentsSessions operation in AgentSessionsApi.
|
|
705
|
+
* @export
|
|
706
|
+
* @interface AgentSessionsApiSendMessageAgentsSessionsRequest
|
|
707
|
+
*/
|
|
708
|
+
export interface AgentSessionsApiSendMessageAgentsSessionsRequest {
|
|
709
|
+
/**
|
|
710
|
+
* Session ID
|
|
711
|
+
* @type {string}
|
|
712
|
+
* @memberof AgentSessionsApiSendMessageAgentsSessions
|
|
713
|
+
*/
|
|
714
|
+
readonly sessionId: string;
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @type {SendMessageRequest}
|
|
718
|
+
* @memberof AgentSessionsApiSendMessageAgentsSessions
|
|
719
|
+
*/
|
|
720
|
+
readonly sendMessageRequest: SendMessageRequest;
|
|
721
|
+
/**
|
|
722
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
723
|
+
* @type {string}
|
|
724
|
+
* @memberof AgentSessionsApiSendMessageAgentsSessions
|
|
725
|
+
*/
|
|
726
|
+
readonly authorization?: string;
|
|
727
|
+
/**
|
|
728
|
+
*
|
|
729
|
+
* @type {string}
|
|
730
|
+
* @memberof AgentSessionsApiSendMessageAgentsSessions
|
|
731
|
+
*/
|
|
732
|
+
readonly authorization2?: string;
|
|
733
|
+
/**
|
|
734
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
735
|
+
* @type {string}
|
|
736
|
+
* @memberof AgentSessionsApiSendMessageAgentsSessions
|
|
737
|
+
*/
|
|
738
|
+
readonly xNamespace?: string;
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Request parameters for submitFeedbackAgentsSessions operation in AgentSessionsApi.
|
|
742
|
+
* @export
|
|
743
|
+
* @interface AgentSessionsApiSubmitFeedbackAgentsSessionsRequest
|
|
744
|
+
*/
|
|
745
|
+
export interface AgentSessionsApiSubmitFeedbackAgentsSessionsRequest {
|
|
746
|
+
/**
|
|
747
|
+
* Session ID
|
|
748
|
+
* @type {string}
|
|
749
|
+
* @memberof AgentSessionsApiSubmitFeedbackAgentsSessions
|
|
750
|
+
*/
|
|
751
|
+
readonly sessionId: string;
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @type {SubmitFeedbackRequest}
|
|
755
|
+
* @memberof AgentSessionsApiSubmitFeedbackAgentsSessions
|
|
756
|
+
*/
|
|
757
|
+
readonly submitFeedbackRequest: SubmitFeedbackRequest;
|
|
758
|
+
/**
|
|
759
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
760
|
+
* @type {string}
|
|
761
|
+
* @memberof AgentSessionsApiSubmitFeedbackAgentsSessions
|
|
762
|
+
*/
|
|
763
|
+
readonly authorization?: string;
|
|
764
|
+
/**
|
|
765
|
+
*
|
|
766
|
+
* @type {string}
|
|
767
|
+
* @memberof AgentSessionsApiSubmitFeedbackAgentsSessions
|
|
768
|
+
*/
|
|
769
|
+
readonly authorization2?: string;
|
|
770
|
+
/**
|
|
771
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
772
|
+
* @type {string}
|
|
773
|
+
* @memberof AgentSessionsApiSubmitFeedbackAgentsSessions
|
|
774
|
+
*/
|
|
775
|
+
readonly xNamespace?: string;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* Request parameters for terminateSessionAgents operation in AgentSessionsApi.
|
|
779
|
+
* @export
|
|
780
|
+
* @interface AgentSessionsApiTerminateSessionAgentsRequest
|
|
781
|
+
*/
|
|
782
|
+
export interface AgentSessionsApiTerminateSessionAgentsRequest {
|
|
783
|
+
/**
|
|
784
|
+
* Session ID
|
|
785
|
+
* @type {string}
|
|
786
|
+
* @memberof AgentSessionsApiTerminateSessionAgents
|
|
787
|
+
*/
|
|
788
|
+
readonly sessionId: string;
|
|
789
|
+
/**
|
|
790
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
791
|
+
* @type {string}
|
|
792
|
+
* @memberof AgentSessionsApiTerminateSessionAgents
|
|
793
|
+
*/
|
|
794
|
+
readonly authorization?: string;
|
|
795
|
+
/**
|
|
796
|
+
*
|
|
797
|
+
* @type {string}
|
|
798
|
+
* @memberof AgentSessionsApiTerminateSessionAgents
|
|
799
|
+
*/
|
|
800
|
+
readonly authorization2?: string;
|
|
801
|
+
/**
|
|
802
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
803
|
+
* @type {string}
|
|
804
|
+
* @memberof AgentSessionsApiTerminateSessionAgents
|
|
805
|
+
*/
|
|
806
|
+
readonly xNamespace?: string;
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* AgentSessionsApi - object-oriented interface
|
|
810
|
+
* @export
|
|
811
|
+
* @class AgentSessionsApi
|
|
812
|
+
* @extends {BaseAPI}
|
|
813
|
+
*/
|
|
814
|
+
export declare class AgentSessionsApi extends BaseAPI {
|
|
815
|
+
/**
|
|
816
|
+
* Create a new agent session. A session represents a stateful conversation with an AI agent that can call tools to search data, filter results, and perform multi-step reasoning. Args: request: FastAPI request with tenant context payload: Session creation request Returns: CreateSessionResponse with session metadata Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"agent_config\": { \"model\": \"claude-3-5-sonnet-20241022\", \"temperature\": 0.7, \"available_tools\": [\"search_retrievers\", \"execute_retriever\"] }, \"quotas\": { \"max_messages\": 100, \"max_tokens_total\": 100000 } }\' ```
|
|
817
|
+
* @summary Create Session
|
|
818
|
+
* @param {AgentSessionsApiCreateSessionAgentsRequest} requestParameters Request parameters.
|
|
819
|
+
* @param {*} [options] Override http request option.
|
|
820
|
+
* @throws {RequiredError}
|
|
821
|
+
* @memberof AgentSessionsApi
|
|
822
|
+
*/
|
|
823
|
+
createSessionAgents(requestParameters: AgentSessionsApiCreateSessionAgentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSessionResponse, any, {}>>;
|
|
824
|
+
/**
|
|
825
|
+
* Detect user intent from natural language request. This endpoint analyzes a user\'s request to determine whether they want to: - Execute queries on existing data (execution mode) - Create new resources/infrastructure (setup mode) - Or if the request is ambiguous and needs clarification It performs keyword analysis and checks existing collections to provide intelligent classification and recommendations. Args: request: FastAPI request with tenant context payload: Intent detection request with user\'s input Returns: IntentClassification with detected intent and recommendations Example: ```bash curl -X POST http://localhost:8000/v1/agents/intent/detect \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_request\": \"I want to search videos by faces\", \"include_collection_analysis\": true }\' ```
|
|
826
|
+
* @summary Detect Intent
|
|
827
|
+
* @param {AgentSessionsApiDetectIntentAgentsSessionsRequest} requestParameters Request parameters.
|
|
828
|
+
* @param {*} [options] Override http request option.
|
|
829
|
+
* @throws {RequiredError}
|
|
830
|
+
* @memberof AgentSessionsApi
|
|
831
|
+
*/
|
|
832
|
+
detectIntentAgentsSessions(requestParameters: AgentSessionsApiDetectIntentAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IntentClassification, any, {}>>;
|
|
833
|
+
/**
|
|
834
|
+
* Get conversation history for a session. Returns messages in chronological order (oldest first). Args: request: FastAPI request with tenant context session_id: Session identifier limit: Maximum messages to return (default: 50, max: 200) offset: Pagination offset (default: 0) Returns: GetHistoryResponse with message history Raises: NotFoundError: If session not found Example: ```bash curl -X GET \"http://localhost:8000/v1/agents/sessions/ses_abc123/history?limit=20&offset=0\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
835
|
+
* @summary Get History
|
|
836
|
+
* @param {AgentSessionsApiGetHistoryAgentsSessionsRequest} requestParameters Request parameters.
|
|
837
|
+
* @param {*} [options] Override http request option.
|
|
838
|
+
* @throws {RequiredError}
|
|
839
|
+
* @memberof AgentSessionsApi
|
|
840
|
+
*/
|
|
841
|
+
getHistoryAgentsSessions(requestParameters: AgentSessionsApiGetHistoryAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetHistoryResponse, any, {}>>;
|
|
842
|
+
/**
|
|
843
|
+
* Get session metadata by ID. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: GetSessionResponse with session metadata Raises: NotFoundError: If session not found Example: ```bash curl -X GET http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
844
|
+
* @summary Get Session
|
|
845
|
+
* @param {AgentSessionsApiGetSessionAgentsRequest} requestParameters Request parameters.
|
|
846
|
+
* @param {*} [options] Override http request option.
|
|
847
|
+
* @throws {RequiredError}
|
|
848
|
+
* @memberof AgentSessionsApi
|
|
849
|
+
*/
|
|
850
|
+
getSessionAgents(requestParameters: AgentSessionsApiGetSessionAgentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSessionResponse, any, {}>>;
|
|
851
|
+
/**
|
|
852
|
+
* List agent sessions in the namespace. Args: request: FastAPI request with tenant context list_request: Optional filters and sorting pagination: Pagination parameters Returns: ListSessionsResponse with session list Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/list \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"status\": \"active\"}\' ```
|
|
853
|
+
* @summary List Sessions
|
|
854
|
+
* @param {AgentSessionsApiListSessionsAgentsRequest} requestParameters Request parameters.
|
|
855
|
+
* @param {*} [options] Override http request option.
|
|
856
|
+
* @throws {RequiredError}
|
|
857
|
+
* @memberof AgentSessionsApi
|
|
858
|
+
*/
|
|
859
|
+
listSessionsAgents(requestParameters?: AgentSessionsApiListSessionsAgentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListSessionsResponse, any, {}>>;
|
|
860
|
+
/**
|
|
861
|
+
* List all available agent tools. Use this endpoint to discover available tools before creating a session. Tool Categories: - search: Tools for searching data (execute_retriever) - read: Tools for reading resources (list_*, get_*) - create: Tools for creating resources (create_*) - requires confirmation - update: Tools for updating resources (update_*) - requires confirmation - delete: Tools for deleting resources (delete_*) - requires confirmation - upload: Tools for file uploads (upload_object) Note: Write operations (create, update, delete) require user confirmation via the /confirmations endpoint before execution. Args: request: FastAPI request with tenant context category: Optional filter by tool category Returns: ListToolsResponse with available tools Example: ```bash # List all tools curl -X GET http://localhost:8000/v1/agents/tools \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" # List only search tools curl -X GET \"http://localhost:8000/v1/agents/tools?category=search\" \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
862
|
+
* @summary List Tools
|
|
863
|
+
* @param {AgentSessionsApiListToolsAgentsSessionsRequest} requestParameters Request parameters.
|
|
864
|
+
* @param {*} [options] Override http request option.
|
|
865
|
+
* @throws {RequiredError}
|
|
866
|
+
* @memberof AgentSessionsApi
|
|
867
|
+
*/
|
|
868
|
+
listToolsAgentsSessions(requestParameters?: AgentSessionsApiListToolsAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListToolsResponse, any, {}>>;
|
|
869
|
+
/**
|
|
870
|
+
* Update session metadata. Only user_memory can be updated. To change agent configuration, create a new session. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Update request Returns: PatchSessionResponse with update timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X PATCH http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"user_memory\": { \"preferences\": {\"language\": \"en\", \"domain\": \"tech\"} } }\' ```
|
|
871
|
+
* @summary Patch Session
|
|
872
|
+
* @param {AgentSessionsApiPatchSessionAgentsRequest} requestParameters Request parameters.
|
|
873
|
+
* @param {*} [options] Override http request option.
|
|
874
|
+
* @throws {RequiredError}
|
|
875
|
+
* @memberof AgentSessionsApi
|
|
876
|
+
*/
|
|
877
|
+
patchSessionAgents(requestParameters: AgentSessionsApiPatchSessionAgentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchSessionResponse, any, {}>>;
|
|
878
|
+
/**
|
|
879
|
+
* Respond to a pending confirmation for a write operation. When the agent requests a write operation (create, update, delete), the stream pauses and emits a `confirmation_required` event. The user must call this endpoint to approve or deny the action. After responding, this endpoint returns a new SSE stream that continues the agent\'s execution from where it paused. ## Confirmation Workflow 1. User sends message via POST /sessions/{id}/messages 2. Agent proposes a write operation 3. Stream emits `confirmation_required` event with `confirmation_id` 4. User calls this endpoint with `approved: true/false` 5. This endpoint returns SSE stream continuing the agent\'s work 6. If approved, agent executes the tool and continues 7. If denied, agent acknowledges and continues without executing ## Confirmation Expiration Confirmations expire after 5 minutes. Attempting to respond to an expired confirmation returns a 400 error. Args: request: FastAPI request with tenant context session_id: Session identifier confirmation_id: Confirmation identifier from `confirmation_required` event payload: Approval/denial decision Returns: StreamingResponse with SSE events (continuation of agent execution) Raises: NotFoundError: If session or confirmation not found ValidationError: If confirmation already processed or expired Example: ```bash # Approve a pending action curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc/confirmations/conf_xyz \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{\"approved\": true}\' # SSE Output (continuation): event: tool_result data: {\"tool_name\": \"delete_collection\", \"success\": true, \"result\": {...}} event: token data: {\"content\": \"I\'ve deleted the collection as requested.\"} event: done data: {} ```
|
|
880
|
+
* @summary Respond To Confirmation
|
|
881
|
+
* @param {AgentSessionsApiRespondToConfirmationAgentsSessionsRequest} requestParameters Request parameters.
|
|
882
|
+
* @param {*} [options] Override http request option.
|
|
883
|
+
* @throws {RequiredError}
|
|
884
|
+
* @memberof AgentSessionsApi
|
|
885
|
+
*/
|
|
886
|
+
respondToConfirmationAgentsSessions(requestParameters: AgentSessionsApiRespondToConfirmationAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
887
|
+
/**
|
|
888
|
+
* Send a message to the agent and stream the response. This endpoint streams Server-Sent Events (SSE) back to the client as the agent processes the message through its workflow. ## SSE Event Types **Core Events:** - `intent`: Intent classification result (emitted first) - `{intent, confidence, category, reasoning, context_scope}` - `thinking`: Agent is analyzing/planning - `{step, message}` - `tool_call`: Agent is calling a tool - `{tool_name, tool_call_id, inputs}` - `tool_result`: Tool execution completed - `{tool_name, tool_call_id, success, output, latency_ms}` - `token`: Response token (streaming) - `{content}` - `message`: Final response content - `{content, message_id, is_final}` - `session_name`: Auto-generated session name (first message only) - `{session_name}` - `done`: Processing complete - `{latency_ms, tool_calls_made, message_id, retriever_summary, data_accessed_via_retriever}` - `error`: Error occurred - `{message, recoverable}` **Retriever Events (IMPORTANT - Primary Data Pathway):** - `retriever_execution`: Retriever was used for data access - `{tool_name, execution_id, retriever_id, is_adhoc, documents_returned, latency_ms, message}` - Emitted whenever data is accessed via retriever (saved or ad-hoc) - `pipeline_config`: Ad-hoc retriever configuration - `{tool_name, config, message}` - Contains the exact pipeline config users can save as a named retriever **Retriever Summary in `done` Event:** ```json { \"retriever_summary\": { \"used_retrievers\": true, \"retriever_count\": 2, \"saved_retrievers\": 1, \"adhoc_retrievers\": 1, \"total_documents\": 25, \"executions\": [...] }, \"data_accessed_via_retriever\": true } ``` Args: request: FastAPI request with tenant context session_id: Session identifier payload: Message request Returns: StreamingResponse with SSE events Raises: NotFoundError: If session not found Example: ```bash curl -N -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/messages \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"content\": \"Find videos about machine learning\", \"stream\": true }\' # SSE Output: event: intent data: {\"intent\": \"retriever_search\", \"confidence\": 0.92, \"category\": \"retriever\"} event: thinking data: {\"step\": \"processing\", \"message\": \"Analyzing your request...\"} event: tool_call data: {\"tool_name\": \"execute_retriever\", \"tool_call_id\": \"run_abc\", \"inputs\": {...}} event: tool_result data: {\"tool_name\": \"execute_retriever\", \"success\": true, \"output\": {...}} event: retriever_execution data: {\"tool_name\": \"execute_retriever\", \"is_adhoc\": false, \"documents_returned\": 5} event: message data: {\"content\": \"I found 5 videos about machine learning...\", \"is_final\": true} event: done data: {\"latency_ms\": 1250.5, \"data_accessed_via_retriever\": true, \"retriever_summary\": {...}} ```
|
|
889
|
+
* @summary Send Message
|
|
890
|
+
* @param {AgentSessionsApiSendMessageAgentsSessionsRequest} requestParameters Request parameters.
|
|
891
|
+
* @param {*} [options] Override http request option.
|
|
892
|
+
* @throws {RequiredError}
|
|
893
|
+
* @memberof AgentSessionsApi
|
|
894
|
+
*/
|
|
895
|
+
sendMessageAgentsSessions(requestParameters: AgentSessionsApiSendMessageAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
896
|
+
/**
|
|
897
|
+
* Submit feedback on an assistant message. When positive feedback is received, the conversation exchange is stored to memory for future context. When negative feedback is received, the exchange is NOT stored. This enables learning from quality interactions. Args: request: FastAPI request with tenant context session_id: Session identifier payload: Feedback request Returns: SubmitFeedbackResponse with feedback status Raises: NotFoundError: If session or message not found Example: ```bash curl -X POST http://localhost:8000/v1/agents/sessions/ses_abc123/feedback \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" \\ -H \"Content-Type: application/json\" \\ -d \'{ \"message_id\": \"msg_xyz789\", \"rating\": \"positive\", \"feedback_text\": \"Very helpful response!\" }\' ```
|
|
898
|
+
* @summary Submit Feedback
|
|
899
|
+
* @param {AgentSessionsApiSubmitFeedbackAgentsSessionsRequest} requestParameters Request parameters.
|
|
900
|
+
* @param {*} [options] Override http request option.
|
|
901
|
+
* @throws {RequiredError}
|
|
902
|
+
* @memberof AgentSessionsApi
|
|
903
|
+
*/
|
|
904
|
+
submitFeedbackAgentsSessions(requestParameters: AgentSessionsApiSubmitFeedbackAgentsSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitFeedbackResponse, any, {}>>;
|
|
905
|
+
/**
|
|
906
|
+
* Terminate a session and kill its actor. This permanently ends the session and releases all associated resources. Args: request: FastAPI request with tenant context session_id: Session identifier Returns: TerminateSessionResponse with termination timestamp Raises: NotFoundError: If session not found Example: ```bash curl -X DELETE http://localhost:8000/v1/agents/sessions/ses_abc123 \\ -H \"Authorization: Bearer {api_key}\" \\ -H \"X-Namespace: {namespace_id}\" ```
|
|
907
|
+
* @summary Terminate Session
|
|
908
|
+
* @param {AgentSessionsApiTerminateSessionAgentsRequest} requestParameters Request parameters.
|
|
909
|
+
* @param {*} [options] Override http request option.
|
|
910
|
+
* @throws {RequiredError}
|
|
911
|
+
* @memberof AgentSessionsApi
|
|
912
|
+
*/
|
|
913
|
+
terminateSessionAgents(requestParameters: AgentSessionsApiTerminateSessionAgentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TerminateSessionResponse, any, {}>>;
|
|
914
|
+
}
|
|
915
|
+
//# sourceMappingURL=agent-sessions-api.d.ts.map
|