graphlit-client 1.0.20240901001 → 1.0.20240903001
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.
@@ -2590,6 +2590,11 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2590
2590
|
allowedPaths
|
2591
2591
|
excludedPaths
|
2592
2592
|
}
|
2593
|
+
search {
|
2594
|
+
readLimit
|
2595
|
+
type
|
2596
|
+
text
|
2597
|
+
}
|
2593
2598
|
reddit {
|
2594
2599
|
readLimit
|
2595
2600
|
subredditName
|
@@ -2762,6 +2767,11 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2762
2767
|
allowedPaths
|
2763
2768
|
excludedPaths
|
2764
2769
|
}
|
2770
|
+
search {
|
2771
|
+
readLimit
|
2772
|
+
type
|
2773
|
+
text
|
2774
|
+
}
|
2765
2775
|
reddit {
|
2766
2776
|
readLimit
|
2767
2777
|
subredditName
|
@@ -4287,6 +4297,7 @@ exports.LookupCredits = (0, graphql_tag_1.default) `
|
|
4287
4297
|
computeRatio
|
4288
4298
|
embeddingRatio
|
4289
4299
|
completionRatio
|
4300
|
+
ingestionRatio
|
4290
4301
|
indexingRatio
|
4291
4302
|
preparationRatio
|
4292
4303
|
extractionRatio
|
@@ -4343,6 +4354,7 @@ exports.QueryCredits = (0, graphql_tag_1.default) `
|
|
4343
4354
|
computeRatio
|
4344
4355
|
embeddingRatio
|
4345
4356
|
completionRatio
|
4357
|
+
ingestionRatio
|
4346
4358
|
indexingRatio
|
4347
4359
|
preparationRatio
|
4348
4360
|
extractionRatio
|
@@ -2902,6 +2902,8 @@ export type Feed = {
|
|
2902
2902
|
rss?: Maybe<RssFeedProperties>;
|
2903
2903
|
/** The feed schedule policy. */
|
2904
2904
|
schedulePolicy?: Maybe<FeedSchedulePolicy>;
|
2905
|
+
/** The web search feed properties. */
|
2906
|
+
search?: Maybe<SearchFeedProperties>;
|
2905
2907
|
/** The site feed properties. */
|
2906
2908
|
site?: Maybe<SiteFeedProperties>;
|
2907
2909
|
/** The Slack feed properties. */
|
@@ -2986,6 +2988,8 @@ export type FeedInput = {
|
|
2986
2988
|
rss?: InputMaybe<RssFeedPropertiesInput>;
|
2987
2989
|
/** The feed schedule policy. */
|
2988
2990
|
schedulePolicy?: InputMaybe<FeedSchedulePolicyInput>;
|
2991
|
+
/** The web search feed properties. */
|
2992
|
+
search?: InputMaybe<SearchFeedPropertiesInput>;
|
2989
2993
|
/** The site feed properties. */
|
2990
2994
|
site?: InputMaybe<SiteFeedPropertiesInput>;
|
2991
2995
|
/** The Slack feed properties. */
|
@@ -3070,6 +3074,8 @@ export declare enum FeedTypes {
|
|
3070
3074
|
Reddit = "REDDIT",
|
3071
3075
|
/** RSS feed */
|
3072
3076
|
Rss = "RSS",
|
3077
|
+
/** Web Search feed */
|
3078
|
+
Search = "SEARCH",
|
3073
3079
|
/** Cloud storage site feed */
|
3074
3080
|
Site = "SITE",
|
3075
3081
|
/** Slack channel feed */
|
@@ -3103,6 +3109,8 @@ export type FeedUpdateInput = {
|
|
3103
3109
|
rss?: InputMaybe<RssFeedPropertiesUpdateInput>;
|
3104
3110
|
/** The feed schedule policy. */
|
3105
3111
|
schedulePolicy?: InputMaybe<FeedSchedulePolicyInput>;
|
3112
|
+
/** The web search feed properties. */
|
3113
|
+
search?: InputMaybe<SearchFeedPropertiesUpdateInput>;
|
3106
3114
|
/** The site feed properties. */
|
3107
3115
|
site?: InputMaybe<SiteFeedPropertiesUpdateInput>;
|
3108
3116
|
/** The Slack feed properties. */
|
@@ -7459,7 +7467,10 @@ export type OpenAiModelPropertiesUpdateInput = {
|
|
7459
7467
|
export declare enum OpenAiModels {
|
7460
7468
|
/** Developer-specified model */
|
7461
7469
|
Custom = "CUSTOM",
|
7462
|
-
/**
|
7470
|
+
/**
|
7471
|
+
* GPT-4 (Latest)
|
7472
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7473
|
+
*/
|
7463
7474
|
Gpt4 = "GPT4",
|
7464
7475
|
/** GPT-4o 128k (Latest) */
|
7465
7476
|
Gpt4O_128K = "GPT4O_128K",
|
@@ -7473,11 +7484,20 @@ export declare enum OpenAiModels {
|
|
7473
7484
|
Gpt4OMini_128K = "GPT4O_MINI_128K",
|
7474
7485
|
/** GPT-4o Mini 128k (2024-07-18 version) */
|
7475
7486
|
Gpt4OMini_128K_20240718 = "GPT4O_MINI_128K_20240718",
|
7476
|
-
/**
|
7487
|
+
/**
|
7488
|
+
* GPT-4 (0613 version)
|
7489
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7490
|
+
*/
|
7477
7491
|
Gpt4_0613 = "GPT4_0613",
|
7478
|
-
/**
|
7492
|
+
/**
|
7493
|
+
* GPT-4 32k (Latest)
|
7494
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7495
|
+
*/
|
7479
7496
|
Gpt4_32K = "GPT4_32K",
|
7480
|
-
/**
|
7497
|
+
/**
|
7498
|
+
* GPT-4 32k (0613 version)
|
7499
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7500
|
+
*/
|
7481
7501
|
Gpt4_32K_0613 = "GPT4_32K_0613",
|
7482
7502
|
/** GPT-4 Turbo 128k (Latest) */
|
7483
7503
|
Gpt4Turbo_128K = "GPT4_TURBO_128K",
|
@@ -7487,27 +7507,45 @@ export declare enum OpenAiModels {
|
|
7487
7507
|
Gpt4Turbo_128K_1106 = "GPT4_TURBO_128K_1106",
|
7488
7508
|
/** GPT-4 Turbo 128k (2024-04-09 version) */
|
7489
7509
|
Gpt4Turbo_128K_20240409 = "GPT4_TURBO_128K_20240409",
|
7490
|
-
/**
|
7510
|
+
/**
|
7511
|
+
* GPT-4 Turbo Vision 128k (Latest)
|
7512
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7513
|
+
*/
|
7491
7514
|
Gpt4TurboVision_128K = "GPT4_TURBO_VISION_128K",
|
7492
|
-
/**
|
7515
|
+
/**
|
7516
|
+
* GPT-4 Turbo Vision 128k (1106 version)
|
7517
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
7518
|
+
*/
|
7493
7519
|
Gpt4TurboVision_128K_1106 = "GPT4_TURBO_VISION_128K_1106",
|
7494
7520
|
/**
|
7495
7521
|
* GPT-3.5 Turbo (Latest)
|
7496
|
-
* @deprecated OpenAI
|
7522
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7497
7523
|
*/
|
7498
7524
|
Gpt35Turbo = "GPT35_TURBO",
|
7499
7525
|
/**
|
7500
7526
|
* GPT-3.5 Turbo (0613 version)
|
7501
|
-
* @deprecated OpenAI
|
7527
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7502
7528
|
*/
|
7503
7529
|
Gpt35Turbo_0613 = "GPT35_TURBO_0613",
|
7504
|
-
/**
|
7530
|
+
/**
|
7531
|
+
* GPT-3.5 Turbo 16k (Latest)
|
7532
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7533
|
+
*/
|
7505
7534
|
Gpt35Turbo_16K = "GPT35_TURBO_16K",
|
7506
|
-
/**
|
7535
|
+
/**
|
7536
|
+
* GPT-3.5 Turbo 16k (0125 version)
|
7537
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7538
|
+
*/
|
7507
7539
|
Gpt35Turbo_16K_0125 = "GPT35_TURBO_16K_0125",
|
7508
|
-
/**
|
7540
|
+
/**
|
7541
|
+
* GPT-3.5 Turbo 16k (0613 version)
|
7542
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7543
|
+
*/
|
7509
7544
|
Gpt35Turbo_16K_0613 = "GPT35_TURBO_16K_0613",
|
7510
|
-
/**
|
7545
|
+
/**
|
7546
|
+
* GPT-3.5 Turbo 16k (1106 version)
|
7547
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
7548
|
+
*/
|
7511
7549
|
Gpt35Turbo_16K_1106 = "GPT35_TURBO_16K_1106"
|
7512
7550
|
}
|
7513
7551
|
/** OpenAI vision model detail levels */
|
@@ -8496,6 +8534,8 @@ export type ProjectCredits = {
|
|
8496
8534
|
extractionRatio?: Maybe<Scalars['Decimal']['output']>;
|
8497
8535
|
/** The content indexing ratio of credits. */
|
8498
8536
|
indexingRatio?: Maybe<Scalars['Decimal']['output']>;
|
8537
|
+
/** The content ingestion ratio of credits. */
|
8538
|
+
ingestionRatio?: Maybe<Scalars['Decimal']['output']>;
|
8499
8539
|
/** The tenant identifier. */
|
8500
8540
|
ownerId?: Maybe<Scalars['ID']['output']>;
|
8501
8541
|
/** The content preparation ratio of credits. */
|
@@ -9829,6 +9869,34 @@ export type RevisionStrategyUpdateInput = {
|
|
9829
9869
|
/** The revision strategy type. */
|
9830
9870
|
type?: InputMaybe<RevisionStrategyTypes>;
|
9831
9871
|
};
|
9872
|
+
/** Represents web search feed properties. */
|
9873
|
+
export type SearchFeedProperties = {
|
9874
|
+
__typename?: 'SearchFeedProperties';
|
9875
|
+
/** The limit of items to be read from feed, defaults to 10. */
|
9876
|
+
readLimit?: Maybe<Scalars['Int']['output']>;
|
9877
|
+
/** The web search text. */
|
9878
|
+
text: Scalars['String']['output'];
|
9879
|
+
/** Search service type, defaults to Tavily. */
|
9880
|
+
type?: Maybe<SearchServiceTypes>;
|
9881
|
+
};
|
9882
|
+
/** Represents web search feed properties. */
|
9883
|
+
export type SearchFeedPropertiesInput = {
|
9884
|
+
/** The limit of items to be read from feed, defaults to 10. */
|
9885
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
9886
|
+
/** The web search text. */
|
9887
|
+
text: Scalars['String']['input'];
|
9888
|
+
/** Search service type, defaults to Tavily. */
|
9889
|
+
type?: InputMaybe<SearchServiceTypes>;
|
9890
|
+
};
|
9891
|
+
/** Represents web search feed properties. */
|
9892
|
+
export type SearchFeedPropertiesUpdateInput = {
|
9893
|
+
/** The limit of items to be read from feed, defaults to 10. */
|
9894
|
+
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
9895
|
+
/** The web search text. */
|
9896
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
9897
|
+
/** Search service type, defaults to Tavily. */
|
9898
|
+
type?: InputMaybe<SearchServiceTypes>;
|
9899
|
+
};
|
9832
9900
|
/** Search query type */
|
9833
9901
|
export declare enum SearchQueryTypes {
|
9834
9902
|
/** Full (Lucene syntax) */
|
@@ -9836,6 +9904,13 @@ export declare enum SearchQueryTypes {
|
|
9836
9904
|
/** Simple */
|
9837
9905
|
Simple = "SIMPLE"
|
9838
9906
|
}
|
9907
|
+
/** Search feed service type */
|
9908
|
+
export declare enum SearchServiceTypes {
|
9909
|
+
/** Exa search feed service */
|
9910
|
+
Exa = "EXA",
|
9911
|
+
/** Tavily search feed service */
|
9912
|
+
Tavily = "TAVILY"
|
9913
|
+
}
|
9839
9914
|
/** Search type */
|
9840
9915
|
export declare enum SearchTypes {
|
9841
9916
|
/** Hybrid (Vector similarity using search text) */
|
@@ -14126,6 +14201,12 @@ export type GetFeedQuery = {
|
|
14126
14201
|
allowedPaths?: Array<string> | null;
|
14127
14202
|
excludedPaths?: Array<string> | null;
|
14128
14203
|
} | null;
|
14204
|
+
search?: {
|
14205
|
+
__typename?: 'SearchFeedProperties';
|
14206
|
+
readLimit?: number | null;
|
14207
|
+
type?: SearchServiceTypes | null;
|
14208
|
+
text: string;
|
14209
|
+
} | null;
|
14129
14210
|
reddit?: {
|
14130
14211
|
__typename?: 'RedditFeedProperties';
|
14131
14212
|
readLimit?: number | null;
|
@@ -14333,6 +14414,12 @@ export type QueryFeedsQuery = {
|
|
14333
14414
|
allowedPaths?: Array<string> | null;
|
14334
14415
|
excludedPaths?: Array<string> | null;
|
14335
14416
|
} | null;
|
14417
|
+
search?: {
|
14418
|
+
__typename?: 'SearchFeedProperties';
|
14419
|
+
readLimit?: number | null;
|
14420
|
+
type?: SearchServiceTypes | null;
|
14421
|
+
text: string;
|
14422
|
+
} | null;
|
14336
14423
|
reddit?: {
|
14337
14424
|
__typename?: 'RedditFeedProperties';
|
14338
14425
|
readLimit?: number | null;
|
@@ -16296,6 +16383,7 @@ export type LookupCreditsQuery = {
|
|
16296
16383
|
computeRatio?: any | null;
|
16297
16384
|
embeddingRatio?: any | null;
|
16298
16385
|
completionRatio?: any | null;
|
16386
|
+
ingestionRatio?: any | null;
|
16299
16387
|
indexingRatio?: any | null;
|
16300
16388
|
preparationRatio?: any | null;
|
16301
16389
|
extractionRatio?: any | null;
|
@@ -16359,6 +16447,7 @@ export type QueryCreditsQuery = {
|
|
16359
16447
|
computeRatio?: any | null;
|
16360
16448
|
embeddingRatio?: any | null;
|
16361
16449
|
completionRatio?: any | null;
|
16450
|
+
ingestionRatio?: any | null;
|
16362
16451
|
indexingRatio?: any | null;
|
16363
16452
|
preparationRatio?: any | null;
|
16364
16453
|
extractionRatio?: any | null;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MedicalDeviceFacetTypes = exports.MedicalContraindicationFacetTypes = exports.MedicalConditionFacetTypes = exports.MailSensitivity = exports.MailPriority = exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.CollectionTypes = exports.CohereModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
|
4
|
-
exports.YouTubeTypes = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchQueryTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = void 0;
|
4
|
+
exports.YouTubeTypes = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = void 0;
|
5
5
|
/** Alert type */
|
6
6
|
var AlertTypes;
|
7
7
|
(function (AlertTypes) {
|
@@ -621,6 +621,8 @@ var FeedTypes;
|
|
621
621
|
FeedTypes["Reddit"] = "REDDIT";
|
622
622
|
/** RSS feed */
|
623
623
|
FeedTypes["Rss"] = "RSS";
|
624
|
+
/** Web Search feed */
|
625
|
+
FeedTypes["Search"] = "SEARCH";
|
624
626
|
/** Cloud storage site feed */
|
625
627
|
FeedTypes["Site"] = "SITE";
|
626
628
|
/** Slack channel feed */
|
@@ -1058,7 +1060,10 @@ var OpenAiModels;
|
|
1058
1060
|
(function (OpenAiModels) {
|
1059
1061
|
/** Developer-specified model */
|
1060
1062
|
OpenAiModels["Custom"] = "CUSTOM";
|
1061
|
-
/**
|
1063
|
+
/**
|
1064
|
+
* GPT-4 (Latest)
|
1065
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1066
|
+
*/
|
1062
1067
|
OpenAiModels["Gpt4"] = "GPT4";
|
1063
1068
|
/** GPT-4o 128k (Latest) */
|
1064
1069
|
OpenAiModels["Gpt4O_128K"] = "GPT4O_128K";
|
@@ -1072,11 +1077,20 @@ var OpenAiModels;
|
|
1072
1077
|
OpenAiModels["Gpt4OMini_128K"] = "GPT4O_MINI_128K";
|
1073
1078
|
/** GPT-4o Mini 128k (2024-07-18 version) */
|
1074
1079
|
OpenAiModels["Gpt4OMini_128K_20240718"] = "GPT4O_MINI_128K_20240718";
|
1075
|
-
/**
|
1080
|
+
/**
|
1081
|
+
* GPT-4 (0613 version)
|
1082
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1083
|
+
*/
|
1076
1084
|
OpenAiModels["Gpt4_0613"] = "GPT4_0613";
|
1077
|
-
/**
|
1085
|
+
/**
|
1086
|
+
* GPT-4 32k (Latest)
|
1087
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1088
|
+
*/
|
1078
1089
|
OpenAiModels["Gpt4_32K"] = "GPT4_32K";
|
1079
|
-
/**
|
1090
|
+
/**
|
1091
|
+
* GPT-4 32k (0613 version)
|
1092
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1093
|
+
*/
|
1080
1094
|
OpenAiModels["Gpt4_32K_0613"] = "GPT4_32K_0613";
|
1081
1095
|
/** GPT-4 Turbo 128k (Latest) */
|
1082
1096
|
OpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K";
|
@@ -1086,27 +1100,45 @@ var OpenAiModels;
|
|
1086
1100
|
OpenAiModels["Gpt4Turbo_128K_1106"] = "GPT4_TURBO_128K_1106";
|
1087
1101
|
/** GPT-4 Turbo 128k (2024-04-09 version) */
|
1088
1102
|
OpenAiModels["Gpt4Turbo_128K_20240409"] = "GPT4_TURBO_128K_20240409";
|
1089
|
-
/**
|
1103
|
+
/**
|
1104
|
+
* GPT-4 Turbo Vision 128k (Latest)
|
1105
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1106
|
+
*/
|
1090
1107
|
OpenAiModels["Gpt4TurboVision_128K"] = "GPT4_TURBO_VISION_128K";
|
1091
|
-
/**
|
1108
|
+
/**
|
1109
|
+
* GPT-4 Turbo Vision 128k (1106 version)
|
1110
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
1111
|
+
*/
|
1092
1112
|
OpenAiModels["Gpt4TurboVision_128K_1106"] = "GPT4_TURBO_VISION_128K_1106";
|
1093
1113
|
/**
|
1094
1114
|
* GPT-3.5 Turbo (Latest)
|
1095
|
-
* @deprecated OpenAI
|
1115
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1096
1116
|
*/
|
1097
1117
|
OpenAiModels["Gpt35Turbo"] = "GPT35_TURBO";
|
1098
1118
|
/**
|
1099
1119
|
* GPT-3.5 Turbo (0613 version)
|
1100
|
-
* @deprecated OpenAI
|
1120
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1101
1121
|
*/
|
1102
1122
|
OpenAiModels["Gpt35Turbo_0613"] = "GPT35_TURBO_0613";
|
1103
|
-
/**
|
1123
|
+
/**
|
1124
|
+
* GPT-3.5 Turbo 16k (Latest)
|
1125
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1126
|
+
*/
|
1104
1127
|
OpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
|
1105
|
-
/**
|
1128
|
+
/**
|
1129
|
+
* GPT-3.5 Turbo 16k (0125 version)
|
1130
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1131
|
+
*/
|
1106
1132
|
OpenAiModels["Gpt35Turbo_16K_0125"] = "GPT35_TURBO_16K_0125";
|
1107
|
-
/**
|
1133
|
+
/**
|
1134
|
+
* GPT-3.5 Turbo 16k (0613 version)
|
1135
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1136
|
+
*/
|
1108
1137
|
OpenAiModels["Gpt35Turbo_16K_0613"] = "GPT35_TURBO_16K_0613";
|
1109
|
-
/**
|
1138
|
+
/**
|
1139
|
+
* GPT-3.5 Turbo 16k (1106 version)
|
1140
|
+
* @deprecated OpenAI has deprecated this model. Use the GPT-4o Mini model instead.
|
1141
|
+
*/
|
1110
1142
|
OpenAiModels["Gpt35Turbo_16K_1106"] = "GPT35_TURBO_16K_1106";
|
1111
1143
|
})(OpenAiModels || (exports.OpenAiModels = OpenAiModels = {}));
|
1112
1144
|
/** OpenAI vision model detail levels */
|
@@ -1288,6 +1320,14 @@ var SearchQueryTypes;
|
|
1288
1320
|
/** Simple */
|
1289
1321
|
SearchQueryTypes["Simple"] = "SIMPLE";
|
1290
1322
|
})(SearchQueryTypes || (exports.SearchQueryTypes = SearchQueryTypes = {}));
|
1323
|
+
/** Search feed service type */
|
1324
|
+
var SearchServiceTypes;
|
1325
|
+
(function (SearchServiceTypes) {
|
1326
|
+
/** Exa search feed service */
|
1327
|
+
SearchServiceTypes["Exa"] = "EXA";
|
1328
|
+
/** Tavily search feed service */
|
1329
|
+
SearchServiceTypes["Tavily"] = "TAVILY";
|
1330
|
+
})(SearchServiceTypes || (exports.SearchServiceTypes = SearchServiceTypes = {}));
|
1291
1331
|
/** Search type */
|
1292
1332
|
var SearchTypes;
|
1293
1333
|
(function (SearchTypes) {
|