librechat-data-provider 0.8.508 → 0.8.509
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/dist/{data-service-DgNwjhBS.mjs → data-service-BsdHkdKS.mjs} +19 -4
- package/dist/data-service-BsdHkdKS.mjs.map +1 -0
- package/dist/{data-service-DN-HeTC-.js → data-service-XTxx76uB.js} +19 -4
- package/dist/data-service-XTxx76uB.js.map +1 -0
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react-query/index.js +1 -1
- package/dist/react-query/index.mjs +1 -1
- package/dist/types/api-endpoints.d.ts +1 -0
- package/dist/types/bedrock.d.ts +5 -0
- package/dist/types/config.d.ts +88 -0
- package/dist/types/data-service.d.ts +1 -0
- package/dist/types/generate.d.ts +2 -0
- package/dist/types/keys.d.ts +1 -0
- package/dist/types/models.d.ts +12 -0
- package/dist/types/schemas.d.ts +45 -4
- package/dist/types/types.d.ts +2 -0
- package/package.json +1 -1
- package/dist/data-service-DN-HeTC-.js.map +0 -1
- package/dist/data-service-DgNwjhBS.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_data_service = require("../data-service-
|
|
2
|
+
const require_data_service = require("../data-service-XTxx76uB.js");
|
|
3
3
|
let _tanstack_react_query = require("@tanstack/react-query");
|
|
4
4
|
//#region src/react-query/react-query-service.ts
|
|
5
5
|
const useGetSharedMessages = (shareId, config) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as updateResourcePermissions, C as resetPassword, Cn as initialModelsConfig, D as updateFeedback, E as searchPrincipals, Ga as defaultOrderQuery, M as updateUserKey, N as updateUserPlugins, O as updateMessage, P as userKeyQuery, S as requestPasswordReset, T as revokeUserKey, Z as hasPermissions, _ as getResourcePermissions, b as register, c as getAccessRoles, d as getAvailablePlugins, f as getConversationById, g as getModels, h as getMCPServerConnectionStatus, i as createPreset, j as updateTokenCount, k as updateMessageContent, l as getAgentApiKeys, m as getEffectivePermissions, n as clearAllConversations, o as deleteAgentApiKey, p as getCustomConfigSpeech, r as createAgentApiKey, s as deletePreset, t as cancelMCPOAuth, u as getAllEffectivePermissions, ua as isAssistantsEndpoint, v as getSharedLink, w as revokeAllUserKeys, x as reinitializeMCPServer, y as getSharedMessages } from "../data-service-
|
|
1
|
+
import { A as updateResourcePermissions, C as resetPassword, Cn as initialModelsConfig, D as updateFeedback, E as searchPrincipals, Ga as defaultOrderQuery, M as updateUserKey, N as updateUserPlugins, O as updateMessage, P as userKeyQuery, S as requestPasswordReset, T as revokeUserKey, Z as hasPermissions, _ as getResourcePermissions, b as register, c as getAccessRoles, d as getAvailablePlugins, f as getConversationById, g as getModels, h as getMCPServerConnectionStatus, i as createPreset, j as updateTokenCount, k as updateMessageContent, l as getAgentApiKeys, m as getEffectivePermissions, n as clearAllConversations, o as deleteAgentApiKey, p as getCustomConfigSpeech, r as createAgentApiKey, s as deletePreset, t as cancelMCPOAuth, u as getAllEffectivePermissions, ua as isAssistantsEndpoint, v as getSharedLink, w as revokeAllUserKeys, x as reinitializeMCPServer, y as getSharedMessages } from "../data-service-BsdHkdKS.mjs";
|
|
2
2
|
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
3
3
|
//#region src/react-query/react-query-service.ts
|
|
4
4
|
const useGetSharedMessages = (shareId, config) => {
|
|
@@ -12,6 +12,7 @@ export declare const messages: (params: q.MessagesListParams) => string;
|
|
|
12
12
|
export declare const messagesArtifacts: (messageId: string) => string;
|
|
13
13
|
export declare const messagesBranch: () => string;
|
|
14
14
|
export declare const shareMessages: (shareId: string) => string;
|
|
15
|
+
export declare const sharedStartupConfig: (shareId: string) => string;
|
|
15
16
|
export declare const getSharedLink: (conversationId: string) => string;
|
|
16
17
|
export declare const getSharedLinks: (pageSize: number, sortBy: "title" | "createdAt", sortDirection: "asc" | "desc", search?: string, cursor?: string) => string;
|
|
17
18
|
export declare const createSharedLink: (conversationId: string) => string;
|
package/dist/types/bedrock.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export declare const bedrockInputSchema: z.ZodCatch<z.ZodEffects<z.ZodObject<Pic
|
|
|
161
161
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.AnthropicEffort>>>;
|
|
162
162
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.ThinkingDisplay>>>;
|
|
163
163
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
164
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
164
165
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
165
166
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
166
167
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -571,6 +572,7 @@ export declare const bedrockInputParser: z.ZodCatch<z.ZodEffects<z.ZodObject<Pic
|
|
|
571
572
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.AnthropicEffort>>>;
|
|
572
573
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.ThinkingDisplay>>>;
|
|
573
574
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
575
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
574
576
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
575
577
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
576
578
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -775,6 +777,7 @@ export declare const bedrockInputParser: z.ZodCatch<z.ZodEffects<z.ZodObject<Pic
|
|
|
775
777
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.AnthropicEffort>>>;
|
|
776
778
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.ThinkingDisplay>>>;
|
|
777
779
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
780
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
778
781
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
779
782
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
780
783
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -979,6 +982,7 @@ export declare const bedrockInputParser: z.ZodCatch<z.ZodEffects<z.ZodObject<Pic
|
|
|
979
982
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.AnthropicEffort>>>;
|
|
980
983
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.ThinkingDisplay>>>;
|
|
981
984
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
985
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
982
986
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
983
987
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
984
988
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -1234,6 +1238,7 @@ export declare const bedrockInputParser: z.ZodCatch<z.ZodEffects<z.ZodObject<Pic
|
|
|
1234
1238
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.AnthropicEffort>>>;
|
|
1235
1239
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof s.ThinkingDisplay>>>;
|
|
1236
1240
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
1241
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
1237
1242
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
1238
1243
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
1239
1244
|
agent_id: z.ZodOptional<z.ZodString>;
|
package/dist/types/config.d.ts
CHANGED
|
@@ -1220,6 +1220,10 @@ export declare const endpointSchema: z.ZodObject<{
|
|
|
1220
1220
|
defaultParamsEndpoint: z.ZodDefault<z.ZodString>;
|
|
1221
1221
|
reasoningFormat: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningParameterFormat>>;
|
|
1222
1222
|
reasoningKey: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningResponseKey>>;
|
|
1223
|
+
/** Replays `reasoning_content` within a run's tool-call turns (e.g. Xiaomi MiMo, Kimi). */
|
|
1224
|
+
includeReasoningContent: z.ZodOptional<z.ZodBoolean>;
|
|
1225
|
+
/** Also reconstructs `reasoning_content` from persisted history across turns (implies `includeReasoningContent`). */
|
|
1226
|
+
includeReasoningHistory: z.ZodOptional<z.ZodBoolean>;
|
|
1223
1227
|
paramDefinitions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1224
1228
|
key: z.ZodString;
|
|
1225
1229
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1332,6 +1336,8 @@ export declare const endpointSchema: z.ZodObject<{
|
|
|
1332
1336
|
defaultParamsEndpoint: string;
|
|
1333
1337
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
1334
1338
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
1339
|
+
includeReasoningContent?: boolean | undefined;
|
|
1340
|
+
includeReasoningHistory?: boolean | undefined;
|
|
1335
1341
|
paramDefinitions?: {
|
|
1336
1342
|
key: string;
|
|
1337
1343
|
type?: SettingTypes | undefined;
|
|
@@ -1370,6 +1376,8 @@ export declare const endpointSchema: z.ZodObject<{
|
|
|
1370
1376
|
defaultParamsEndpoint?: string | undefined;
|
|
1371
1377
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
1372
1378
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
1379
|
+
includeReasoningContent?: boolean | undefined;
|
|
1380
|
+
includeReasoningHistory?: boolean | undefined;
|
|
1373
1381
|
paramDefinitions?: {
|
|
1374
1382
|
key: string;
|
|
1375
1383
|
type?: SettingTypes | undefined;
|
|
@@ -1457,6 +1465,8 @@ export declare const endpointSchema: z.ZodObject<{
|
|
|
1457
1465
|
defaultParamsEndpoint: string;
|
|
1458
1466
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
1459
1467
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
1468
|
+
includeReasoningContent?: boolean | undefined;
|
|
1469
|
+
includeReasoningHistory?: boolean | undefined;
|
|
1460
1470
|
paramDefinitions?: {
|
|
1461
1471
|
key: string;
|
|
1462
1472
|
type?: SettingTypes | undefined;
|
|
@@ -1532,6 +1542,8 @@ export declare const endpointSchema: z.ZodObject<{
|
|
|
1532
1542
|
defaultParamsEndpoint?: string | undefined;
|
|
1533
1543
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
1534
1544
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
1545
|
+
includeReasoningContent?: boolean | undefined;
|
|
1546
|
+
includeReasoningHistory?: boolean | undefined;
|
|
1535
1547
|
paramDefinitions?: {
|
|
1536
1548
|
key: string;
|
|
1537
1549
|
type?: SettingTypes | undefined;
|
|
@@ -2695,6 +2707,10 @@ export type TStartupConfig = {
|
|
|
2695
2707
|
buildDate?: string | null;
|
|
2696
2708
|
};
|
|
2697
2709
|
};
|
|
2710
|
+
export type TSharedLinkStartupInterface = Pick<Partial<TInterfaceConfig>, 'privacyPolicy' | 'termsOfService'>;
|
|
2711
|
+
export type TSharedLinkStartupConfig = Pick<TStartupConfig, 'appTitle'> & Pick<Partial<TStartupConfig>, 'analyticsGtmId' | 'bundlerURL' | 'customFooter' | 'staticBundlerURL'> & {
|
|
2712
|
+
interface?: TSharedLinkStartupInterface;
|
|
2713
|
+
};
|
|
2698
2714
|
export declare enum OCRStrategy {
|
|
2699
2715
|
MISTRAL_OCR = "mistral_ocr",
|
|
2700
2716
|
CUSTOM_OCR = "custom_ocr",
|
|
@@ -3371,6 +3387,10 @@ declare const customEndpointsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
|
3371
3387
|
defaultParamsEndpoint: z.ZodDefault<z.ZodString>;
|
|
3372
3388
|
reasoningFormat: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningParameterFormat>>;
|
|
3373
3389
|
reasoningKey: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningResponseKey>>;
|
|
3390
|
+
/** Replays `reasoning_content` within a run's tool-call turns (e.g. Xiaomi MiMo, Kimi). */
|
|
3391
|
+
includeReasoningContent: z.ZodOptional<z.ZodBoolean>;
|
|
3392
|
+
/** Also reconstructs `reasoning_content` from persisted history across turns (implies `includeReasoningContent`). */
|
|
3393
|
+
includeReasoningHistory: z.ZodOptional<z.ZodBoolean>;
|
|
3374
3394
|
paramDefinitions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3375
3395
|
key: z.ZodString;
|
|
3376
3396
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3483,6 +3503,8 @@ declare const customEndpointsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
|
3483
3503
|
defaultParamsEndpoint: string;
|
|
3484
3504
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
3485
3505
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
3506
|
+
includeReasoningContent?: boolean | undefined;
|
|
3507
|
+
includeReasoningHistory?: boolean | undefined;
|
|
3486
3508
|
paramDefinitions?: {
|
|
3487
3509
|
key: string;
|
|
3488
3510
|
type?: SettingTypes | undefined;
|
|
@@ -3521,6 +3543,8 @@ declare const customEndpointsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
|
3521
3543
|
defaultParamsEndpoint?: string | undefined;
|
|
3522
3544
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
3523
3545
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
3546
|
+
includeReasoningContent?: boolean | undefined;
|
|
3547
|
+
includeReasoningHistory?: boolean | undefined;
|
|
3524
3548
|
paramDefinitions?: {
|
|
3525
3549
|
key: string;
|
|
3526
3550
|
type?: SettingTypes | undefined;
|
|
@@ -3608,6 +3632,8 @@ declare const customEndpointsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
|
3608
3632
|
defaultParamsEndpoint: string;
|
|
3609
3633
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
3610
3634
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
3635
|
+
includeReasoningContent?: boolean | undefined;
|
|
3636
|
+
includeReasoningHistory?: boolean | undefined;
|
|
3611
3637
|
paramDefinitions?: {
|
|
3612
3638
|
key: string;
|
|
3613
3639
|
type?: SettingTypes | undefined;
|
|
@@ -3683,6 +3709,8 @@ declare const customEndpointsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
|
3683
3709
|
defaultParamsEndpoint?: string | undefined;
|
|
3684
3710
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
3685
3711
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
3712
|
+
includeReasoningContent?: boolean | undefined;
|
|
3713
|
+
includeReasoningHistory?: boolean | undefined;
|
|
3686
3714
|
paramDefinitions?: {
|
|
3687
3715
|
key: string;
|
|
3688
3716
|
type?: SettingTypes | undefined;
|
|
@@ -6821,6 +6849,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
6821
6849
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
6822
6850
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
6823
6851
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
6852
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
6824
6853
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
6825
6854
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
6826
6855
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6955,6 +6984,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
6955
6984
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
6956
6985
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
6957
6986
|
web_search?: boolean | undefined;
|
|
6987
|
+
url_context?: boolean | undefined;
|
|
6958
6988
|
disableStreaming?: boolean | undefined;
|
|
6959
6989
|
assistant_id?: string | undefined;
|
|
6960
6990
|
agent_id?: string | undefined;
|
|
@@ -7053,6 +7083,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
7053
7083
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
7054
7084
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
7055
7085
|
web_search?: boolean | undefined;
|
|
7086
|
+
url_context?: boolean | undefined;
|
|
7056
7087
|
disableStreaming?: boolean | undefined;
|
|
7057
7088
|
assistant_id?: string | undefined;
|
|
7058
7089
|
agent_id?: string | undefined;
|
|
@@ -7187,6 +7218,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
7187
7218
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
7188
7219
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
7189
7220
|
web_search?: boolean | undefined;
|
|
7221
|
+
url_context?: boolean | undefined;
|
|
7190
7222
|
disableStreaming?: boolean | undefined;
|
|
7191
7223
|
assistant_id?: string | undefined;
|
|
7192
7224
|
agent_id?: string | undefined;
|
|
@@ -7313,6 +7345,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
7313
7345
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
7314
7346
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
7315
7347
|
web_search?: boolean | undefined;
|
|
7348
|
+
url_context?: boolean | undefined;
|
|
7316
7349
|
disableStreaming?: boolean | undefined;
|
|
7317
7350
|
assistant_id?: string | undefined;
|
|
7318
7351
|
agent_id?: string | undefined;
|
|
@@ -7444,6 +7477,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
7444
7477
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
7445
7478
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
7446
7479
|
web_search?: boolean | undefined;
|
|
7480
|
+
url_context?: boolean | undefined;
|
|
7447
7481
|
disableStreaming?: boolean | undefined;
|
|
7448
7482
|
assistant_id?: string | undefined;
|
|
7449
7483
|
agent_id?: string | undefined;
|
|
@@ -7575,6 +7609,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
7575
7609
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
7576
7610
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
7577
7611
|
web_search?: boolean | undefined;
|
|
7612
|
+
url_context?: boolean | undefined;
|
|
7578
7613
|
disableStreaming?: boolean | undefined;
|
|
7579
7614
|
assistant_id?: string | undefined;
|
|
7580
7615
|
agent_id?: string | undefined;
|
|
@@ -8577,6 +8612,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
8577
8612
|
defaultParamsEndpoint: z.ZodDefault<z.ZodString>;
|
|
8578
8613
|
reasoningFormat: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningParameterFormat>>;
|
|
8579
8614
|
reasoningKey: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningResponseKey>>;
|
|
8615
|
+
/** Replays `reasoning_content` within a run's tool-call turns (e.g. Xiaomi MiMo, Kimi). */
|
|
8616
|
+
includeReasoningContent: z.ZodOptional<z.ZodBoolean>;
|
|
8617
|
+
/** Also reconstructs `reasoning_content` from persisted history across turns (implies `includeReasoningContent`). */
|
|
8618
|
+
includeReasoningHistory: z.ZodOptional<z.ZodBoolean>;
|
|
8580
8619
|
paramDefinitions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8581
8620
|
key: z.ZodString;
|
|
8582
8621
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -8689,6 +8728,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
8689
8728
|
defaultParamsEndpoint: string;
|
|
8690
8729
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
8691
8730
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
8731
|
+
includeReasoningContent?: boolean | undefined;
|
|
8732
|
+
includeReasoningHistory?: boolean | undefined;
|
|
8692
8733
|
paramDefinitions?: {
|
|
8693
8734
|
key: string;
|
|
8694
8735
|
type?: SettingTypes | undefined;
|
|
@@ -8727,6 +8768,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
8727
8768
|
defaultParamsEndpoint?: string | undefined;
|
|
8728
8769
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
8729
8770
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
8771
|
+
includeReasoningContent?: boolean | undefined;
|
|
8772
|
+
includeReasoningHistory?: boolean | undefined;
|
|
8730
8773
|
paramDefinitions?: {
|
|
8731
8774
|
key: string;
|
|
8732
8775
|
type?: SettingTypes | undefined;
|
|
@@ -8814,6 +8857,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
8814
8857
|
defaultParamsEndpoint: string;
|
|
8815
8858
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
8816
8859
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
8860
|
+
includeReasoningContent?: boolean | undefined;
|
|
8861
|
+
includeReasoningHistory?: boolean | undefined;
|
|
8817
8862
|
paramDefinitions?: {
|
|
8818
8863
|
key: string;
|
|
8819
8864
|
type?: SettingTypes | undefined;
|
|
@@ -8889,6 +8934,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
8889
8934
|
defaultParamsEndpoint?: string | undefined;
|
|
8890
8935
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
8891
8936
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
8937
|
+
includeReasoningContent?: boolean | undefined;
|
|
8938
|
+
includeReasoningHistory?: boolean | undefined;
|
|
8892
8939
|
paramDefinitions?: {
|
|
8893
8940
|
key: string;
|
|
8894
8941
|
type?: SettingTypes | undefined;
|
|
@@ -9235,6 +9282,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
9235
9282
|
defaultParamsEndpoint: string;
|
|
9236
9283
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
9237
9284
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
9285
|
+
includeReasoningContent?: boolean | undefined;
|
|
9286
|
+
includeReasoningHistory?: boolean | undefined;
|
|
9238
9287
|
paramDefinitions?: {
|
|
9239
9288
|
key: string;
|
|
9240
9289
|
type?: SettingTypes | undefined;
|
|
@@ -9526,6 +9575,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
9526
9575
|
defaultParamsEndpoint?: string | undefined;
|
|
9527
9576
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
9528
9577
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
9578
|
+
includeReasoningContent?: boolean | undefined;
|
|
9579
|
+
includeReasoningHistory?: boolean | undefined;
|
|
9529
9580
|
paramDefinitions?: {
|
|
9530
9581
|
key: string;
|
|
9531
9582
|
type?: SettingTypes | undefined;
|
|
@@ -9817,6 +9868,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
9817
9868
|
defaultParamsEndpoint: string;
|
|
9818
9869
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
9819
9870
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
9871
|
+
includeReasoningContent?: boolean | undefined;
|
|
9872
|
+
includeReasoningHistory?: boolean | undefined;
|
|
9820
9873
|
paramDefinitions?: {
|
|
9821
9874
|
key: string;
|
|
9822
9875
|
type?: SettingTypes | undefined;
|
|
@@ -10108,6 +10161,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
10108
10161
|
defaultParamsEndpoint?: string | undefined;
|
|
10109
10162
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
10110
10163
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
10164
|
+
includeReasoningContent?: boolean | undefined;
|
|
10165
|
+
includeReasoningHistory?: boolean | undefined;
|
|
10111
10166
|
paramDefinitions?: {
|
|
10112
10167
|
key: string;
|
|
10113
10168
|
type?: SettingTypes | undefined;
|
|
@@ -10793,6 +10848,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
10793
10848
|
defaultParamsEndpoint: string;
|
|
10794
10849
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
10795
10850
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
10851
|
+
includeReasoningContent?: boolean | undefined;
|
|
10852
|
+
includeReasoningHistory?: boolean | undefined;
|
|
10796
10853
|
paramDefinitions?: {
|
|
10797
10854
|
key: string;
|
|
10798
10855
|
type?: SettingTypes | undefined;
|
|
@@ -11146,6 +11203,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
11146
11203
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
11147
11204
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
11148
11205
|
web_search?: boolean | undefined;
|
|
11206
|
+
url_context?: boolean | undefined;
|
|
11149
11207
|
disableStreaming?: boolean | undefined;
|
|
11150
11208
|
assistant_id?: string | undefined;
|
|
11151
11209
|
agent_id?: string | undefined;
|
|
@@ -11731,6 +11789,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
11731
11789
|
defaultParamsEndpoint?: string | undefined;
|
|
11732
11790
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
11733
11791
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
11792
|
+
includeReasoningContent?: boolean | undefined;
|
|
11793
|
+
includeReasoningHistory?: boolean | undefined;
|
|
11734
11794
|
paramDefinitions?: {
|
|
11735
11795
|
key: string;
|
|
11736
11796
|
type?: SettingTypes | undefined;
|
|
@@ -12179,6 +12239,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
12179
12239
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
12180
12240
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
12181
12241
|
web_search?: boolean | undefined;
|
|
12242
|
+
url_context?: boolean | undefined;
|
|
12182
12243
|
disableStreaming?: boolean | undefined;
|
|
12183
12244
|
assistant_id?: string | undefined;
|
|
12184
12245
|
agent_id?: string | undefined;
|
|
@@ -15274,6 +15335,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15274
15335
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
15275
15336
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
15276
15337
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
15338
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
15277
15339
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
15278
15340
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
15279
15341
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -15408,6 +15470,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15408
15470
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
15409
15471
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
15410
15472
|
web_search?: boolean | undefined;
|
|
15473
|
+
url_context?: boolean | undefined;
|
|
15411
15474
|
disableStreaming?: boolean | undefined;
|
|
15412
15475
|
assistant_id?: string | undefined;
|
|
15413
15476
|
agent_id?: string | undefined;
|
|
@@ -15506,6 +15569,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15506
15569
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
15507
15570
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
15508
15571
|
web_search?: boolean | undefined;
|
|
15572
|
+
url_context?: boolean | undefined;
|
|
15509
15573
|
disableStreaming?: boolean | undefined;
|
|
15510
15574
|
assistant_id?: string | undefined;
|
|
15511
15575
|
agent_id?: string | undefined;
|
|
@@ -15640,6 +15704,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15640
15704
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
15641
15705
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
15642
15706
|
web_search?: boolean | undefined;
|
|
15707
|
+
url_context?: boolean | undefined;
|
|
15643
15708
|
disableStreaming?: boolean | undefined;
|
|
15644
15709
|
assistant_id?: string | undefined;
|
|
15645
15710
|
agent_id?: string | undefined;
|
|
@@ -15766,6 +15831,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15766
15831
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
15767
15832
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
15768
15833
|
web_search?: boolean | undefined;
|
|
15834
|
+
url_context?: boolean | undefined;
|
|
15769
15835
|
disableStreaming?: boolean | undefined;
|
|
15770
15836
|
assistant_id?: string | undefined;
|
|
15771
15837
|
agent_id?: string | undefined;
|
|
@@ -15897,6 +15963,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
15897
15963
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
15898
15964
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
15899
15965
|
web_search?: boolean | undefined;
|
|
15966
|
+
url_context?: boolean | undefined;
|
|
15900
15967
|
disableStreaming?: boolean | undefined;
|
|
15901
15968
|
assistant_id?: string | undefined;
|
|
15902
15969
|
agent_id?: string | undefined;
|
|
@@ -16028,6 +16095,7 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
16028
16095
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
16029
16096
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
16030
16097
|
web_search?: boolean | undefined;
|
|
16098
|
+
url_context?: boolean | undefined;
|
|
16031
16099
|
disableStreaming?: boolean | undefined;
|
|
16032
16100
|
assistant_id?: string | undefined;
|
|
16033
16101
|
agent_id?: string | undefined;
|
|
@@ -17030,6 +17098,10 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17030
17098
|
defaultParamsEndpoint: z.ZodDefault<z.ZodString>;
|
|
17031
17099
|
reasoningFormat: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningParameterFormat>>;
|
|
17032
17100
|
reasoningKey: z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ReasoningResponseKey>>;
|
|
17101
|
+
/** Replays `reasoning_content` within a run's tool-call turns (e.g. Xiaomi MiMo, Kimi). */
|
|
17102
|
+
includeReasoningContent: z.ZodOptional<z.ZodBoolean>;
|
|
17103
|
+
/** Also reconstructs `reasoning_content` from persisted history across turns (implies `includeReasoningContent`). */
|
|
17104
|
+
includeReasoningHistory: z.ZodOptional<z.ZodBoolean>;
|
|
17033
17105
|
paramDefinitions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17034
17106
|
key: z.ZodString;
|
|
17035
17107
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -17142,6 +17214,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17142
17214
|
defaultParamsEndpoint: string;
|
|
17143
17215
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17144
17216
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
17217
|
+
includeReasoningContent?: boolean | undefined;
|
|
17218
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17145
17219
|
paramDefinitions?: {
|
|
17146
17220
|
key: string;
|
|
17147
17221
|
type?: SettingTypes | undefined;
|
|
@@ -17180,6 +17254,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17180
17254
|
defaultParamsEndpoint?: string | undefined;
|
|
17181
17255
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17182
17256
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
17257
|
+
includeReasoningContent?: boolean | undefined;
|
|
17258
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17183
17259
|
paramDefinitions?: {
|
|
17184
17260
|
key: string;
|
|
17185
17261
|
type?: SettingTypes | undefined;
|
|
@@ -17267,6 +17343,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17267
17343
|
defaultParamsEndpoint: string;
|
|
17268
17344
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17269
17345
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
17346
|
+
includeReasoningContent?: boolean | undefined;
|
|
17347
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17270
17348
|
paramDefinitions?: {
|
|
17271
17349
|
key: string;
|
|
17272
17350
|
type?: SettingTypes | undefined;
|
|
@@ -17342,6 +17420,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17342
17420
|
defaultParamsEndpoint?: string | undefined;
|
|
17343
17421
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17344
17422
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
17423
|
+
includeReasoningContent?: boolean | undefined;
|
|
17424
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17345
17425
|
paramDefinitions?: {
|
|
17346
17426
|
key: string;
|
|
17347
17427
|
type?: SettingTypes | undefined;
|
|
@@ -17688,6 +17768,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17688
17768
|
defaultParamsEndpoint: string;
|
|
17689
17769
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17690
17770
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
17771
|
+
includeReasoningContent?: boolean | undefined;
|
|
17772
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17691
17773
|
paramDefinitions?: {
|
|
17692
17774
|
key: string;
|
|
17693
17775
|
type?: SettingTypes | undefined;
|
|
@@ -17979,6 +18061,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
17979
18061
|
defaultParamsEndpoint?: string | undefined;
|
|
17980
18062
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
17981
18063
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
18064
|
+
includeReasoningContent?: boolean | undefined;
|
|
18065
|
+
includeReasoningHistory?: boolean | undefined;
|
|
17982
18066
|
paramDefinitions?: {
|
|
17983
18067
|
key: string;
|
|
17984
18068
|
type?: SettingTypes | undefined;
|
|
@@ -18270,6 +18354,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
18270
18354
|
defaultParamsEndpoint: string;
|
|
18271
18355
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
18272
18356
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
18357
|
+
includeReasoningContent?: boolean | undefined;
|
|
18358
|
+
includeReasoningHistory?: boolean | undefined;
|
|
18273
18359
|
paramDefinitions?: {
|
|
18274
18360
|
key: string;
|
|
18275
18361
|
type?: SettingTypes | undefined;
|
|
@@ -18561,6 +18647,8 @@ export declare const getConfigDefaults: () => ExtractDefaults<{
|
|
|
18561
18647
|
defaultParamsEndpoint?: string | undefined;
|
|
18562
18648
|
reasoningFormat?: import("./schemas").ReasoningParameterFormat | undefined;
|
|
18563
18649
|
reasoningKey?: import("./schemas").ReasoningResponseKey | undefined;
|
|
18650
|
+
includeReasoningContent?: boolean | undefined;
|
|
18651
|
+
includeReasoningHistory?: boolean | undefined;
|
|
18564
18652
|
paramDefinitions?: {
|
|
18565
18653
|
key: string;
|
|
18566
18654
|
type?: SettingTypes | undefined;
|
|
@@ -29,6 +29,7 @@ export declare function updateSkillFavorites(skillFavorites: string[]): Promise<
|
|
|
29
29
|
export declare function getSkillStates(): Promise<sk.TSkillStatesResponse>;
|
|
30
30
|
export declare function updateSkillStates(skillStates: sk.TSkillStatesResponse): Promise<sk.TSkillStatesResponse>;
|
|
31
31
|
export declare function getSharedMessages(shareId: string): Promise<t.TSharedMessagesResponse>;
|
|
32
|
+
export declare function getSharedStartupConfig(shareId: string): Promise<config.TSharedLinkStartupConfig>;
|
|
32
33
|
export declare const listSharedLinks: (params: q.SharedLinksListParams) => Promise<q.SharedLinksResponse>;
|
|
33
34
|
export declare function getSharedLink(conversationId: string): Promise<t.TSharedLinkGetResponse>;
|
|
34
35
|
export declare function createSharedLink(conversationId: string, targetMessageId?: string, snapshotFiles?: boolean): Promise<t.TSharedLinkResponse>;
|
package/dist/types/generate.d.ts
CHANGED
|
@@ -229,6 +229,7 @@ export declare const generateOpenAISchema: (customOpenAI: OpenAISettings) => z.Z
|
|
|
229
229
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
230
230
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
231
231
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
232
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
232
233
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
233
234
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
234
235
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -478,6 +479,7 @@ export declare const generateGoogleSchema: (customGoogle: GoogleSettings) => z.Z
|
|
|
478
479
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
479
480
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
480
481
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
482
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
481
483
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
482
484
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
483
485
|
agent_id: z.ZodOptional<z.ZodString>;
|
package/dist/types/keys.d.ts
CHANGED
package/dist/types/models.d.ts
CHANGED
|
@@ -188,6 +188,7 @@ export declare const tModelSpecSchema: z.ZodObject<{
|
|
|
188
188
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
189
189
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
190
190
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
191
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
191
192
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
192
193
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
193
194
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -322,6 +323,7 @@ export declare const tModelSpecSchema: z.ZodObject<{
|
|
|
322
323
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
323
324
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
324
325
|
web_search?: boolean | undefined;
|
|
326
|
+
url_context?: boolean | undefined;
|
|
325
327
|
disableStreaming?: boolean | undefined;
|
|
326
328
|
assistant_id?: string | undefined;
|
|
327
329
|
agent_id?: string | undefined;
|
|
@@ -420,6 +422,7 @@ export declare const tModelSpecSchema: z.ZodObject<{
|
|
|
420
422
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
421
423
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
422
424
|
web_search?: boolean | undefined;
|
|
425
|
+
url_context?: boolean | undefined;
|
|
423
426
|
disableStreaming?: boolean | undefined;
|
|
424
427
|
assistant_id?: string | undefined;
|
|
425
428
|
agent_id?: string | undefined;
|
|
@@ -554,6 +557,7 @@ export declare const tModelSpecSchema: z.ZodObject<{
|
|
|
554
557
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
555
558
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
556
559
|
web_search?: boolean | undefined;
|
|
560
|
+
url_context?: boolean | undefined;
|
|
557
561
|
disableStreaming?: boolean | undefined;
|
|
558
562
|
assistant_id?: string | undefined;
|
|
559
563
|
agent_id?: string | undefined;
|
|
@@ -680,6 +684,7 @@ export declare const tModelSpecSchema: z.ZodObject<{
|
|
|
680
684
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
681
685
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
682
686
|
web_search?: boolean | undefined;
|
|
687
|
+
url_context?: boolean | undefined;
|
|
683
688
|
disableStreaming?: boolean | undefined;
|
|
684
689
|
assistant_id?: string | undefined;
|
|
685
690
|
agent_id?: string | undefined;
|
|
@@ -881,6 +886,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
881
886
|
effort: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").AnthropicEffort>>>;
|
|
882
887
|
thinkingDisplay: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("./schemas").ThinkingDisplay>>>;
|
|
883
888
|
web_search: z.ZodOptional<z.ZodBoolean>;
|
|
889
|
+
url_context: z.ZodOptional<z.ZodBoolean>;
|
|
884
890
|
disableStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
885
891
|
assistant_id: z.ZodOptional<z.ZodString>;
|
|
886
892
|
agent_id: z.ZodOptional<z.ZodString>;
|
|
@@ -1015,6 +1021,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1015
1021
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1016
1022
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1017
1023
|
web_search?: boolean | undefined;
|
|
1024
|
+
url_context?: boolean | undefined;
|
|
1018
1025
|
disableStreaming?: boolean | undefined;
|
|
1019
1026
|
assistant_id?: string | undefined;
|
|
1020
1027
|
agent_id?: string | undefined;
|
|
@@ -1113,6 +1120,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1113
1120
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1114
1121
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1115
1122
|
web_search?: boolean | undefined;
|
|
1123
|
+
url_context?: boolean | undefined;
|
|
1116
1124
|
disableStreaming?: boolean | undefined;
|
|
1117
1125
|
assistant_id?: string | undefined;
|
|
1118
1126
|
agent_id?: string | undefined;
|
|
@@ -1247,6 +1255,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1247
1255
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1248
1256
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1249
1257
|
web_search?: boolean | undefined;
|
|
1258
|
+
url_context?: boolean | undefined;
|
|
1250
1259
|
disableStreaming?: boolean | undefined;
|
|
1251
1260
|
assistant_id?: string | undefined;
|
|
1252
1261
|
agent_id?: string | undefined;
|
|
@@ -1373,6 +1382,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1373
1382
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1374
1383
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1375
1384
|
web_search?: boolean | undefined;
|
|
1385
|
+
url_context?: boolean | undefined;
|
|
1376
1386
|
disableStreaming?: boolean | undefined;
|
|
1377
1387
|
assistant_id?: string | undefined;
|
|
1378
1388
|
agent_id?: string | undefined;
|
|
@@ -1504,6 +1514,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1504
1514
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1505
1515
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1506
1516
|
web_search?: boolean | undefined;
|
|
1517
|
+
url_context?: boolean | undefined;
|
|
1507
1518
|
disableStreaming?: boolean | undefined;
|
|
1508
1519
|
assistant_id?: string | undefined;
|
|
1509
1520
|
agent_id?: string | undefined;
|
|
@@ -1635,6 +1646,7 @@ export declare const specsConfigSchema: z.ZodObject<{
|
|
|
1635
1646
|
effort?: import("./schemas").AnthropicEffort | null | undefined;
|
|
1636
1647
|
thinkingDisplay?: import("./schemas").ThinkingDisplay | null | undefined;
|
|
1637
1648
|
web_search?: boolean | undefined;
|
|
1649
|
+
url_context?: boolean | undefined;
|
|
1638
1650
|
disableStreaming?: boolean | undefined;
|
|
1639
1651
|
assistant_id?: string | undefined;
|
|
1640
1652
|
agent_id?: string | undefined;
|