@orq-ai/node 3.11.0-rc.1 → 3.11.0-rc.10
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/bin/mcp-server.js +618 -242
- package/bin/mcp-server.js.map +41 -41
- package/docs/sdks/contacts/README.md +1 -1
- package/docs/sdks/datasets/README.md +1 -1
- package/docs/sdks/knowledge/README.md +1 -1
- package/examples/contactsCreate.example.ts +1 -1
- package/examples/package-lock.json +1 -1
- package/funcs/contactsCreate.d.ts +1 -1
- package/funcs/contactsCreate.js +1 -1
- package/funcs/datasetsCreateDatapoint.d.ts +1 -1
- package/funcs/datasetsCreateDatapoint.d.ts.map +1 -1
- package/funcs/datasetsCreateDatapoint.js +2 -1
- package/funcs/datasetsCreateDatapoint.js.map +1 -1
- package/funcs/knowledgeCreateChunks.d.ts +1 -1
- package/funcs/knowledgeCreateChunks.d.ts.map +1 -1
- package/funcs/knowledgeCreateChunks.js +1 -1
- package/funcs/knowledgeCreateChunks.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/contactsCreate.js +1 -1
- package/mcp-server/tools/contactsCreate.js.map +1 -1
- package/models/operations/createchunk.d.ts +28 -28
- package/models/operations/createchunk.d.ts.map +1 -1
- package/models/operations/createchunk.js +35 -33
- package/models/operations/createchunk.js.map +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.d.ts +28 -31
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +36 -38
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +16 -16
- package/models/operations/createprompt.d.ts +196 -24
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +181 -30
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +98 -12
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +98 -24
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +98 -12
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +91 -16
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +90 -4
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +78 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +90 -4
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +78 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +90 -4
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +78 -3
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +90 -4
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +77 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/searchknowledge.d.ts +40 -0
- package/models/operations/searchknowledge.d.ts.map +1 -1
- package/models/operations/searchknowledge.js +32 -4
- package/models/operations/searchknowledge.js.map +1 -1
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateprompt.d.ts +180 -8
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +155 -5
- package/models/operations/updateprompt.js.map +1 -1
- package/package.json +1 -1
- package/sdk/contacts.d.ts +1 -1
- package/sdk/contacts.js +1 -1
- package/sdk/datasets.d.ts +1 -1
- package/sdk/datasets.d.ts.map +1 -1
- package/sdk/knowledge.d.ts +1 -1
- package/sdk/knowledge.d.ts.map +1 -1
- package/src/funcs/contactsCreate.ts +1 -1
- package/src/funcs/datasetsCreateDatapoint.ts +5 -4
- package/src/funcs/knowledgeCreateChunks.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/contactsCreate.ts +1 -1
- package/src/models/operations/createchunk.ts +54 -44
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +46 -63
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createprompt.ts +326 -40
- package/src/models/operations/deploymentgetconfig.ts +164 -20
- package/src/models/operations/deployments.ts +156 -19
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +141 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +141 -2
- package/src/models/operations/getpromptversion.ts +143 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +144 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/searchknowledge.ts +42 -0
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateprompt.ts +294 -4
- package/src/sdk/contacts.ts +1 -1
- package/src/sdk/datasets.ts +1 -1
- package/src/sdk/knowledge.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "3.11.0-rc.
|
|
34207
|
-
genVersion: "2.
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 3.11.0-rc.
|
|
34206
|
+
sdkVersion: "3.11.0-rc.10",
|
|
34207
|
+
genVersion: "2.681.1",
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 3.11.0-rc.10 2.681.1 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -35722,7 +35722,7 @@ var init_cleardataset = __esm(() => {
|
|
|
35722
35722
|
});
|
|
35723
35723
|
|
|
35724
35724
|
// src/models/operations/createchunk.ts
|
|
35725
|
-
var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$,
|
|
35725
|
+
var CreateChunkStatus, CreateChunkMetadata$inboundSchema, CreateChunkMetadata$outboundSchema, CreateChunkMetadata$, CreateChunkRequestBody$inboundSchema, CreateChunkRequestBody$outboundSchema, CreateChunkRequestBody$, CreateChunkRequest$inboundSchema, CreateChunkRequest$outboundSchema, CreateChunkRequest$, CreateChunkKnowledgeMetadata$inboundSchema, CreateChunkKnowledgeMetadata$outboundSchema, CreateChunkKnowledgeMetadata$, CreateChunkStatus$inboundSchema, CreateChunkStatus$outboundSchema, CreateChunkStatus$, CreateChunkResponseBody$inboundSchema, CreateChunkResponseBody$outboundSchema, CreateChunkResponseBody$;
|
|
35726
35726
|
var init_createchunk = __esm(() => {
|
|
35727
35727
|
init_esm();
|
|
35728
35728
|
init_primitives();
|
|
@@ -35739,24 +35739,24 @@ var init_createchunk = __esm(() => {
|
|
|
35739
35739
|
CreateChunkMetadata$.inboundSchema = CreateChunkMetadata$inboundSchema;
|
|
35740
35740
|
CreateChunkMetadata$.outboundSchema = CreateChunkMetadata$outboundSchema;
|
|
35741
35741
|
})(CreateChunkMetadata$ ||= {});
|
|
35742
|
-
|
|
35742
|
+
CreateChunkRequestBody$inboundSchema = objectType({
|
|
35743
35743
|
text: stringType(),
|
|
35744
35744
|
embedding: arrayType(numberType()).optional(),
|
|
35745
35745
|
metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional()
|
|
35746
35746
|
});
|
|
35747
|
-
|
|
35747
|
+
CreateChunkRequestBody$outboundSchema = objectType({
|
|
35748
35748
|
text: stringType(),
|
|
35749
35749
|
embedding: arrayType(numberType()).optional(),
|
|
35750
35750
|
metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional()
|
|
35751
35751
|
});
|
|
35752
|
-
((
|
|
35753
|
-
|
|
35754
|
-
|
|
35755
|
-
})(
|
|
35752
|
+
((CreateChunkRequestBody$) => {
|
|
35753
|
+
CreateChunkRequestBody$.inboundSchema = CreateChunkRequestBody$inboundSchema;
|
|
35754
|
+
CreateChunkRequestBody$.outboundSchema = CreateChunkRequestBody$outboundSchema;
|
|
35755
|
+
})(CreateChunkRequestBody$ ||= {});
|
|
35756
35756
|
CreateChunkRequest$inboundSchema = objectType({
|
|
35757
35757
|
knowledge_id: stringType(),
|
|
35758
35758
|
datasource_id: stringType(),
|
|
35759
|
-
RequestBody: arrayType(lazyType(() =>
|
|
35759
|
+
RequestBody: arrayType(lazyType(() => CreateChunkRequestBody$inboundSchema)).optional()
|
|
35760
35760
|
}).transform((v2) => {
|
|
35761
35761
|
return remap(v2, {
|
|
35762
35762
|
knowledge_id: "knowledgeId",
|
|
@@ -35767,7 +35767,7 @@ var init_createchunk = __esm(() => {
|
|
|
35767
35767
|
CreateChunkRequest$outboundSchema = objectType({
|
|
35768
35768
|
knowledgeId: stringType(),
|
|
35769
35769
|
datasourceId: stringType(),
|
|
35770
|
-
requestBody: arrayType(lazyType(() =>
|
|
35770
|
+
requestBody: arrayType(lazyType(() => CreateChunkRequestBody$outboundSchema)).optional()
|
|
35771
35771
|
}).transform((v2) => {
|
|
35772
35772
|
return remap(v2, {
|
|
35773
35773
|
knowledgeId: "knowledge_id",
|
|
@@ -35791,7 +35791,7 @@ var init_createchunk = __esm(() => {
|
|
|
35791
35791
|
CreateChunkStatus$.inboundSchema = CreateChunkStatus$inboundSchema;
|
|
35792
35792
|
CreateChunkStatus$.outboundSchema = CreateChunkStatus$outboundSchema;
|
|
35793
35793
|
})(CreateChunkStatus$ ||= {});
|
|
35794
|
-
|
|
35794
|
+
CreateChunkResponseBody$inboundSchema = objectType({
|
|
35795
35795
|
_id: stringType(),
|
|
35796
35796
|
text: stringType(),
|
|
35797
35797
|
metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
@@ -35808,7 +35808,7 @@ var init_createchunk = __esm(() => {
|
|
|
35808
35808
|
update_by_id: "updateById"
|
|
35809
35809
|
});
|
|
35810
35810
|
});
|
|
35811
|
-
|
|
35811
|
+
CreateChunkResponseBody$outboundSchema = objectType({
|
|
35812
35812
|
id: stringType(),
|
|
35813
35813
|
text: stringType(),
|
|
35814
35814
|
metadata: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
@@ -35825,10 +35825,10 @@ var init_createchunk = __esm(() => {
|
|
|
35825
35825
|
updateById: "update_by_id"
|
|
35826
35826
|
});
|
|
35827
35827
|
});
|
|
35828
|
-
((
|
|
35829
|
-
|
|
35830
|
-
|
|
35831
|
-
})(
|
|
35828
|
+
((CreateChunkResponseBody$) => {
|
|
35829
|
+
CreateChunkResponseBody$.inboundSchema = CreateChunkResponseBody$inboundSchema;
|
|
35830
|
+
CreateChunkResponseBody$.outboundSchema = CreateChunkResponseBody$outboundSchema;
|
|
35831
|
+
})(CreateChunkResponseBody$ ||= {});
|
|
35832
35832
|
});
|
|
35833
35833
|
|
|
35834
35834
|
// src/models/operations/createcontact.ts
|
|
@@ -35878,7 +35878,7 @@ var init_createcontact = __esm(() => {
|
|
|
35878
35878
|
tags: arrayType(stringType()).optional(),
|
|
35879
35879
|
metadata: recordType(anyType()).optional(),
|
|
35880
35880
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35881
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
35881
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
35882
35882
|
}).transform((v2) => {
|
|
35883
35883
|
return remap(v2, {
|
|
35884
35884
|
_id: "id",
|
|
@@ -35898,7 +35898,7 @@ var init_createcontact = __esm(() => {
|
|
|
35898
35898
|
tags: arrayType(stringType()).optional(),
|
|
35899
35899
|
metadata: recordType(anyType()).optional(),
|
|
35900
35900
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35901
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
35901
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
35902
35902
|
}).transform((v2) => {
|
|
35903
35903
|
return remap(v2, {
|
|
35904
35904
|
id: "_id",
|
|
@@ -35970,7 +35970,7 @@ var init_createdataset = __esm(() => {
|
|
|
35970
35970
|
updated_by_id: stringType().optional(),
|
|
35971
35971
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
35972
35972
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35973
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
35973
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
35974
35974
|
}).transform((v2) => {
|
|
35975
35975
|
return remap(v2, {
|
|
35976
35976
|
_id: "id",
|
|
@@ -35990,7 +35990,7 @@ var init_createdataset = __esm(() => {
|
|
|
35990
35990
|
updatedById: stringType().optional(),
|
|
35991
35991
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
35992
35992
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35993
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
35993
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
35994
35994
|
}).transform((v2) => {
|
|
35995
35995
|
return remap(v2, {
|
|
35996
35996
|
id: "_id",
|
|
@@ -36008,7 +36008,7 @@ var init_createdataset = __esm(() => {
|
|
|
36008
36008
|
});
|
|
36009
36009
|
|
|
36010
36010
|
// src/models/operations/createdatasetitem.ts
|
|
36011
|
-
var CreateDatasetItemMessagesDatasetsRequestRequestBody5Role, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole, CreateDatasetItemMessagesType, CreateDatasetItemMessagesDatasetsRequestRole, CreateDatasetItem2DatasetsRequestRequestBodyType, CreateDatasetItem2DatasetsRequestType, CreateDatasetItem2Format, CreateDatasetItem2DatasetsType, CreateDatasetItem2Detail, CreateDatasetItem2Type, CreateDatasetItemMessagesDatasetsRole, CreateDatasetItemMessagesRole, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole, CreateDatasetItemMessagesDatasetsType, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType, CreateDatasetItem2DatasetsResponse200ApplicationJSONType, CreateDatasetItem2DatasetsFormat, CreateDatasetItem2DatasetsResponse200Type, CreateDatasetItem2DatasetsDetail, CreateDatasetItem2DatasetsResponseType, CreateDatasetItemMessagesDatasetsResponse200Role, CreateDatasetItemMessagesDatasetsResponseRole, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$, CreateDatasetItemMessagesDatasetsRequestContent$inboundSchema, CreateDatasetItemMessagesDatasetsRequestContent$outboundSchema, CreateDatasetItemMessagesDatasetsRequestContent$, CreateDatasetItemMessagesToolMessage$inboundSchema, CreateDatasetItemMessagesToolMessage$outboundSchema, CreateDatasetItemMessagesToolMessage$, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$, CreateDatasetItem2RefusalContentPart$inboundSchema, CreateDatasetItem2RefusalContentPart$outboundSchema, CreateDatasetItem2RefusalContentPart$, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$, CreateDatasetItem2TextContentPart$inboundSchema, CreateDatasetItem2TextContentPart$outboundSchema, CreateDatasetItem2TextContentPart$, CreateDatasetItemContentDatasets2$inboundSchema, CreateDatasetItemContentDatasets2$outboundSchema, CreateDatasetItemContentDatasets2$, CreateDatasetItemMessagesDatasetsContent$inboundSchema, CreateDatasetItemMessagesDatasetsContent$outboundSchema, CreateDatasetItemMessagesDatasetsContent$, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$, CreateDatasetItemMessagesAudio$inboundSchema, CreateDatasetItemMessagesAudio$outboundSchema, CreateDatasetItemMessagesAudio$, CreateDatasetItemMessagesType$inboundSchema, CreateDatasetItemMessagesType$outboundSchema, CreateDatasetItemMessagesType$, CreateDatasetItemMessagesFunction$inboundSchema, CreateDatasetItemMessagesFunction$outboundSchema, CreateDatasetItemMessagesFunction$, CreateDatasetItemMessagesToolCalls$inboundSchema, CreateDatasetItemMessagesToolCalls$outboundSchema, CreateDatasetItemMessagesToolCalls$, CreateDatasetItemMessagesAssistantMessage$inboundSchema, CreateDatasetItemMessagesAssistantMessage$outboundSchema, CreateDatasetItemMessagesAssistantMessage$, CreateDatasetItemMessagesDatasetsRequestRole$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRole$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRole$, CreateDatasetItem2DatasetsRequestRequestBodyType$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyType$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyType$, CreateDatasetItem2File$inboundSchema, CreateDatasetItem2File$outboundSchema, CreateDatasetItem2File$, CreateDatasetItem24$inboundSchema, CreateDatasetItem24$outboundSchema, CreateDatasetItem24$, CreateDatasetItem2DatasetsRequestType$inboundSchema, CreateDatasetItem2DatasetsRequestType$outboundSchema, CreateDatasetItem2DatasetsRequestType$, CreateDatasetItem2Format$inboundSchema, CreateDatasetItem2Format$outboundSchema, CreateDatasetItem2Format$, CreateDatasetItem2InputAudio$inboundSchema, CreateDatasetItem2InputAudio$outboundSchema, CreateDatasetItem2InputAudio$, CreateDatasetItem23$inboundSchema, CreateDatasetItem23$outboundSchema, CreateDatasetItem23$, CreateDatasetItem2DatasetsType$inboundSchema, CreateDatasetItem2DatasetsType$outboundSchema, CreateDatasetItem2DatasetsType$, CreateDatasetItem2Detail$inboundSchema, CreateDatasetItem2Detail$outboundSchema, CreateDatasetItem2Detail$, CreateDatasetItem2ImageUrl$inboundSchema, CreateDatasetItem2ImageUrl$outboundSchema, CreateDatasetItem2ImageUrl$, CreateDatasetItem22$inboundSchema, CreateDatasetItem22$outboundSchema, CreateDatasetItem22$, CreateDatasetItem2Type$inboundSchema, CreateDatasetItem2Type$outboundSchema, CreateDatasetItem2Type$, CreateDatasetItem21$inboundSchema, CreateDatasetItem21$outboundSchema, CreateDatasetItem21$, CreateDatasetItemContent2$inboundSchema, CreateDatasetItemContent2$outboundSchema, CreateDatasetItemContent2$, CreateDatasetItemMessagesContent$inboundSchema, CreateDatasetItemMessagesContent$outboundSchema, CreateDatasetItemMessagesContent$, CreateDatasetItemMessagesUserMessage$inboundSchema, CreateDatasetItemMessagesUserMessage$outboundSchema, CreateDatasetItemMessagesUserMessage$, CreateDatasetItemMessagesDatasetsRole$inboundSchema, CreateDatasetItemMessagesDatasetsRole$outboundSchema, CreateDatasetItemMessagesDatasetsRole$, CreateDatasetItemMessagesSystemMessage$inboundSchema, CreateDatasetItemMessagesSystemMessage$outboundSchema, CreateDatasetItemMessagesSystemMessage$, CreateDatasetItemMessagesRole$inboundSchema, CreateDatasetItemMessagesRole$outboundSchema, CreateDatasetItemMessagesRole$, CreateDatasetItemMessagesDeveloperMessage$inboundSchema, CreateDatasetItemMessagesDeveloperMessage$outboundSchema, CreateDatasetItemMessagesDeveloperMessage$, CreateDatasetItemMessages$inboundSchema, CreateDatasetItemMessages$outboundSchema, CreateDatasetItemMessages$, CreateDatasetItemRequestBody$inboundSchema, CreateDatasetItemRequestBody$outboundSchema, CreateDatasetItemRequestBody$, CreateDatasetItemRequest$inboundSchema, CreateDatasetItemRequest$outboundSchema, CreateDatasetItemRequest$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$, CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema, CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema, CreateDatasetItemMessagesDatasetsToolMessage$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$, CreateDatasetItem2DatasetsRefusalContentPart$inboundSchema, CreateDatasetItem2DatasetsRefusalContentPart$outboundSchema, CreateDatasetItem2DatasetsRefusalContentPart$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$, CreateDatasetItem2DatasetsTextContentPart$inboundSchema, CreateDatasetItem2DatasetsTextContentPart$outboundSchema, CreateDatasetItem2DatasetsTextContentPart$, CreateDatasetItemContentDatasetsResponse2002$inboundSchema, CreateDatasetItemContentDatasetsResponse2002$outboundSchema, CreateDatasetItemContentDatasetsResponse2002$, CreateDatasetItemMessagesDatasetsResponse200Content$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200Content$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200Content$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$, CreateDatasetItemMessagesDatasetsAudio$inboundSchema, CreateDatasetItemMessagesDatasetsAudio$outboundSchema, CreateDatasetItemMessagesDatasetsAudio$, CreateDatasetItemMessagesDatasetsType$inboundSchema, CreateDatasetItemMessagesDatasetsType$outboundSchema, CreateDatasetItemMessagesDatasetsType$, CreateDatasetItemMessagesDatasetsFunction$inboundSchema, CreateDatasetItemMessagesDatasetsFunction$outboundSchema, CreateDatasetItemMessagesDatasetsFunction$, CreateDatasetItemMessagesDatasetsToolCalls$inboundSchema, CreateDatasetItemMessagesDatasetsToolCalls$outboundSchema, CreateDatasetItemMessagesDatasetsToolCalls$, CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema, CreateDatasetItemMessagesDatasetsAssistantMessage$outboundSchema, CreateDatasetItemMessagesDatasetsAssistantMessage$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$, CreateDatasetItem2DatasetsFile$inboundSchema, CreateDatasetItem2DatasetsFile$outboundSchema, CreateDatasetItem2DatasetsFile$, CreateDatasetItem2Datasets4$inboundSchema, CreateDatasetItem2Datasets4$outboundSchema, CreateDatasetItem2Datasets4$, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$, CreateDatasetItem2DatasetsFormat$inboundSchema, CreateDatasetItem2DatasetsFormat$outboundSchema, CreateDatasetItem2DatasetsFormat$, CreateDatasetItem2DatasetsInputAudio$inboundSchema, CreateDatasetItem2DatasetsInputAudio$outboundSchema, CreateDatasetItem2DatasetsInputAudio$, CreateDatasetItem2Datasets3$inboundSchema, CreateDatasetItem2Datasets3$outboundSchema, CreateDatasetItem2Datasets3$, CreateDatasetItem2DatasetsResponse200Type$inboundSchema, CreateDatasetItem2DatasetsResponse200Type$outboundSchema, CreateDatasetItem2DatasetsResponse200Type$, CreateDatasetItem2DatasetsDetail$inboundSchema, CreateDatasetItem2DatasetsDetail$outboundSchema, CreateDatasetItem2DatasetsDetail$, CreateDatasetItem2DatasetsImageUrl$inboundSchema, CreateDatasetItem2DatasetsImageUrl$outboundSchema, CreateDatasetItem2DatasetsImageUrl$, CreateDatasetItem2Datasets2$inboundSchema, CreateDatasetItem2Datasets2$outboundSchema, CreateDatasetItem2Datasets2$, CreateDatasetItem2DatasetsResponseType$inboundSchema, CreateDatasetItem2DatasetsResponseType$outboundSchema, CreateDatasetItem2DatasetsResponseType$, CreateDatasetItem2Datasets1$inboundSchema, CreateDatasetItem2Datasets1$outboundSchema, CreateDatasetItem2Datasets1$, CreateDatasetItemContentDatasetsResponse2$inboundSchema, CreateDatasetItemContentDatasetsResponse2$outboundSchema, CreateDatasetItemContentDatasetsResponse2$, CreateDatasetItemMessagesDatasetsResponseContent$inboundSchema, CreateDatasetItemMessagesDatasetsResponseContent$outboundSchema, CreateDatasetItemMessagesDatasetsResponseContent$, CreateDatasetItemMessagesDatasetsUserMessage$inboundSchema, CreateDatasetItemMessagesDatasetsUserMessage$outboundSchema, CreateDatasetItemMessagesDatasetsUserMessage$, CreateDatasetItemMessagesDatasetsResponse200Role$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200Role$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200Role$, CreateDatasetItemMessagesDatasetsSystemMessage$inboundSchema, CreateDatasetItemMessagesDatasetsSystemMessage$outboundSchema, CreateDatasetItemMessagesDatasetsSystemMessage$, CreateDatasetItemMessagesDatasetsResponseRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponseRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponseRole$, CreateDatasetItemMessagesDatasetsDeveloperMessage$inboundSchema, CreateDatasetItemMessagesDatasetsDeveloperMessage$outboundSchema, CreateDatasetItemMessagesDatasetsDeveloperMessage$, CreateDatasetItemDatasetsMessages$inboundSchema, CreateDatasetItemDatasetsMessages$outboundSchema, CreateDatasetItemDatasetsMessages$, CreateDatasetItemResponseBody$inboundSchema, CreateDatasetItemResponseBody$outboundSchema, CreateDatasetItemResponseBody$;
|
|
36011
|
+
var CreateDatasetItemMessagesDatasetsRequestRequestBody5Role, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole, CreateDatasetItemMessagesType, CreateDatasetItemMessagesDatasetsRequestRole, CreateDatasetItem2DatasetsRequestRequestBodyType, CreateDatasetItem2DatasetsRequestType, CreateDatasetItem2Format, CreateDatasetItem2DatasetsType, CreateDatasetItem2Detail, CreateDatasetItem2Type, CreateDatasetItemMessagesDatasetsRole, CreateDatasetItemMessagesRole, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole, CreateDatasetItemMessagesDatasetsType, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType, CreateDatasetItem2DatasetsResponse200ApplicationJSONType, CreateDatasetItem2DatasetsFormat, CreateDatasetItem2DatasetsResponse200Type, CreateDatasetItem2DatasetsDetail, CreateDatasetItem2DatasetsResponseType, CreateDatasetItemMessagesDatasetsResponse200Role, CreateDatasetItemMessagesDatasetsResponseRole, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBody5Role$, CreateDatasetItemMessagesDatasetsRequestContent$inboundSchema, CreateDatasetItemMessagesDatasetsRequestContent$outboundSchema, CreateDatasetItemMessagesDatasetsRequestContent$, CreateDatasetItemMessagesToolMessage$inboundSchema, CreateDatasetItemMessagesToolMessage$outboundSchema, CreateDatasetItemMessagesToolMessage$, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessages4Type$, CreateDatasetItem2RefusalContentPart$inboundSchema, CreateDatasetItem2RefusalContentPart$outboundSchema, CreateDatasetItem2RefusalContentPart$, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyMessagesType$, CreateDatasetItem2TextContentPart$inboundSchema, CreateDatasetItem2TextContentPart$outboundSchema, CreateDatasetItem2TextContentPart$, CreateDatasetItemContentDatasets2$inboundSchema, CreateDatasetItemContentDatasets2$outboundSchema, CreateDatasetItemContentDatasets2$, CreateDatasetItemMessagesDatasetsContent$inboundSchema, CreateDatasetItemMessagesDatasetsContent$outboundSchema, CreateDatasetItemMessagesDatasetsContent$, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRequestBodyRole$, CreateDatasetItemMessagesAudio$inboundSchema, CreateDatasetItemMessagesAudio$outboundSchema, CreateDatasetItemMessagesAudio$, CreateDatasetItemMessagesType$inboundSchema, CreateDatasetItemMessagesType$outboundSchema, CreateDatasetItemMessagesType$, CreateDatasetItemMessagesFunction$inboundSchema, CreateDatasetItemMessagesFunction$outboundSchema, CreateDatasetItemMessagesFunction$, CreateDatasetItemMessagesToolCalls$inboundSchema, CreateDatasetItemMessagesToolCalls$outboundSchema, CreateDatasetItemMessagesToolCalls$, CreateDatasetItemMessagesAssistantMessage$inboundSchema, CreateDatasetItemMessagesAssistantMessage$outboundSchema, CreateDatasetItemMessagesAssistantMessage$, CreateDatasetItemMessagesDatasetsRequestRole$inboundSchema, CreateDatasetItemMessagesDatasetsRequestRole$outboundSchema, CreateDatasetItemMessagesDatasetsRequestRole$, CreateDatasetItem2DatasetsRequestRequestBodyType$inboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyType$outboundSchema, CreateDatasetItem2DatasetsRequestRequestBodyType$, CreateDatasetItem2File$inboundSchema, CreateDatasetItem2File$outboundSchema, CreateDatasetItem2File$, CreateDatasetItem24$inboundSchema, CreateDatasetItem24$outboundSchema, CreateDatasetItem24$, CreateDatasetItem2DatasetsRequestType$inboundSchema, CreateDatasetItem2DatasetsRequestType$outboundSchema, CreateDatasetItem2DatasetsRequestType$, CreateDatasetItem2Format$inboundSchema, CreateDatasetItem2Format$outboundSchema, CreateDatasetItem2Format$, CreateDatasetItem2InputAudio$inboundSchema, CreateDatasetItem2InputAudio$outboundSchema, CreateDatasetItem2InputAudio$, CreateDatasetItem23$inboundSchema, CreateDatasetItem23$outboundSchema, CreateDatasetItem23$, CreateDatasetItem2DatasetsType$inboundSchema, CreateDatasetItem2DatasetsType$outboundSchema, CreateDatasetItem2DatasetsType$, CreateDatasetItem2Detail$inboundSchema, CreateDatasetItem2Detail$outboundSchema, CreateDatasetItem2Detail$, CreateDatasetItem2ImageUrl$inboundSchema, CreateDatasetItem2ImageUrl$outboundSchema, CreateDatasetItem2ImageUrl$, CreateDatasetItem22$inboundSchema, CreateDatasetItem22$outboundSchema, CreateDatasetItem22$, CreateDatasetItem2Type$inboundSchema, CreateDatasetItem2Type$outboundSchema, CreateDatasetItem2Type$, CreateDatasetItem21$inboundSchema, CreateDatasetItem21$outboundSchema, CreateDatasetItem21$, CreateDatasetItemContent2$inboundSchema, CreateDatasetItemContent2$outboundSchema, CreateDatasetItemContent2$, CreateDatasetItemMessagesContent$inboundSchema, CreateDatasetItemMessagesContent$outboundSchema, CreateDatasetItemMessagesContent$, CreateDatasetItemMessagesUserMessage$inboundSchema, CreateDatasetItemMessagesUserMessage$outboundSchema, CreateDatasetItemMessagesUserMessage$, CreateDatasetItemMessagesDatasetsRole$inboundSchema, CreateDatasetItemMessagesDatasetsRole$outboundSchema, CreateDatasetItemMessagesDatasetsRole$, CreateDatasetItemMessagesSystemMessage$inboundSchema, CreateDatasetItemMessagesSystemMessage$outboundSchema, CreateDatasetItemMessagesSystemMessage$, CreateDatasetItemMessagesRole$inboundSchema, CreateDatasetItemMessagesRole$outboundSchema, CreateDatasetItemMessagesRole$, CreateDatasetItemMessagesDeveloperMessage$inboundSchema, CreateDatasetItemMessagesDeveloperMessage$outboundSchema, CreateDatasetItemMessagesDeveloperMessage$, CreateDatasetItemMessages$inboundSchema, CreateDatasetItemMessages$outboundSchema, CreateDatasetItemMessages$, RequestBody$inboundSchema, RequestBody$outboundSchema, RequestBody$, CreateDatasetItemRequest$inboundSchema, CreateDatasetItemRequest$outboundSchema, CreateDatasetItemRequest$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBody5Role$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONContent$, CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema, CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema, CreateDatasetItemMessagesDatasetsToolMessage$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$, CreateDatasetItem2DatasetsRefusalContentPart$inboundSchema, CreateDatasetItem2DatasetsRefusalContentPart$outboundSchema, CreateDatasetItem2DatasetsRefusalContentPart$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$, CreateDatasetItem2DatasetsTextContentPart$inboundSchema, CreateDatasetItem2DatasetsTextContentPart$outboundSchema, CreateDatasetItem2DatasetsTextContentPart$, CreateDatasetItemContentDatasetsResponse2002$inboundSchema, CreateDatasetItemContentDatasetsResponse2002$outboundSchema, CreateDatasetItemContentDatasetsResponse2002$, CreateDatasetItemMessagesDatasetsResponse200Content$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200Content$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200Content$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONResponseBodyRole$, CreateDatasetItemMessagesDatasetsAudio$inboundSchema, CreateDatasetItemMessagesDatasetsAudio$outboundSchema, CreateDatasetItemMessagesDatasetsAudio$, CreateDatasetItemMessagesDatasetsType$inboundSchema, CreateDatasetItemMessagesDatasetsType$outboundSchema, CreateDatasetItemMessagesDatasetsType$, CreateDatasetItemMessagesDatasetsFunction$inboundSchema, CreateDatasetItemMessagesDatasetsFunction$outboundSchema, CreateDatasetItemMessagesDatasetsFunction$, CreateDatasetItemMessagesDatasetsToolCalls$inboundSchema, CreateDatasetItemMessagesDatasetsToolCalls$outboundSchema, CreateDatasetItemMessagesDatasetsToolCalls$, CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema, CreateDatasetItemMessagesDatasetsAssistantMessage$outboundSchema, CreateDatasetItemMessagesDatasetsAssistantMessage$, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200ApplicationJSONRole$, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$, CreateDatasetItem2DatasetsFile$inboundSchema, CreateDatasetItem2DatasetsFile$outboundSchema, CreateDatasetItem2DatasetsFile$, CreateDatasetItem2Datasets4$inboundSchema, CreateDatasetItem2Datasets4$outboundSchema, CreateDatasetItem2Datasets4$, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$inboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$outboundSchema, CreateDatasetItem2DatasetsResponse200ApplicationJSONType$, CreateDatasetItem2DatasetsFormat$inboundSchema, CreateDatasetItem2DatasetsFormat$outboundSchema, CreateDatasetItem2DatasetsFormat$, CreateDatasetItem2DatasetsInputAudio$inboundSchema, CreateDatasetItem2DatasetsInputAudio$outboundSchema, CreateDatasetItem2DatasetsInputAudio$, CreateDatasetItem2Datasets3$inboundSchema, CreateDatasetItem2Datasets3$outboundSchema, CreateDatasetItem2Datasets3$, CreateDatasetItem2DatasetsResponse200Type$inboundSchema, CreateDatasetItem2DatasetsResponse200Type$outboundSchema, CreateDatasetItem2DatasetsResponse200Type$, CreateDatasetItem2DatasetsDetail$inboundSchema, CreateDatasetItem2DatasetsDetail$outboundSchema, CreateDatasetItem2DatasetsDetail$, CreateDatasetItem2DatasetsImageUrl$inboundSchema, CreateDatasetItem2DatasetsImageUrl$outboundSchema, CreateDatasetItem2DatasetsImageUrl$, CreateDatasetItem2Datasets2$inboundSchema, CreateDatasetItem2Datasets2$outboundSchema, CreateDatasetItem2Datasets2$, CreateDatasetItem2DatasetsResponseType$inboundSchema, CreateDatasetItem2DatasetsResponseType$outboundSchema, CreateDatasetItem2DatasetsResponseType$, CreateDatasetItem2Datasets1$inboundSchema, CreateDatasetItem2Datasets1$outboundSchema, CreateDatasetItem2Datasets1$, CreateDatasetItemContentDatasetsResponse2$inboundSchema, CreateDatasetItemContentDatasetsResponse2$outboundSchema, CreateDatasetItemContentDatasetsResponse2$, CreateDatasetItemMessagesDatasetsResponseContent$inboundSchema, CreateDatasetItemMessagesDatasetsResponseContent$outboundSchema, CreateDatasetItemMessagesDatasetsResponseContent$, CreateDatasetItemMessagesDatasetsUserMessage$inboundSchema, CreateDatasetItemMessagesDatasetsUserMessage$outboundSchema, CreateDatasetItemMessagesDatasetsUserMessage$, CreateDatasetItemMessagesDatasetsResponse200Role$inboundSchema, CreateDatasetItemMessagesDatasetsResponse200Role$outboundSchema, CreateDatasetItemMessagesDatasetsResponse200Role$, CreateDatasetItemMessagesDatasetsSystemMessage$inboundSchema, CreateDatasetItemMessagesDatasetsSystemMessage$outboundSchema, CreateDatasetItemMessagesDatasetsSystemMessage$, CreateDatasetItemMessagesDatasetsResponseRole$inboundSchema, CreateDatasetItemMessagesDatasetsResponseRole$outboundSchema, CreateDatasetItemMessagesDatasetsResponseRole$, CreateDatasetItemMessagesDatasetsDeveloperMessage$inboundSchema, CreateDatasetItemMessagesDatasetsDeveloperMessage$outboundSchema, CreateDatasetItemMessagesDatasetsDeveloperMessage$, CreateDatasetItemDatasetsMessages$inboundSchema, CreateDatasetItemDatasetsMessages$outboundSchema, CreateDatasetItemDatasetsMessages$, ResponseBody$inboundSchema, ResponseBody$outboundSchema, ResponseBody$;
|
|
36012
36012
|
var init_createdatasetitem = __esm(() => {
|
|
36013
36013
|
init_esm();
|
|
36014
36014
|
init_primitives();
|
|
@@ -36576,7 +36576,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36576
36576
|
CreateDatasetItemMessages$.inboundSchema = CreateDatasetItemMessages$inboundSchema;
|
|
36577
36577
|
CreateDatasetItemMessages$.outboundSchema = CreateDatasetItemMessages$outboundSchema;
|
|
36578
36578
|
})(CreateDatasetItemMessages$ ||= {});
|
|
36579
|
-
|
|
36579
|
+
RequestBody$inboundSchema = objectType({
|
|
36580
36580
|
inputs: recordType(anyType()).optional(),
|
|
36581
36581
|
messages: arrayType(unionType([
|
|
36582
36582
|
lazyType(() => CreateDatasetItemMessagesToolMessage$inboundSchema),
|
|
@@ -36591,7 +36591,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36591
36591
|
expected_output: "expectedOutput"
|
|
36592
36592
|
});
|
|
36593
36593
|
});
|
|
36594
|
-
|
|
36594
|
+
RequestBody$outboundSchema = objectType({
|
|
36595
36595
|
inputs: recordType(anyType()).optional(),
|
|
36596
36596
|
messages: arrayType(unionType([
|
|
36597
36597
|
lazyType(() => CreateDatasetItemMessagesToolMessage$outboundSchema),
|
|
@@ -36606,13 +36606,13 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36606
36606
|
expectedOutput: "expected_output"
|
|
36607
36607
|
});
|
|
36608
36608
|
});
|
|
36609
|
-
((
|
|
36610
|
-
|
|
36611
|
-
|
|
36612
|
-
})(
|
|
36609
|
+
((RequestBody$) => {
|
|
36610
|
+
RequestBody$.inboundSchema = RequestBody$inboundSchema;
|
|
36611
|
+
RequestBody$.outboundSchema = RequestBody$outboundSchema;
|
|
36612
|
+
})(RequestBody$ ||= {});
|
|
36613
36613
|
CreateDatasetItemRequest$inboundSchema = objectType({
|
|
36614
36614
|
dataset_id: stringType(),
|
|
36615
|
-
RequestBody: lazyType(() =>
|
|
36615
|
+
RequestBody: arrayType(lazyType(() => RequestBody$inboundSchema)).optional()
|
|
36616
36616
|
}).transform((v2) => {
|
|
36617
36617
|
return remap(v2, {
|
|
36618
36618
|
dataset_id: "datasetId",
|
|
@@ -36621,7 +36621,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36621
36621
|
});
|
|
36622
36622
|
CreateDatasetItemRequest$outboundSchema = objectType({
|
|
36623
36623
|
datasetId: stringType(),
|
|
36624
|
-
requestBody: lazyType(() =>
|
|
36624
|
+
requestBody: arrayType(lazyType(() => RequestBody$outboundSchema)).optional()
|
|
36625
36625
|
}).transform((v2) => {
|
|
36626
36626
|
return remap(v2, {
|
|
36627
36627
|
datasetId: "dataset_id",
|
|
@@ -37106,7 +37106,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37106
37106
|
CreateDatasetItemDatasetsMessages$.inboundSchema = CreateDatasetItemDatasetsMessages$inboundSchema;
|
|
37107
37107
|
CreateDatasetItemDatasetsMessages$.outboundSchema = CreateDatasetItemDatasetsMessages$outboundSchema;
|
|
37108
37108
|
})(CreateDatasetItemDatasetsMessages$ ||= {});
|
|
37109
|
-
|
|
37109
|
+
ResponseBody$inboundSchema = objectType({
|
|
37110
37110
|
_id: stringType(),
|
|
37111
37111
|
workspace_id: stringType(),
|
|
37112
37112
|
inputs: recordType(anyType()).optional(),
|
|
@@ -37122,7 +37122,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37122
37122
|
created_by_id: stringType().optional(),
|
|
37123
37123
|
updated_by_id: stringType().optional(),
|
|
37124
37124
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37125
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
37125
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
37126
37126
|
}).transform((v2) => {
|
|
37127
37127
|
return remap(v2, {
|
|
37128
37128
|
_id: "id",
|
|
@@ -37133,7 +37133,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37133
37133
|
updated_by_id: "updatedById"
|
|
37134
37134
|
});
|
|
37135
37135
|
});
|
|
37136
|
-
|
|
37136
|
+
ResponseBody$outboundSchema = objectType({
|
|
37137
37137
|
id: stringType(),
|
|
37138
37138
|
workspaceId: stringType(),
|
|
37139
37139
|
inputs: recordType(anyType()).optional(),
|
|
@@ -37149,7 +37149,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37149
37149
|
createdById: stringType().optional(),
|
|
37150
37150
|
updatedById: stringType().optional(),
|
|
37151
37151
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37152
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
37152
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
37153
37153
|
}).transform((v2) => {
|
|
37154
37154
|
return remap(v2, {
|
|
37155
37155
|
id: "_id",
|
|
@@ -37160,10 +37160,10 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37160
37160
|
updatedById: "updated_by_id"
|
|
37161
37161
|
});
|
|
37162
37162
|
});
|
|
37163
|
-
((
|
|
37164
|
-
|
|
37165
|
-
|
|
37166
|
-
})(
|
|
37163
|
+
((ResponseBody$) => {
|
|
37164
|
+
ResponseBody$.inboundSchema = ResponseBody$inboundSchema;
|
|
37165
|
+
ResponseBody$.outboundSchema = ResponseBody$outboundSchema;
|
|
37166
|
+
})(ResponseBody$ ||= {});
|
|
37167
37167
|
});
|
|
37168
37168
|
|
|
37169
37169
|
// src/models/operations/createdatasource.ts
|
|
@@ -37371,7 +37371,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37371
37371
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37372
37372
|
})(CreateDatasourceStatus$ ||= {});
|
|
37373
37373
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37374
|
-
_id: stringType().default("
|
|
37374
|
+
_id: stringType().default("01K2HV2JCRTKK0F1DTZWVA97X1"),
|
|
37375
37375
|
display_name: stringType(),
|
|
37376
37376
|
description: stringType().optional(),
|
|
37377
37377
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37394,7 +37394,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37394
37394
|
});
|
|
37395
37395
|
});
|
|
37396
37396
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37397
|
-
id: stringType().default("
|
|
37397
|
+
id: stringType().default("01K2HV2JCRTKK0F1DTZWVA97X1"),
|
|
37398
37398
|
displayName: stringType(),
|
|
37399
37399
|
description: stringType().optional(),
|
|
37400
37400
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -38070,8 +38070,8 @@ var init_createeval = __esm(() => {
|
|
|
38070
38070
|
ResponseBodyPython$inboundSchema = objectType({
|
|
38071
38071
|
_id: stringType(),
|
|
38072
38072
|
description: stringType(),
|
|
38073
|
-
created: stringType().default("2025-08-
|
|
38074
|
-
updated: stringType().default("2025-08-
|
|
38073
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38074
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38075
38075
|
guardrail_config: unionType([
|
|
38076
38076
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
38077
38077
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -38088,8 +38088,8 @@ var init_createeval = __esm(() => {
|
|
|
38088
38088
|
ResponseBodyPython$outboundSchema = objectType({
|
|
38089
38089
|
id: stringType(),
|
|
38090
38090
|
description: stringType(),
|
|
38091
|
-
created: stringType().default("2025-08-
|
|
38092
|
-
updated: stringType().default("2025-08-
|
|
38091
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38092
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38093
38093
|
guardrailConfig: unionType([
|
|
38094
38094
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
38095
38095
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -38182,8 +38182,8 @@ var init_createeval = __esm(() => {
|
|
|
38182
38182
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
38183
38183
|
_id: stringType(),
|
|
38184
38184
|
description: stringType(),
|
|
38185
|
-
created: stringType().default("2025-08-
|
|
38186
|
-
updated: stringType().default("2025-08-
|
|
38185
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38186
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38187
38187
|
guardrail_config: unionType([
|
|
38188
38188
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
38189
38189
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -38203,8 +38203,8 @@ var init_createeval = __esm(() => {
|
|
|
38203
38203
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
38204
38204
|
id: stringType(),
|
|
38205
38205
|
description: stringType(),
|
|
38206
|
-
created: stringType().default("2025-08-
|
|
38207
|
-
updated: stringType().default("2025-08-
|
|
38206
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38207
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38208
38208
|
guardrailConfig: unionType([
|
|
38209
38209
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
38210
38210
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -38294,8 +38294,8 @@ var init_createeval = __esm(() => {
|
|
|
38294
38294
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
38295
38295
|
_id: stringType(),
|
|
38296
38296
|
description: stringType(),
|
|
38297
|
-
created: stringType().default("2025-08-
|
|
38298
|
-
updated: stringType().default("2025-08-
|
|
38297
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38298
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38299
38299
|
guardrail_config: unionType([
|
|
38300
38300
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
38301
38301
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -38312,8 +38312,8 @@ var init_createeval = __esm(() => {
|
|
|
38312
38312
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
38313
38313
|
id: stringType(),
|
|
38314
38314
|
description: stringType(),
|
|
38315
|
-
created: stringType().default("2025-08-
|
|
38316
|
-
updated: stringType().default("2025-08-
|
|
38315
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38316
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38317
38317
|
guardrailConfig: unionType([
|
|
38318
38318
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
38319
38319
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -38400,8 +38400,8 @@ var init_createeval = __esm(() => {
|
|
|
38400
38400
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
38401
38401
|
_id: stringType(),
|
|
38402
38402
|
description: stringType(),
|
|
38403
|
-
created: stringType().default("2025-08-
|
|
38404
|
-
updated: stringType().default("2025-08-
|
|
38403
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38404
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38405
38405
|
guardrail_config: unionType([
|
|
38406
38406
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
38407
38407
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -38419,8 +38419,8 @@ var init_createeval = __esm(() => {
|
|
|
38419
38419
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
38420
38420
|
id: stringType(),
|
|
38421
38421
|
description: stringType(),
|
|
38422
|
-
created: stringType().default("2025-08-
|
|
38423
|
-
updated: stringType().default("2025-08-
|
|
38422
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38423
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
38424
38424
|
guardrailConfig: unionType([
|
|
38425
38425
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
38426
38426
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -38756,7 +38756,7 @@ var init_createknowledge = __esm(() => {
|
|
|
38756
38756
|
});
|
|
38757
38757
|
|
|
38758
38758
|
// src/models/operations/createprompt.ts
|
|
38759
|
-
var ModelType, CreatePromptFormat, CreatePromptResponseFormatType, ResponseFormatType, PhotoRealVersion, EncodingFormat, ReasoningEffort, Provider, CreatePromptRole, CreatePrompt2PromptsRequestType, CreatePrompt2PromptsType, CreatePrompt2Type, CreatePromptType, UseCases, Language, CreatePromptPromptsType, CreatePromptModelType, CreatePromptPromptsFormat,
|
|
38759
|
+
var ModelType, CreatePromptFormat, CreatePromptResponseFormatPromptsType, CreatePromptResponseFormatType, ResponseFormatType, PhotoRealVersion, EncodingFormat, ReasoningEffort, Verbosity, Provider, CreatePromptRole, CreatePrompt2PromptsRequestType, CreatePrompt2PromptsType, CreatePrompt2Type, CreatePromptType, UseCases, Language, CreatePromptPromptsType, CreatePromptModelType, CreatePromptPromptsFormat, CreatePromptResponseFormatPromptsResponse200ApplicationJSONType, CreatePromptResponseFormatPromptsResponse200Type, CreatePromptResponseFormatPromptsResponseType, CreatePromptPhotoRealVersion, CreatePromptEncodingFormat, CreatePromptReasoningEffort, CreatePromptVerbosity, CreatePromptProvider, CreatePromptPromptsRole, CreatePrompt2PromptsResponse200ApplicationJSONType, CreatePrompt2PromptsResponse200Type, CreatePrompt2PromptsResponseType, CreatePromptPromptsResponseType, CreatePromptUseCases, CreatePromptLanguage, ModelType$inboundSchema, ModelType$outboundSchema, ModelType$, CreatePromptFormat$inboundSchema, CreatePromptFormat$outboundSchema, CreatePromptFormat$, CreatePromptResponseFormatPromptsType$inboundSchema, CreatePromptResponseFormatPromptsType$outboundSchema, CreatePromptResponseFormatPromptsType$, ResponseFormat3$inboundSchema, ResponseFormat3$outboundSchema, ResponseFormat3$, CreatePromptResponseFormatType$inboundSchema, CreatePromptResponseFormatType$outboundSchema, CreatePromptResponseFormatType$, ResponseFormat2$inboundSchema, ResponseFormat2$outboundSchema, ResponseFormat2$, ResponseFormatType$inboundSchema, ResponseFormatType$outboundSchema, ResponseFormatType$, JsonSchema$inboundSchema, JsonSchema$outboundSchema, JsonSchema$, ResponseFormat1$inboundSchema, ResponseFormat1$outboundSchema, ResponseFormat1$, ResponseFormat$inboundSchema, ResponseFormat$outboundSchema, ResponseFormat$, PhotoRealVersion$inboundSchema, PhotoRealVersion$outboundSchema, PhotoRealVersion$, EncodingFormat$inboundSchema, EncodingFormat$outboundSchema, EncodingFormat$, ReasoningEffort$inboundSchema, ReasoningEffort$outboundSchema, ReasoningEffort$, Verbosity$inboundSchema, Verbosity$outboundSchema, Verbosity$, ModelParameters$inboundSchema, ModelParameters$outboundSchema, ModelParameters$, Provider$inboundSchema, Provider$outboundSchema, Provider$, CreatePromptRole$inboundSchema, CreatePromptRole$outboundSchema, CreatePromptRole$, CreatePrompt2PromptsRequestType$inboundSchema, CreatePrompt2PromptsRequestType$outboundSchema, CreatePrompt2PromptsRequestType$, CreatePrompt2File$inboundSchema, CreatePrompt2File$outboundSchema, CreatePrompt2File$, CreatePrompt23$inboundSchema, CreatePrompt23$outboundSchema, CreatePrompt23$, CreatePrompt2PromptsType$inboundSchema, CreatePrompt2PromptsType$outboundSchema, CreatePrompt2PromptsType$, CreatePrompt2ImageUrl$inboundSchema, CreatePrompt2ImageUrl$outboundSchema, CreatePrompt2ImageUrl$, CreatePrompt22$inboundSchema, CreatePrompt22$outboundSchema, CreatePrompt22$, CreatePrompt2Type$inboundSchema, CreatePrompt2Type$outboundSchema, CreatePrompt2Type$, CreatePrompt21$inboundSchema, CreatePrompt21$outboundSchema, CreatePrompt21$, CreatePromptContent2$inboundSchema, CreatePromptContent2$outboundSchema, CreatePromptContent2$, CreatePromptContent$inboundSchema, CreatePromptContent$outboundSchema, CreatePromptContent$, CreatePromptType$inboundSchema, CreatePromptType$outboundSchema, CreatePromptType$, CreatePromptFunction$inboundSchema, CreatePromptFunction$outboundSchema, CreatePromptFunction$, CreatePromptToolCalls$inboundSchema, CreatePromptToolCalls$outboundSchema, CreatePromptToolCalls$, CreatePromptMessages$inboundSchema, CreatePromptMessages$outboundSchema, CreatePromptMessages$, PromptConfig$inboundSchema, PromptConfig$outboundSchema, PromptConfig$, UseCases$inboundSchema, UseCases$outboundSchema, UseCases$, Language$inboundSchema, Language$outboundSchema, Language$, CreatePromptMetadata$inboundSchema, CreatePromptMetadata$outboundSchema, CreatePromptMetadata$, CreatePromptRequestBody$inboundSchema, CreatePromptRequestBody$outboundSchema, CreatePromptRequestBody$, CreatePromptPromptsType$inboundSchema, CreatePromptPromptsType$outboundSchema, CreatePromptPromptsType$, CreatePromptModelType$inboundSchema, CreatePromptModelType$outboundSchema, CreatePromptModelType$, CreatePromptPromptsFormat$inboundSchema, CreatePromptPromptsFormat$outboundSchema, CreatePromptPromptsFormat$, CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema, CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema, CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$, CreatePromptResponseFormat3$inboundSchema, CreatePromptResponseFormat3$outboundSchema, CreatePromptResponseFormat3$, CreatePromptResponseFormatPromptsResponse200Type$inboundSchema, CreatePromptResponseFormatPromptsResponse200Type$outboundSchema, CreatePromptResponseFormatPromptsResponse200Type$, CreatePromptResponseFormat2$inboundSchema, CreatePromptResponseFormat2$outboundSchema, CreatePromptResponseFormat2$, CreatePromptResponseFormatPromptsResponseType$inboundSchema, CreatePromptResponseFormatPromptsResponseType$outboundSchema, CreatePromptResponseFormatPromptsResponseType$, CreatePromptResponseFormatJsonSchema$inboundSchema, CreatePromptResponseFormatJsonSchema$outboundSchema, CreatePromptResponseFormatJsonSchema$, CreatePromptResponseFormat1$inboundSchema, CreatePromptResponseFormat1$outboundSchema, CreatePromptResponseFormat1$, CreatePromptResponseFormat$inboundSchema, CreatePromptResponseFormat$outboundSchema, CreatePromptResponseFormat$, CreatePromptPhotoRealVersion$inboundSchema, CreatePromptPhotoRealVersion$outboundSchema, CreatePromptPhotoRealVersion$, CreatePromptEncodingFormat$inboundSchema, CreatePromptEncodingFormat$outboundSchema, CreatePromptEncodingFormat$, CreatePromptReasoningEffort$inboundSchema, CreatePromptReasoningEffort$outboundSchema, CreatePromptReasoningEffort$, CreatePromptVerbosity$inboundSchema, CreatePromptVerbosity$outboundSchema, CreatePromptVerbosity$, CreatePromptModelParameters$inboundSchema, CreatePromptModelParameters$outboundSchema, CreatePromptModelParameters$, CreatePromptProvider$inboundSchema, CreatePromptProvider$outboundSchema, CreatePromptProvider$, CreatePromptPromptsRole$inboundSchema, CreatePromptPromptsRole$outboundSchema, CreatePromptPromptsRole$, CreatePrompt2PromptsResponse200ApplicationJSONType$inboundSchema, CreatePrompt2PromptsResponse200ApplicationJSONType$outboundSchema, CreatePrompt2PromptsResponse200ApplicationJSONType$, CreatePrompt2PromptsFile$inboundSchema, CreatePrompt2PromptsFile$outboundSchema, CreatePrompt2PromptsFile$, CreatePrompt2Prompts3$inboundSchema, CreatePrompt2Prompts3$outboundSchema, CreatePrompt2Prompts3$, CreatePrompt2PromptsResponse200Type$inboundSchema, CreatePrompt2PromptsResponse200Type$outboundSchema, CreatePrompt2PromptsResponse200Type$, CreatePrompt2PromptsImageUrl$inboundSchema, CreatePrompt2PromptsImageUrl$outboundSchema, CreatePrompt2PromptsImageUrl$, CreatePrompt2Prompts2$inboundSchema, CreatePrompt2Prompts2$outboundSchema, CreatePrompt2Prompts2$, CreatePrompt2PromptsResponseType$inboundSchema, CreatePrompt2PromptsResponseType$outboundSchema, CreatePrompt2PromptsResponseType$, CreatePrompt2Prompts1$inboundSchema, CreatePrompt2Prompts1$outboundSchema, CreatePrompt2Prompts1$, CreatePromptContentPrompts2$inboundSchema, CreatePromptContentPrompts2$outboundSchema, CreatePromptContentPrompts2$, CreatePromptPromptsContent$inboundSchema, CreatePromptPromptsContent$outboundSchema, CreatePromptPromptsContent$, CreatePromptPromptsResponseType$inboundSchema, CreatePromptPromptsResponseType$outboundSchema, CreatePromptPromptsResponseType$, CreatePromptPromptsFunction$inboundSchema, CreatePromptPromptsFunction$outboundSchema, CreatePromptPromptsFunction$, CreatePromptPromptsToolCalls$inboundSchema, CreatePromptPromptsToolCalls$outboundSchema, CreatePromptPromptsToolCalls$, CreatePromptPromptsMessages$inboundSchema, CreatePromptPromptsMessages$outboundSchema, CreatePromptPromptsMessages$, CreatePromptPromptConfig$inboundSchema, CreatePromptPromptConfig$outboundSchema, CreatePromptPromptConfig$, CreatePromptUseCases$inboundSchema, CreatePromptUseCases$outboundSchema, CreatePromptUseCases$, CreatePromptLanguage$inboundSchema, CreatePromptLanguage$outboundSchema, CreatePromptLanguage$, CreatePromptPromptsMetadata$inboundSchema, CreatePromptPromptsMetadata$outboundSchema, CreatePromptPromptsMetadata$, CreatePromptResponseBody$inboundSchema, CreatePromptResponseBody$outboundSchema, CreatePromptResponseBody$;
|
|
38760
38760
|
var init_createprompt = __esm(() => {
|
|
38761
38761
|
init_esm();
|
|
38762
38762
|
init_primitives();
|
|
@@ -38777,6 +38777,9 @@ var init_createprompt = __esm(() => {
|
|
|
38777
38777
|
Text: "text",
|
|
38778
38778
|
JsonObject: "json_object"
|
|
38779
38779
|
};
|
|
38780
|
+
CreatePromptResponseFormatPromptsType = {
|
|
38781
|
+
Text: "text"
|
|
38782
|
+
};
|
|
38780
38783
|
CreatePromptResponseFormatType = {
|
|
38781
38784
|
JsonObject: "json_object"
|
|
38782
38785
|
};
|
|
@@ -38797,6 +38800,11 @@ var init_createprompt = __esm(() => {
|
|
|
38797
38800
|
Medium: "medium",
|
|
38798
38801
|
High: "high"
|
|
38799
38802
|
};
|
|
38803
|
+
Verbosity = {
|
|
38804
|
+
Low: "low",
|
|
38805
|
+
Medium: "medium",
|
|
38806
|
+
High: "high"
|
|
38807
|
+
};
|
|
38800
38808
|
Provider = {
|
|
38801
38809
|
Cohere: "cohere",
|
|
38802
38810
|
Openai: "openai",
|
|
@@ -38893,10 +38901,13 @@ var init_createprompt = __esm(() => {
|
|
|
38893
38901
|
Text: "text",
|
|
38894
38902
|
JsonObject: "json_object"
|
|
38895
38903
|
};
|
|
38896
|
-
|
|
38904
|
+
CreatePromptResponseFormatPromptsResponse200ApplicationJSONType = {
|
|
38905
|
+
Text: "text"
|
|
38906
|
+
};
|
|
38907
|
+
CreatePromptResponseFormatPromptsResponse200Type = {
|
|
38897
38908
|
JsonObject: "json_object"
|
|
38898
38909
|
};
|
|
38899
|
-
|
|
38910
|
+
CreatePromptResponseFormatPromptsResponseType = {
|
|
38900
38911
|
JsonSchema: "json_schema"
|
|
38901
38912
|
};
|
|
38902
38913
|
CreatePromptPhotoRealVersion = {
|
|
@@ -38913,6 +38924,11 @@ var init_createprompt = __esm(() => {
|
|
|
38913
38924
|
Medium: "medium",
|
|
38914
38925
|
High: "high"
|
|
38915
38926
|
};
|
|
38927
|
+
CreatePromptVerbosity = {
|
|
38928
|
+
Low: "low",
|
|
38929
|
+
Medium: "medium",
|
|
38930
|
+
High: "high"
|
|
38931
|
+
};
|
|
38916
38932
|
CreatePromptProvider = {
|
|
38917
38933
|
Cohere: "cohere",
|
|
38918
38934
|
Openai: "openai",
|
|
@@ -39001,6 +39017,22 @@ var init_createprompt = __esm(() => {
|
|
|
39001
39017
|
CreatePromptFormat$.inboundSchema = CreatePromptFormat$inboundSchema;
|
|
39002
39018
|
CreatePromptFormat$.outboundSchema = CreatePromptFormat$outboundSchema;
|
|
39003
39019
|
})(CreatePromptFormat$ ||= {});
|
|
39020
|
+
CreatePromptResponseFormatPromptsType$inboundSchema = nativeEnumType(CreatePromptResponseFormatPromptsType);
|
|
39021
|
+
CreatePromptResponseFormatPromptsType$outboundSchema = CreatePromptResponseFormatPromptsType$inboundSchema;
|
|
39022
|
+
((CreatePromptResponseFormatPromptsType$) => {
|
|
39023
|
+
CreatePromptResponseFormatPromptsType$.inboundSchema = CreatePromptResponseFormatPromptsType$inboundSchema;
|
|
39024
|
+
CreatePromptResponseFormatPromptsType$.outboundSchema = CreatePromptResponseFormatPromptsType$outboundSchema;
|
|
39025
|
+
})(CreatePromptResponseFormatPromptsType$ ||= {});
|
|
39026
|
+
ResponseFormat3$inboundSchema = objectType({
|
|
39027
|
+
type: CreatePromptResponseFormatPromptsType$inboundSchema
|
|
39028
|
+
});
|
|
39029
|
+
ResponseFormat3$outboundSchema = objectType({
|
|
39030
|
+
type: CreatePromptResponseFormatPromptsType$outboundSchema
|
|
39031
|
+
});
|
|
39032
|
+
((ResponseFormat3$) => {
|
|
39033
|
+
ResponseFormat3$.inboundSchema = ResponseFormat3$inboundSchema;
|
|
39034
|
+
ResponseFormat3$.outboundSchema = ResponseFormat3$outboundSchema;
|
|
39035
|
+
})(ResponseFormat3$ ||= {});
|
|
39004
39036
|
CreatePromptResponseFormatType$inboundSchema = nativeEnumType(CreatePromptResponseFormatType);
|
|
39005
39037
|
CreatePromptResponseFormatType$outboundSchema = CreatePromptResponseFormatType$inboundSchema;
|
|
39006
39038
|
((CreatePromptResponseFormatType$) => {
|
|
@@ -39059,11 +39091,13 @@ var init_createprompt = __esm(() => {
|
|
|
39059
39091
|
})(ResponseFormat1$ ||= {});
|
|
39060
39092
|
ResponseFormat$inboundSchema = unionType([
|
|
39061
39093
|
lazyType(() => ResponseFormat1$inboundSchema),
|
|
39062
|
-
lazyType(() => ResponseFormat2$inboundSchema)
|
|
39094
|
+
lazyType(() => ResponseFormat2$inboundSchema),
|
|
39095
|
+
lazyType(() => ResponseFormat3$inboundSchema)
|
|
39063
39096
|
]);
|
|
39064
39097
|
ResponseFormat$outboundSchema = unionType([
|
|
39065
39098
|
lazyType(() => ResponseFormat1$outboundSchema),
|
|
39066
|
-
lazyType(() => ResponseFormat2$outboundSchema)
|
|
39099
|
+
lazyType(() => ResponseFormat2$outboundSchema),
|
|
39100
|
+
lazyType(() => ResponseFormat3$outboundSchema)
|
|
39067
39101
|
]);
|
|
39068
39102
|
((ResponseFormat$) => {
|
|
39069
39103
|
ResponseFormat$.inboundSchema = ResponseFormat$inboundSchema;
|
|
@@ -39087,6 +39121,12 @@ var init_createprompt = __esm(() => {
|
|
|
39087
39121
|
ReasoningEffort$.inboundSchema = ReasoningEffort$inboundSchema;
|
|
39088
39122
|
ReasoningEffort$.outboundSchema = ReasoningEffort$outboundSchema;
|
|
39089
39123
|
})(ReasoningEffort$ ||= {});
|
|
39124
|
+
Verbosity$inboundSchema = nativeEnumType(Verbosity);
|
|
39125
|
+
Verbosity$outboundSchema = Verbosity$inboundSchema;
|
|
39126
|
+
((Verbosity$) => {
|
|
39127
|
+
Verbosity$.inboundSchema = Verbosity$inboundSchema;
|
|
39128
|
+
Verbosity$.outboundSchema = Verbosity$outboundSchema;
|
|
39129
|
+
})(Verbosity$ ||= {});
|
|
39090
39130
|
ModelParameters$inboundSchema = objectType({
|
|
39091
39131
|
temperature: numberType().optional(),
|
|
39092
39132
|
maxTokens: numberType().optional(),
|
|
@@ -39102,12 +39142,14 @@ var init_createprompt = __esm(() => {
|
|
|
39102
39142
|
style: stringType().optional(),
|
|
39103
39143
|
responseFormat: nullableType(unionType([
|
|
39104
39144
|
lazyType(() => ResponseFormat1$inboundSchema),
|
|
39105
|
-
lazyType(() => ResponseFormat2$inboundSchema)
|
|
39145
|
+
lazyType(() => ResponseFormat2$inboundSchema),
|
|
39146
|
+
lazyType(() => ResponseFormat3$inboundSchema)
|
|
39106
39147
|
])).optional(),
|
|
39107
39148
|
photoRealVersion: PhotoRealVersion$inboundSchema.optional(),
|
|
39108
39149
|
encoding_format: EncodingFormat$inboundSchema.optional(),
|
|
39109
39150
|
reasoningEffort: ReasoningEffort$inboundSchema.optional(),
|
|
39110
|
-
budgetTokens: numberType().optional()
|
|
39151
|
+
budgetTokens: numberType().optional(),
|
|
39152
|
+
verbosity: Verbosity$inboundSchema.optional()
|
|
39111
39153
|
}).transform((v2) => {
|
|
39112
39154
|
return remap(v2, {
|
|
39113
39155
|
encoding_format: "encodingFormat"
|
|
@@ -39128,12 +39170,14 @@ var init_createprompt = __esm(() => {
|
|
|
39128
39170
|
style: stringType().optional(),
|
|
39129
39171
|
responseFormat: nullableType(unionType([
|
|
39130
39172
|
lazyType(() => ResponseFormat1$outboundSchema),
|
|
39131
|
-
lazyType(() => ResponseFormat2$outboundSchema)
|
|
39173
|
+
lazyType(() => ResponseFormat2$outboundSchema),
|
|
39174
|
+
lazyType(() => ResponseFormat3$outboundSchema)
|
|
39132
39175
|
])).optional(),
|
|
39133
39176
|
photoRealVersion: PhotoRealVersion$outboundSchema.optional(),
|
|
39134
39177
|
encodingFormat: EncodingFormat$outboundSchema.optional(),
|
|
39135
39178
|
reasoningEffort: ReasoningEffort$outboundSchema.optional(),
|
|
39136
|
-
budgetTokens: numberType().optional()
|
|
39179
|
+
budgetTokens: numberType().optional(),
|
|
39180
|
+
verbosity: Verbosity$outboundSchema.optional()
|
|
39137
39181
|
}).transform((v2) => {
|
|
39138
39182
|
return remap(v2, {
|
|
39139
39183
|
encodingFormat: "encoding_format"
|
|
@@ -39467,28 +39511,44 @@ var init_createprompt = __esm(() => {
|
|
|
39467
39511
|
CreatePromptPromptsFormat$.inboundSchema = CreatePromptPromptsFormat$inboundSchema;
|
|
39468
39512
|
CreatePromptPromptsFormat$.outboundSchema = CreatePromptPromptsFormat$outboundSchema;
|
|
39469
39513
|
})(CreatePromptPromptsFormat$ ||= {});
|
|
39470
|
-
|
|
39471
|
-
|
|
39472
|
-
((
|
|
39473
|
-
|
|
39474
|
-
|
|
39475
|
-
})(
|
|
39514
|
+
CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema = nativeEnumType(CreatePromptResponseFormatPromptsResponse200ApplicationJSONType);
|
|
39515
|
+
CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema = CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema;
|
|
39516
|
+
((CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$) => {
|
|
39517
|
+
CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$.inboundSchema = CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema;
|
|
39518
|
+
CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$.outboundSchema = CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema;
|
|
39519
|
+
})(CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$ ||= {});
|
|
39520
|
+
CreatePromptResponseFormat3$inboundSchema = objectType({
|
|
39521
|
+
type: CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema
|
|
39522
|
+
});
|
|
39523
|
+
CreatePromptResponseFormat3$outboundSchema = objectType({
|
|
39524
|
+
type: CreatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema
|
|
39525
|
+
});
|
|
39526
|
+
((CreatePromptResponseFormat3$) => {
|
|
39527
|
+
CreatePromptResponseFormat3$.inboundSchema = CreatePromptResponseFormat3$inboundSchema;
|
|
39528
|
+
CreatePromptResponseFormat3$.outboundSchema = CreatePromptResponseFormat3$outboundSchema;
|
|
39529
|
+
})(CreatePromptResponseFormat3$ ||= {});
|
|
39530
|
+
CreatePromptResponseFormatPromptsResponse200Type$inboundSchema = nativeEnumType(CreatePromptResponseFormatPromptsResponse200Type);
|
|
39531
|
+
CreatePromptResponseFormatPromptsResponse200Type$outboundSchema = CreatePromptResponseFormatPromptsResponse200Type$inboundSchema;
|
|
39532
|
+
((CreatePromptResponseFormatPromptsResponse200Type$) => {
|
|
39533
|
+
CreatePromptResponseFormatPromptsResponse200Type$.inboundSchema = CreatePromptResponseFormatPromptsResponse200Type$inboundSchema;
|
|
39534
|
+
CreatePromptResponseFormatPromptsResponse200Type$.outboundSchema = CreatePromptResponseFormatPromptsResponse200Type$outboundSchema;
|
|
39535
|
+
})(CreatePromptResponseFormatPromptsResponse200Type$ ||= {});
|
|
39476
39536
|
CreatePromptResponseFormat2$inboundSchema = objectType({
|
|
39477
|
-
type:
|
|
39537
|
+
type: CreatePromptResponseFormatPromptsResponse200Type$inboundSchema
|
|
39478
39538
|
});
|
|
39479
39539
|
CreatePromptResponseFormat2$outboundSchema = objectType({
|
|
39480
|
-
type:
|
|
39540
|
+
type: CreatePromptResponseFormatPromptsResponse200Type$outboundSchema
|
|
39481
39541
|
});
|
|
39482
39542
|
((CreatePromptResponseFormat2$) => {
|
|
39483
39543
|
CreatePromptResponseFormat2$.inboundSchema = CreatePromptResponseFormat2$inboundSchema;
|
|
39484
39544
|
CreatePromptResponseFormat2$.outboundSchema = CreatePromptResponseFormat2$outboundSchema;
|
|
39485
39545
|
})(CreatePromptResponseFormat2$ ||= {});
|
|
39486
|
-
|
|
39487
|
-
|
|
39488
|
-
((
|
|
39489
|
-
|
|
39490
|
-
|
|
39491
|
-
})(
|
|
39546
|
+
CreatePromptResponseFormatPromptsResponseType$inboundSchema = nativeEnumType(CreatePromptResponseFormatPromptsResponseType);
|
|
39547
|
+
CreatePromptResponseFormatPromptsResponseType$outboundSchema = CreatePromptResponseFormatPromptsResponseType$inboundSchema;
|
|
39548
|
+
((CreatePromptResponseFormatPromptsResponseType$) => {
|
|
39549
|
+
CreatePromptResponseFormatPromptsResponseType$.inboundSchema = CreatePromptResponseFormatPromptsResponseType$inboundSchema;
|
|
39550
|
+
CreatePromptResponseFormatPromptsResponseType$.outboundSchema = CreatePromptResponseFormatPromptsResponseType$outboundSchema;
|
|
39551
|
+
})(CreatePromptResponseFormatPromptsResponseType$ ||= {});
|
|
39492
39552
|
CreatePromptResponseFormatJsonSchema$inboundSchema = objectType({
|
|
39493
39553
|
name: stringType(),
|
|
39494
39554
|
strict: booleanType().optional(),
|
|
@@ -39504,7 +39564,7 @@ var init_createprompt = __esm(() => {
|
|
|
39504
39564
|
CreatePromptResponseFormatJsonSchema$.outboundSchema = CreatePromptResponseFormatJsonSchema$outboundSchema;
|
|
39505
39565
|
})(CreatePromptResponseFormatJsonSchema$ ||= {});
|
|
39506
39566
|
CreatePromptResponseFormat1$inboundSchema = objectType({
|
|
39507
|
-
type:
|
|
39567
|
+
type: CreatePromptResponseFormatPromptsResponseType$inboundSchema,
|
|
39508
39568
|
json_schema: lazyType(() => CreatePromptResponseFormatJsonSchema$inboundSchema)
|
|
39509
39569
|
}).transform((v2) => {
|
|
39510
39570
|
return remap(v2, {
|
|
@@ -39512,7 +39572,7 @@ var init_createprompt = __esm(() => {
|
|
|
39512
39572
|
});
|
|
39513
39573
|
});
|
|
39514
39574
|
CreatePromptResponseFormat1$outboundSchema = objectType({
|
|
39515
|
-
type:
|
|
39575
|
+
type: CreatePromptResponseFormatPromptsResponseType$outboundSchema,
|
|
39516
39576
|
jsonSchema: lazyType(() => CreatePromptResponseFormatJsonSchema$outboundSchema)
|
|
39517
39577
|
}).transform((v2) => {
|
|
39518
39578
|
return remap(v2, {
|
|
@@ -39525,11 +39585,13 @@ var init_createprompt = __esm(() => {
|
|
|
39525
39585
|
})(CreatePromptResponseFormat1$ ||= {});
|
|
39526
39586
|
CreatePromptResponseFormat$inboundSchema = unionType([
|
|
39527
39587
|
lazyType(() => CreatePromptResponseFormat1$inboundSchema),
|
|
39528
|
-
lazyType(() => CreatePromptResponseFormat2$inboundSchema)
|
|
39588
|
+
lazyType(() => CreatePromptResponseFormat2$inboundSchema),
|
|
39589
|
+
lazyType(() => CreatePromptResponseFormat3$inboundSchema)
|
|
39529
39590
|
]);
|
|
39530
39591
|
CreatePromptResponseFormat$outboundSchema = unionType([
|
|
39531
39592
|
lazyType(() => CreatePromptResponseFormat1$outboundSchema),
|
|
39532
|
-
lazyType(() => CreatePromptResponseFormat2$outboundSchema)
|
|
39593
|
+
lazyType(() => CreatePromptResponseFormat2$outboundSchema),
|
|
39594
|
+
lazyType(() => CreatePromptResponseFormat3$outboundSchema)
|
|
39533
39595
|
]);
|
|
39534
39596
|
((CreatePromptResponseFormat$) => {
|
|
39535
39597
|
CreatePromptResponseFormat$.inboundSchema = CreatePromptResponseFormat$inboundSchema;
|
|
@@ -39553,6 +39615,12 @@ var init_createprompt = __esm(() => {
|
|
|
39553
39615
|
CreatePromptReasoningEffort$.inboundSchema = CreatePromptReasoningEffort$inboundSchema;
|
|
39554
39616
|
CreatePromptReasoningEffort$.outboundSchema = CreatePromptReasoningEffort$outboundSchema;
|
|
39555
39617
|
})(CreatePromptReasoningEffort$ ||= {});
|
|
39618
|
+
CreatePromptVerbosity$inboundSchema = nativeEnumType(CreatePromptVerbosity);
|
|
39619
|
+
CreatePromptVerbosity$outboundSchema = CreatePromptVerbosity$inboundSchema;
|
|
39620
|
+
((CreatePromptVerbosity$) => {
|
|
39621
|
+
CreatePromptVerbosity$.inboundSchema = CreatePromptVerbosity$inboundSchema;
|
|
39622
|
+
CreatePromptVerbosity$.outboundSchema = CreatePromptVerbosity$outboundSchema;
|
|
39623
|
+
})(CreatePromptVerbosity$ ||= {});
|
|
39556
39624
|
CreatePromptModelParameters$inboundSchema = objectType({
|
|
39557
39625
|
temperature: numberType().optional(),
|
|
39558
39626
|
maxTokens: numberType().optional(),
|
|
@@ -39568,12 +39636,14 @@ var init_createprompt = __esm(() => {
|
|
|
39568
39636
|
style: stringType().optional(),
|
|
39569
39637
|
responseFormat: nullableType(unionType([
|
|
39570
39638
|
lazyType(() => CreatePromptResponseFormat1$inboundSchema),
|
|
39571
|
-
lazyType(() => CreatePromptResponseFormat2$inboundSchema)
|
|
39639
|
+
lazyType(() => CreatePromptResponseFormat2$inboundSchema),
|
|
39640
|
+
lazyType(() => CreatePromptResponseFormat3$inboundSchema)
|
|
39572
39641
|
])).optional(),
|
|
39573
39642
|
photoRealVersion: CreatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
39574
39643
|
encoding_format: CreatePromptEncodingFormat$inboundSchema.optional(),
|
|
39575
39644
|
reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
|
|
39576
|
-
budgetTokens: numberType().optional()
|
|
39645
|
+
budgetTokens: numberType().optional(),
|
|
39646
|
+
verbosity: CreatePromptVerbosity$inboundSchema.optional()
|
|
39577
39647
|
}).transform((v2) => {
|
|
39578
39648
|
return remap(v2, {
|
|
39579
39649
|
encoding_format: "encodingFormat"
|
|
@@ -39594,12 +39664,14 @@ var init_createprompt = __esm(() => {
|
|
|
39594
39664
|
style: stringType().optional(),
|
|
39595
39665
|
responseFormat: nullableType(unionType([
|
|
39596
39666
|
lazyType(() => CreatePromptResponseFormat1$outboundSchema),
|
|
39597
|
-
lazyType(() => CreatePromptResponseFormat2$outboundSchema)
|
|
39667
|
+
lazyType(() => CreatePromptResponseFormat2$outboundSchema),
|
|
39668
|
+
lazyType(() => CreatePromptResponseFormat3$outboundSchema)
|
|
39598
39669
|
])).optional(),
|
|
39599
39670
|
photoRealVersion: CreatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
39600
39671
|
encodingFormat: CreatePromptEncodingFormat$outboundSchema.optional(),
|
|
39601
39672
|
reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
|
|
39602
|
-
budgetTokens: numberType().optional()
|
|
39673
|
+
budgetTokens: numberType().optional(),
|
|
39674
|
+
verbosity: CreatePromptVerbosity$outboundSchema.optional()
|
|
39603
39675
|
}).transform((v2) => {
|
|
39604
39676
|
return remap(v2, {
|
|
39605
39677
|
encodingFormat: "encoding_format"
|
|
@@ -41314,7 +41386,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
41314
41386
|
});
|
|
41315
41387
|
|
|
41316
41388
|
// src/models/operations/deploymentgetconfig.ts
|
|
41317
|
-
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
|
|
41389
|
+
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsResponseType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigVerbosity, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesContent$, ToolMessage$inboundSchema, ToolMessage$outboundSchema, ToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, RefusalContentPart$, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$, TextContentPart$inboundSchema, TextContentPart$outboundSchema, TextContentPart$, Content2$inboundSchema, Content2$outboundSchema, Content2$, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, PrefixMessagesContent$, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$, Audio$inboundSchema, Audio$outboundSchema, Audio$, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, PrefixMessagesType$, FunctionT$inboundSchema, FunctionT$outboundSchema, FunctionT$, ToolCalls$inboundSchema, ToolCalls$outboundSchema, ToolCalls$, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, AssistantMessage$, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfigPrefixMessagesRole$, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, DeploymentGetConfig2DeploymentsType$, FileT$inboundSchema, FileT$outboundSchema, FileT$, Four$inboundSchema, Four$outboundSchema, Four$, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, DeploymentGetConfig2Type$, Format$inboundSchema, Format$outboundSchema, Format$, InputAudio$inboundSchema, InputAudio$outboundSchema, InputAudio$, Three$inboundSchema, Three$outboundSchema, Three$, TwoType$inboundSchema, TwoType$outboundSchema, TwoType$, Detail$inboundSchema, Detail$outboundSchema, Detail$, ImageUrl$inboundSchema, ImageUrl$outboundSchema, ImageUrl$, Two2$inboundSchema, Two2$outboundSchema, Two2$, Type$inboundSchema, Type$outboundSchema, Type$, One$inboundSchema, One$outboundSchema, One$, Two$inboundSchema, Two$outboundSchema, Two$, Content$inboundSchema, Content$outboundSchema, Content$, UserMessage$inboundSchema, UserMessage$outboundSchema, UserMessage$, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, PrefixMessagesRole$, SystemMessage$inboundSchema, SystemMessage$outboundSchema, SystemMessage$, Role$inboundSchema, Role$outboundSchema, Role$, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, DeveloperMessage$, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, PrefixMessages$, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, MessagesToolMessage$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, TwoRefusalContentPart$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, TwoTextContentPart$, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigContentDeployments2$, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesContent$, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesAudio$, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesType$, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesFunction$, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesToolCalls$, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, MessagesAssistantMessage$, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$, TwoFile$inboundSchema, TwoFile$outboundSchema, TwoFile$, Two4$inboundSchema, Two4$outboundSchema, Two4$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoFormat$, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, TwoInputAudio$, Two3$inboundSchema, Two3$outboundSchema, Two3$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoDetail$, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, TwoImageUrl$, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig22$, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$, Two1$inboundSchema, Two1$outboundSchema, Two1$, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, DeploymentGetConfigContent2$, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesContent$, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, MessagesUserMessage$, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, DeploymentGetConfigMessagesRole$, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesSystemMessage$, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesRole$, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, MessagesDeveloperMessage$, Messages$inboundSchema, Messages$outboundSchema, Messages$, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, Documents$inboundSchema, Documents$outboundSchema, Documents$, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, InvokeOptions$, Thread$inboundSchema, Thread$outboundSchema, Thread$, OrExists$inboundSchema, OrExists$outboundSchema, OrExists$, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, DeploymentGetConfigOrNin$, OrNin$inboundSchema, OrNin$outboundSchema, OrNin$, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, DeploymentGetConfigOrIn$, OrIn$inboundSchema, OrIn$outboundSchema, OrIn$, OrLte$inboundSchema, OrLte$outboundSchema, OrLte$, OrLt$inboundSchema, OrLt$outboundSchema, OrLt$, OrGte$inboundSchema, OrGte$outboundSchema, OrGte$, Or3$inboundSchema, Or3$outboundSchema, Or3$, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, DeploymentGetConfigOrNe$, OrNe$inboundSchema, OrNe$outboundSchema, OrNe$, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, DeploymentGetConfigOrEq$, OrEq$inboundSchema, OrEq$outboundSchema, OrEq$, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, KnowledgeFilterOr$, Or$inboundSchema, Or$outboundSchema, Or$, AndExists$inboundSchema, AndExists$outboundSchema, AndExists$, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, DeploymentGetConfigAndNin$, AndNin$inboundSchema, AndNin$outboundSchema, AndNin$, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, DeploymentGetConfigAndIn$, AndIn$inboundSchema, AndIn$outboundSchema, AndIn$, AndLte$inboundSchema, AndLte$outboundSchema, AndLte$, AndLt$inboundSchema, AndLt$outboundSchema, AndLt$, AndGte$inboundSchema, AndGte$outboundSchema, AndGte$, And3$inboundSchema, And3$outboundSchema, And3$, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, DeploymentGetConfigAndNe$, AndNe$inboundSchema, AndNe$outboundSchema, AndNe$, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, DeploymentGetConfigAndEq$, AndEq$inboundSchema, AndEq$outboundSchema, AndEq$, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, KnowledgeFilterAnd$, And$inboundSchema, And$outboundSchema, And$, Exists$inboundSchema, Exists$outboundSchema, Exists$, OneNin$inboundSchema, OneNin$outboundSchema, OneNin$, Nin$inboundSchema, Nin$outboundSchema, Nin$, OneIn$inboundSchema, OneIn$outboundSchema, OneIn$, In$inboundSchema, In$outboundSchema, In$, Lte$inboundSchema, Lte$outboundSchema, Lte$, Lt$inboundSchema, Lt$outboundSchema, Lt$, Gte$inboundSchema, Gte$outboundSchema, Gte$, One3$inboundSchema, One3$outboundSchema, One3$, OneNe$inboundSchema, OneNe$outboundSchema, OneNe$, Ne$inboundSchema, Ne$outboundSchema, Ne$, OneEq$inboundSchema, OneEq$outboundSchema, OneEq$, Eq$inboundSchema, Eq$outboundSchema, Eq$, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter1$, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, KnowledgeFilter$, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigRequestBody$, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigType$, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfigRole$, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig2File$, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig23$, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2ImageUrl$, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2Deployments2$, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfig21$, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigContent$, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsResponseType$, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigDeploymentsFunction$, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigToolCalls$, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigMessages$, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigFormat$, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$, DeploymentGetConfigResponseFormat3$inboundSchema, DeploymentGetConfigResponseFormat3$outboundSchema, DeploymentGetConfigResponseFormat3$, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormatType$, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormat2$, DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat1$, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigResponseFormat$, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigPhotoRealVersion$, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigEncodingFormat$, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigReasoningEffort$, DeploymentGetConfigVerbosity$inboundSchema, DeploymentGetConfigVerbosity$outboundSchema, DeploymentGetConfigVerbosity$, ParametersT$inboundSchema, ParametersT$outboundSchema, ParametersT$, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigDeploymentsType$, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigFunction$, Tools$inboundSchema, Tools$outboundSchema, Tools$, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema, DeploymentGetConfigResponseBody$;
|
|
41318
41390
|
var init_deploymentgetconfig = __esm(() => {
|
|
41319
41391
|
init_esm();
|
|
41320
41392
|
init_primitives();
|
|
@@ -41447,10 +41519,13 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
41447
41519
|
Text: "text",
|
|
41448
41520
|
JsonObject: "json_object"
|
|
41449
41521
|
};
|
|
41522
|
+
DeploymentGetConfigResponseFormatDeploymentsType = {
|
|
41523
|
+
Text: "text"
|
|
41524
|
+
};
|
|
41450
41525
|
DeploymentGetConfigResponseFormatType = {
|
|
41451
41526
|
JsonObject: "json_object"
|
|
41452
41527
|
};
|
|
41453
|
-
|
|
41528
|
+
DeploymentGetConfigResponseFormatDeploymentsResponseType = {
|
|
41454
41529
|
JsonSchema: "json_schema"
|
|
41455
41530
|
};
|
|
41456
41531
|
DeploymentGetConfigPhotoRealVersion = {
|
|
@@ -41467,6 +41542,11 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
41467
41542
|
Medium: "medium",
|
|
41468
41543
|
High: "high"
|
|
41469
41544
|
};
|
|
41545
|
+
DeploymentGetConfigVerbosity = {
|
|
41546
|
+
Low: "low",
|
|
41547
|
+
Medium: "medium",
|
|
41548
|
+
High: "high"
|
|
41549
|
+
};
|
|
41470
41550
|
DeploymentGetConfigDeploymentsType = {
|
|
41471
41551
|
Function: "function"
|
|
41472
41552
|
};
|
|
@@ -43326,6 +43406,22 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43326
43406
|
DeploymentGetConfigFormat$.inboundSchema = DeploymentGetConfigFormat$inboundSchema;
|
|
43327
43407
|
DeploymentGetConfigFormat$.outboundSchema = DeploymentGetConfigFormat$outboundSchema;
|
|
43328
43408
|
})(DeploymentGetConfigFormat$ ||= {});
|
|
43409
|
+
DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema = nativeEnumType(DeploymentGetConfigResponseFormatDeploymentsType);
|
|
43410
|
+
DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema = DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema;
|
|
43411
|
+
((DeploymentGetConfigResponseFormatDeploymentsType$) => {
|
|
43412
|
+
DeploymentGetConfigResponseFormatDeploymentsType$.inboundSchema = DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema;
|
|
43413
|
+
DeploymentGetConfigResponseFormatDeploymentsType$.outboundSchema = DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema;
|
|
43414
|
+
})(DeploymentGetConfigResponseFormatDeploymentsType$ ||= {});
|
|
43415
|
+
DeploymentGetConfigResponseFormat3$inboundSchema = objectType({
|
|
43416
|
+
type: DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema
|
|
43417
|
+
});
|
|
43418
|
+
DeploymentGetConfigResponseFormat3$outboundSchema = objectType({
|
|
43419
|
+
type: DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema
|
|
43420
|
+
});
|
|
43421
|
+
((DeploymentGetConfigResponseFormat3$) => {
|
|
43422
|
+
DeploymentGetConfigResponseFormat3$.inboundSchema = DeploymentGetConfigResponseFormat3$inboundSchema;
|
|
43423
|
+
DeploymentGetConfigResponseFormat3$.outboundSchema = DeploymentGetConfigResponseFormat3$outboundSchema;
|
|
43424
|
+
})(DeploymentGetConfigResponseFormat3$ ||= {});
|
|
43329
43425
|
DeploymentGetConfigResponseFormatType$inboundSchema = nativeEnumType(DeploymentGetConfigResponseFormatType);
|
|
43330
43426
|
DeploymentGetConfigResponseFormatType$outboundSchema = DeploymentGetConfigResponseFormatType$inboundSchema;
|
|
43331
43427
|
((DeploymentGetConfigResponseFormatType$) => {
|
|
@@ -43342,12 +43438,12 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43342
43438
|
DeploymentGetConfigResponseFormat2$.inboundSchema = DeploymentGetConfigResponseFormat2$inboundSchema;
|
|
43343
43439
|
DeploymentGetConfigResponseFormat2$.outboundSchema = DeploymentGetConfigResponseFormat2$outboundSchema;
|
|
43344
43440
|
})(DeploymentGetConfigResponseFormat2$ ||= {});
|
|
43345
|
-
|
|
43346
|
-
|
|
43347
|
-
((
|
|
43348
|
-
|
|
43349
|
-
|
|
43350
|
-
})(
|
|
43441
|
+
DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema = nativeEnumType(DeploymentGetConfigResponseFormatDeploymentsResponseType);
|
|
43442
|
+
DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema = DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema;
|
|
43443
|
+
((DeploymentGetConfigResponseFormatDeploymentsResponseType$) => {
|
|
43444
|
+
DeploymentGetConfigResponseFormatDeploymentsResponseType$.inboundSchema = DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema;
|
|
43445
|
+
DeploymentGetConfigResponseFormatDeploymentsResponseType$.outboundSchema = DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema;
|
|
43446
|
+
})(DeploymentGetConfigResponseFormatDeploymentsResponseType$ ||= {});
|
|
43351
43447
|
DeploymentGetConfigResponseFormatJsonSchema$inboundSchema = objectType({
|
|
43352
43448
|
name: stringType(),
|
|
43353
43449
|
strict: booleanType().optional(),
|
|
@@ -43363,7 +43459,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43363
43459
|
DeploymentGetConfigResponseFormatJsonSchema$.outboundSchema = DeploymentGetConfigResponseFormatJsonSchema$outboundSchema;
|
|
43364
43460
|
})(DeploymentGetConfigResponseFormatJsonSchema$ ||= {});
|
|
43365
43461
|
DeploymentGetConfigResponseFormat1$inboundSchema = objectType({
|
|
43366
|
-
type:
|
|
43462
|
+
type: DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema,
|
|
43367
43463
|
json_schema: lazyType(() => DeploymentGetConfigResponseFormatJsonSchema$inboundSchema)
|
|
43368
43464
|
}).transform((v2) => {
|
|
43369
43465
|
return remap(v2, {
|
|
@@ -43371,7 +43467,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43371
43467
|
});
|
|
43372
43468
|
});
|
|
43373
43469
|
DeploymentGetConfigResponseFormat1$outboundSchema = objectType({
|
|
43374
|
-
type:
|
|
43470
|
+
type: DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema,
|
|
43375
43471
|
jsonSchema: lazyType(() => DeploymentGetConfigResponseFormatJsonSchema$outboundSchema)
|
|
43376
43472
|
}).transform((v2) => {
|
|
43377
43473
|
return remap(v2, {
|
|
@@ -43384,11 +43480,13 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43384
43480
|
})(DeploymentGetConfigResponseFormat1$ ||= {});
|
|
43385
43481
|
DeploymentGetConfigResponseFormat$inboundSchema = unionType([
|
|
43386
43482
|
lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
|
|
43387
|
-
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
|
|
43483
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema),
|
|
43484
|
+
lazyType(() => DeploymentGetConfigResponseFormat3$inboundSchema)
|
|
43388
43485
|
]);
|
|
43389
43486
|
DeploymentGetConfigResponseFormat$outboundSchema = unionType([
|
|
43390
43487
|
lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
|
|
43391
|
-
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
|
|
43488
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema),
|
|
43489
|
+
lazyType(() => DeploymentGetConfigResponseFormat3$outboundSchema)
|
|
43392
43490
|
]);
|
|
43393
43491
|
((DeploymentGetConfigResponseFormat$) => {
|
|
43394
43492
|
DeploymentGetConfigResponseFormat$.inboundSchema = DeploymentGetConfigResponseFormat$inboundSchema;
|
|
@@ -43412,6 +43510,12 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43412
43510
|
DeploymentGetConfigReasoningEffort$.inboundSchema = DeploymentGetConfigReasoningEffort$inboundSchema;
|
|
43413
43511
|
DeploymentGetConfigReasoningEffort$.outboundSchema = DeploymentGetConfigReasoningEffort$outboundSchema;
|
|
43414
43512
|
})(DeploymentGetConfigReasoningEffort$ ||= {});
|
|
43513
|
+
DeploymentGetConfigVerbosity$inboundSchema = nativeEnumType(DeploymentGetConfigVerbosity);
|
|
43514
|
+
DeploymentGetConfigVerbosity$outboundSchema = DeploymentGetConfigVerbosity$inboundSchema;
|
|
43515
|
+
((DeploymentGetConfigVerbosity$) => {
|
|
43516
|
+
DeploymentGetConfigVerbosity$.inboundSchema = DeploymentGetConfigVerbosity$inboundSchema;
|
|
43517
|
+
DeploymentGetConfigVerbosity$.outboundSchema = DeploymentGetConfigVerbosity$outboundSchema;
|
|
43518
|
+
})(DeploymentGetConfigVerbosity$ ||= {});
|
|
43415
43519
|
ParametersT$inboundSchema = objectType({
|
|
43416
43520
|
temperature: numberType().optional(),
|
|
43417
43521
|
maxTokens: numberType().optional(),
|
|
@@ -43427,12 +43531,14 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43427
43531
|
style: stringType().optional(),
|
|
43428
43532
|
responseFormat: nullableType(unionType([
|
|
43429
43533
|
lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
|
|
43430
|
-
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
|
|
43534
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema),
|
|
43535
|
+
lazyType(() => DeploymentGetConfigResponseFormat3$inboundSchema)
|
|
43431
43536
|
])).optional(),
|
|
43432
43537
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$inboundSchema.optional(),
|
|
43433
43538
|
encoding_format: DeploymentGetConfigEncodingFormat$inboundSchema.optional(),
|
|
43434
43539
|
reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
|
|
43435
|
-
budgetTokens: numberType().optional()
|
|
43540
|
+
budgetTokens: numberType().optional(),
|
|
43541
|
+
verbosity: DeploymentGetConfigVerbosity$inboundSchema.optional()
|
|
43436
43542
|
}).transform((v2) => {
|
|
43437
43543
|
return remap(v2, {
|
|
43438
43544
|
encoding_format: "encodingFormat"
|
|
@@ -43453,12 +43559,14 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
43453
43559
|
style: stringType().optional(),
|
|
43454
43560
|
responseFormat: nullableType(unionType([
|
|
43455
43561
|
lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
|
|
43456
|
-
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
|
|
43562
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema),
|
|
43563
|
+
lazyType(() => DeploymentGetConfigResponseFormat3$outboundSchema)
|
|
43457
43564
|
])).optional(),
|
|
43458
43565
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$outboundSchema.optional(),
|
|
43459
43566
|
encodingFormat: DeploymentGetConfigEncodingFormat$outboundSchema.optional(),
|
|
43460
43567
|
reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
|
|
43461
|
-
budgetTokens: numberType().optional()
|
|
43568
|
+
budgetTokens: numberType().optional(),
|
|
43569
|
+
verbosity: DeploymentGetConfigVerbosity$outboundSchema.optional()
|
|
43462
43570
|
}).transform((v2) => {
|
|
43463
43571
|
return remap(v2, {
|
|
43464
43572
|
encodingFormat: "encoding_format"
|
|
@@ -43913,7 +44021,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
43913
44021
|
});
|
|
43914
44022
|
|
|
43915
44023
|
// src/models/operations/deployments.ts
|
|
43916
|
-
var DeploymentsObject, DeploymentsType, DeploymentsDeploymentsResponseType, DeploymentsModelType, DeploymentsFormat, DeploymentsResponseFormatType,
|
|
44024
|
+
var DeploymentsObject, DeploymentsType, DeploymentsDeploymentsResponseType, DeploymentsModelType, DeploymentsFormat, DeploymentsResponseFormatDeploymentsType, DeploymentsResponseFormatType, DeploymentsResponseFormatDeploymentsResponseType, DeploymentsPhotoRealVersion, DeploymentsEncodingFormat, DeploymentsReasoningEffort, DeploymentsVerbosity, DeploymentsProvider, DeploymentsRole, Deployments2DeploymentsType, Deployments2Type, Deployments2DeploymentsResponseType, DeploymentsDeploymentsType, DeploymentsRequest$inboundSchema, DeploymentsRequest$outboundSchema, DeploymentsRequest$, DeploymentsObject$inboundSchema, DeploymentsObject$outboundSchema, DeploymentsObject$, DeploymentsType$inboundSchema, DeploymentsType$outboundSchema, DeploymentsType$, DeploymentsDeploymentsResponseType$inboundSchema, DeploymentsDeploymentsResponseType$outboundSchema, DeploymentsDeploymentsResponseType$, DeploymentsParameters$inboundSchema, DeploymentsParameters$outboundSchema, DeploymentsParameters$, DeploymentsFunction$inboundSchema, DeploymentsFunction$outboundSchema, DeploymentsFunction$, DeploymentsTools$inboundSchema, DeploymentsTools$outboundSchema, DeploymentsTools$, DeploymentsModelType$inboundSchema, DeploymentsModelType$outboundSchema, DeploymentsModelType$, DeploymentsFormat$inboundSchema, DeploymentsFormat$outboundSchema, DeploymentsFormat$, DeploymentsResponseFormatDeploymentsType$inboundSchema, DeploymentsResponseFormatDeploymentsType$outboundSchema, DeploymentsResponseFormatDeploymentsType$, DeploymentsResponseFormat3$inboundSchema, DeploymentsResponseFormat3$outboundSchema, DeploymentsResponseFormat3$, DeploymentsResponseFormatType$inboundSchema, DeploymentsResponseFormatType$outboundSchema, DeploymentsResponseFormatType$, DeploymentsResponseFormat2$inboundSchema, DeploymentsResponseFormat2$outboundSchema, DeploymentsResponseFormat2$, DeploymentsResponseFormatDeploymentsResponseType$inboundSchema, DeploymentsResponseFormatDeploymentsResponseType$outboundSchema, DeploymentsResponseFormatDeploymentsResponseType$, DeploymentsResponseFormatJsonSchema$inboundSchema, DeploymentsResponseFormatJsonSchema$outboundSchema, DeploymentsResponseFormatJsonSchema$, DeploymentsResponseFormat1$inboundSchema, DeploymentsResponseFormat1$outboundSchema, DeploymentsResponseFormat1$, DeploymentsResponseFormat$inboundSchema, DeploymentsResponseFormat$outboundSchema, DeploymentsResponseFormat$, DeploymentsPhotoRealVersion$inboundSchema, DeploymentsPhotoRealVersion$outboundSchema, DeploymentsPhotoRealVersion$, DeploymentsEncodingFormat$inboundSchema, DeploymentsEncodingFormat$outboundSchema, DeploymentsEncodingFormat$, DeploymentsReasoningEffort$inboundSchema, DeploymentsReasoningEffort$outboundSchema, DeploymentsReasoningEffort$, DeploymentsVerbosity$inboundSchema, DeploymentsVerbosity$outboundSchema, DeploymentsVerbosity$, DeploymentsModelParameters$inboundSchema, DeploymentsModelParameters$outboundSchema, DeploymentsModelParameters$, DeploymentsProvider$inboundSchema, DeploymentsProvider$outboundSchema, DeploymentsProvider$, DeploymentsRole$inboundSchema, DeploymentsRole$outboundSchema, DeploymentsRole$, Deployments2DeploymentsType$inboundSchema, Deployments2DeploymentsType$outboundSchema, Deployments2DeploymentsType$, Deployments2File$inboundSchema, Deployments2File$outboundSchema, Deployments2File$, Deployments23$inboundSchema, Deployments23$outboundSchema, Deployments23$, Deployments2Type$inboundSchema, Deployments2Type$outboundSchema, Deployments2Type$, Deployments2ImageUrl$inboundSchema, Deployments2ImageUrl$outboundSchema, Deployments2ImageUrl$, Deployments22$inboundSchema, Deployments22$outboundSchema, Deployments22$, Deployments2DeploymentsResponseType$inboundSchema, Deployments2DeploymentsResponseType$outboundSchema, Deployments2DeploymentsResponseType$, Deployments21$inboundSchema, Deployments21$outboundSchema, Deployments21$, DeploymentsContent2$inboundSchema, DeploymentsContent2$outboundSchema, DeploymentsContent2$, DeploymentsContent$inboundSchema, DeploymentsContent$outboundSchema, DeploymentsContent$, DeploymentsDeploymentsType$inboundSchema, DeploymentsDeploymentsType$outboundSchema, DeploymentsDeploymentsType$, DeploymentsDeploymentsFunction$inboundSchema, DeploymentsDeploymentsFunction$outboundSchema, DeploymentsDeploymentsFunction$, DeploymentsToolCalls$inboundSchema, DeploymentsToolCalls$outboundSchema, DeploymentsToolCalls$, DeploymentsMessages$inboundSchema, DeploymentsMessages$outboundSchema, DeploymentsMessages$, DeploymentsPromptConfig$inboundSchema, DeploymentsPromptConfig$outboundSchema, DeploymentsPromptConfig$, DeploymentsData$inboundSchema, DeploymentsData$outboundSchema, DeploymentsData$, DeploymentsResponseBody$inboundSchema, DeploymentsResponseBody$outboundSchema, DeploymentsResponseBody$;
|
|
43917
44025
|
var init_deployments = __esm(() => {
|
|
43918
44026
|
init_esm();
|
|
43919
44027
|
init_primitives();
|
|
@@ -43943,10 +44051,13 @@ var init_deployments = __esm(() => {
|
|
|
43943
44051
|
Text: "text",
|
|
43944
44052
|
JsonObject: "json_object"
|
|
43945
44053
|
};
|
|
44054
|
+
DeploymentsResponseFormatDeploymentsType = {
|
|
44055
|
+
Text: "text"
|
|
44056
|
+
};
|
|
43946
44057
|
DeploymentsResponseFormatType = {
|
|
43947
44058
|
JsonObject: "json_object"
|
|
43948
44059
|
};
|
|
43949
|
-
|
|
44060
|
+
DeploymentsResponseFormatDeploymentsResponseType = {
|
|
43950
44061
|
JsonSchema: "json_schema"
|
|
43951
44062
|
};
|
|
43952
44063
|
DeploymentsPhotoRealVersion = {
|
|
@@ -43963,6 +44074,11 @@ var init_deployments = __esm(() => {
|
|
|
43963
44074
|
Medium: "medium",
|
|
43964
44075
|
High: "high"
|
|
43965
44076
|
};
|
|
44077
|
+
DeploymentsVerbosity = {
|
|
44078
|
+
Low: "low",
|
|
44079
|
+
Medium: "medium",
|
|
44080
|
+
High: "high"
|
|
44081
|
+
};
|
|
43966
44082
|
DeploymentsProvider = {
|
|
43967
44083
|
Cohere: "cohere",
|
|
43968
44084
|
Openai: "openai",
|
|
@@ -44108,6 +44224,22 @@ var init_deployments = __esm(() => {
|
|
|
44108
44224
|
DeploymentsFormat$.inboundSchema = DeploymentsFormat$inboundSchema;
|
|
44109
44225
|
DeploymentsFormat$.outboundSchema = DeploymentsFormat$outboundSchema;
|
|
44110
44226
|
})(DeploymentsFormat$ ||= {});
|
|
44227
|
+
DeploymentsResponseFormatDeploymentsType$inboundSchema = nativeEnumType(DeploymentsResponseFormatDeploymentsType);
|
|
44228
|
+
DeploymentsResponseFormatDeploymentsType$outboundSchema = DeploymentsResponseFormatDeploymentsType$inboundSchema;
|
|
44229
|
+
((DeploymentsResponseFormatDeploymentsType$) => {
|
|
44230
|
+
DeploymentsResponseFormatDeploymentsType$.inboundSchema = DeploymentsResponseFormatDeploymentsType$inboundSchema;
|
|
44231
|
+
DeploymentsResponseFormatDeploymentsType$.outboundSchema = DeploymentsResponseFormatDeploymentsType$outboundSchema;
|
|
44232
|
+
})(DeploymentsResponseFormatDeploymentsType$ ||= {});
|
|
44233
|
+
DeploymentsResponseFormat3$inboundSchema = objectType({
|
|
44234
|
+
type: DeploymentsResponseFormatDeploymentsType$inboundSchema
|
|
44235
|
+
});
|
|
44236
|
+
DeploymentsResponseFormat3$outboundSchema = objectType({
|
|
44237
|
+
type: DeploymentsResponseFormatDeploymentsType$outboundSchema
|
|
44238
|
+
});
|
|
44239
|
+
((DeploymentsResponseFormat3$) => {
|
|
44240
|
+
DeploymentsResponseFormat3$.inboundSchema = DeploymentsResponseFormat3$inboundSchema;
|
|
44241
|
+
DeploymentsResponseFormat3$.outboundSchema = DeploymentsResponseFormat3$outboundSchema;
|
|
44242
|
+
})(DeploymentsResponseFormat3$ ||= {});
|
|
44111
44243
|
DeploymentsResponseFormatType$inboundSchema = nativeEnumType(DeploymentsResponseFormatType);
|
|
44112
44244
|
DeploymentsResponseFormatType$outboundSchema = DeploymentsResponseFormatType$inboundSchema;
|
|
44113
44245
|
((DeploymentsResponseFormatType$) => {
|
|
@@ -44124,12 +44256,12 @@ var init_deployments = __esm(() => {
|
|
|
44124
44256
|
DeploymentsResponseFormat2$.inboundSchema = DeploymentsResponseFormat2$inboundSchema;
|
|
44125
44257
|
DeploymentsResponseFormat2$.outboundSchema = DeploymentsResponseFormat2$outboundSchema;
|
|
44126
44258
|
})(DeploymentsResponseFormat2$ ||= {});
|
|
44127
|
-
|
|
44128
|
-
|
|
44129
|
-
((
|
|
44130
|
-
|
|
44131
|
-
|
|
44132
|
-
})(
|
|
44259
|
+
DeploymentsResponseFormatDeploymentsResponseType$inboundSchema = nativeEnumType(DeploymentsResponseFormatDeploymentsResponseType);
|
|
44260
|
+
DeploymentsResponseFormatDeploymentsResponseType$outboundSchema = DeploymentsResponseFormatDeploymentsResponseType$inboundSchema;
|
|
44261
|
+
((DeploymentsResponseFormatDeploymentsResponseType$) => {
|
|
44262
|
+
DeploymentsResponseFormatDeploymentsResponseType$.inboundSchema = DeploymentsResponseFormatDeploymentsResponseType$inboundSchema;
|
|
44263
|
+
DeploymentsResponseFormatDeploymentsResponseType$.outboundSchema = DeploymentsResponseFormatDeploymentsResponseType$outboundSchema;
|
|
44264
|
+
})(DeploymentsResponseFormatDeploymentsResponseType$ ||= {});
|
|
44133
44265
|
DeploymentsResponseFormatJsonSchema$inboundSchema = objectType({
|
|
44134
44266
|
name: stringType(),
|
|
44135
44267
|
strict: booleanType().optional(),
|
|
@@ -44145,7 +44277,7 @@ var init_deployments = __esm(() => {
|
|
|
44145
44277
|
DeploymentsResponseFormatJsonSchema$.outboundSchema = DeploymentsResponseFormatJsonSchema$outboundSchema;
|
|
44146
44278
|
})(DeploymentsResponseFormatJsonSchema$ ||= {});
|
|
44147
44279
|
DeploymentsResponseFormat1$inboundSchema = objectType({
|
|
44148
|
-
type:
|
|
44280
|
+
type: DeploymentsResponseFormatDeploymentsResponseType$inboundSchema,
|
|
44149
44281
|
json_schema: lazyType(() => DeploymentsResponseFormatJsonSchema$inboundSchema)
|
|
44150
44282
|
}).transform((v2) => {
|
|
44151
44283
|
return remap(v2, {
|
|
@@ -44153,7 +44285,7 @@ var init_deployments = __esm(() => {
|
|
|
44153
44285
|
});
|
|
44154
44286
|
});
|
|
44155
44287
|
DeploymentsResponseFormat1$outboundSchema = objectType({
|
|
44156
|
-
type:
|
|
44288
|
+
type: DeploymentsResponseFormatDeploymentsResponseType$outboundSchema,
|
|
44157
44289
|
jsonSchema: lazyType(() => DeploymentsResponseFormatJsonSchema$outboundSchema)
|
|
44158
44290
|
}).transform((v2) => {
|
|
44159
44291
|
return remap(v2, {
|
|
@@ -44166,11 +44298,13 @@ var init_deployments = __esm(() => {
|
|
|
44166
44298
|
})(DeploymentsResponseFormat1$ ||= {});
|
|
44167
44299
|
DeploymentsResponseFormat$inboundSchema = unionType([
|
|
44168
44300
|
lazyType(() => DeploymentsResponseFormat1$inboundSchema),
|
|
44169
|
-
lazyType(() => DeploymentsResponseFormat2$inboundSchema)
|
|
44301
|
+
lazyType(() => DeploymentsResponseFormat2$inboundSchema),
|
|
44302
|
+
lazyType(() => DeploymentsResponseFormat3$inboundSchema)
|
|
44170
44303
|
]);
|
|
44171
44304
|
DeploymentsResponseFormat$outboundSchema = unionType([
|
|
44172
44305
|
lazyType(() => DeploymentsResponseFormat1$outboundSchema),
|
|
44173
|
-
lazyType(() => DeploymentsResponseFormat2$outboundSchema)
|
|
44306
|
+
lazyType(() => DeploymentsResponseFormat2$outboundSchema),
|
|
44307
|
+
lazyType(() => DeploymentsResponseFormat3$outboundSchema)
|
|
44174
44308
|
]);
|
|
44175
44309
|
((DeploymentsResponseFormat$) => {
|
|
44176
44310
|
DeploymentsResponseFormat$.inboundSchema = DeploymentsResponseFormat$inboundSchema;
|
|
@@ -44194,6 +44328,12 @@ var init_deployments = __esm(() => {
|
|
|
44194
44328
|
DeploymentsReasoningEffort$.inboundSchema = DeploymentsReasoningEffort$inboundSchema;
|
|
44195
44329
|
DeploymentsReasoningEffort$.outboundSchema = DeploymentsReasoningEffort$outboundSchema;
|
|
44196
44330
|
})(DeploymentsReasoningEffort$ ||= {});
|
|
44331
|
+
DeploymentsVerbosity$inboundSchema = nativeEnumType(DeploymentsVerbosity);
|
|
44332
|
+
DeploymentsVerbosity$outboundSchema = DeploymentsVerbosity$inboundSchema;
|
|
44333
|
+
((DeploymentsVerbosity$) => {
|
|
44334
|
+
DeploymentsVerbosity$.inboundSchema = DeploymentsVerbosity$inboundSchema;
|
|
44335
|
+
DeploymentsVerbosity$.outboundSchema = DeploymentsVerbosity$outboundSchema;
|
|
44336
|
+
})(DeploymentsVerbosity$ ||= {});
|
|
44197
44337
|
DeploymentsModelParameters$inboundSchema = objectType({
|
|
44198
44338
|
temperature: numberType().optional(),
|
|
44199
44339
|
maxTokens: numberType().optional(),
|
|
@@ -44209,12 +44349,14 @@ var init_deployments = __esm(() => {
|
|
|
44209
44349
|
style: stringType().optional(),
|
|
44210
44350
|
responseFormat: nullableType(unionType([
|
|
44211
44351
|
lazyType(() => DeploymentsResponseFormat1$inboundSchema),
|
|
44212
|
-
lazyType(() => DeploymentsResponseFormat2$inboundSchema)
|
|
44352
|
+
lazyType(() => DeploymentsResponseFormat2$inboundSchema),
|
|
44353
|
+
lazyType(() => DeploymentsResponseFormat3$inboundSchema)
|
|
44213
44354
|
])).optional(),
|
|
44214
44355
|
photoRealVersion: DeploymentsPhotoRealVersion$inboundSchema.optional(),
|
|
44215
44356
|
encoding_format: DeploymentsEncodingFormat$inboundSchema.optional(),
|
|
44216
44357
|
reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
|
|
44217
|
-
budgetTokens: numberType().optional()
|
|
44358
|
+
budgetTokens: numberType().optional(),
|
|
44359
|
+
verbosity: DeploymentsVerbosity$inboundSchema.optional()
|
|
44218
44360
|
}).transform((v2) => {
|
|
44219
44361
|
return remap(v2, {
|
|
44220
44362
|
encoding_format: "encodingFormat"
|
|
@@ -44235,12 +44377,14 @@ var init_deployments = __esm(() => {
|
|
|
44235
44377
|
style: stringType().optional(),
|
|
44236
44378
|
responseFormat: nullableType(unionType([
|
|
44237
44379
|
lazyType(() => DeploymentsResponseFormat1$outboundSchema),
|
|
44238
|
-
lazyType(() => DeploymentsResponseFormat2$outboundSchema)
|
|
44380
|
+
lazyType(() => DeploymentsResponseFormat2$outboundSchema),
|
|
44381
|
+
lazyType(() => DeploymentsResponseFormat3$outboundSchema)
|
|
44239
44382
|
])).optional(),
|
|
44240
44383
|
photoRealVersion: DeploymentsPhotoRealVersion$outboundSchema.optional(),
|
|
44241
44384
|
encodingFormat: DeploymentsEncodingFormat$outboundSchema.optional(),
|
|
44242
44385
|
reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
|
|
44243
|
-
budgetTokens: numberType().optional()
|
|
44386
|
+
budgetTokens: numberType().optional(),
|
|
44387
|
+
verbosity: DeploymentsVerbosity$outboundSchema.optional()
|
|
44244
44388
|
}).transform((v2) => {
|
|
44245
44389
|
return remap(v2, {
|
|
44246
44390
|
encodingFormat: "encoding_format"
|
|
@@ -48214,7 +48358,7 @@ var init_fileget = __esm(() => {
|
|
|
48214
48358
|
bytes: numberType(),
|
|
48215
48359
|
file_name: stringType(),
|
|
48216
48360
|
workspace_id: stringType(),
|
|
48217
|
-
created: stringType().datetime({ offset: true }).default("2025-08-
|
|
48361
|
+
created: stringType().datetime({ offset: true }).default("2025-08-13T13:49:16.267Z").transform((v2) => new Date(v2))
|
|
48218
48362
|
}).transform((v2) => {
|
|
48219
48363
|
return remap(v2, {
|
|
48220
48364
|
_id: "id",
|
|
@@ -48230,7 +48374,7 @@ var init_fileget = __esm(() => {
|
|
|
48230
48374
|
bytes: numberType(),
|
|
48231
48375
|
fileName: stringType(),
|
|
48232
48376
|
workspaceId: stringType(),
|
|
48233
|
-
created: dateType().default(() => new Date("2025-08-
|
|
48377
|
+
created: dateType().default(() => new Date("2025-08-13T13:49:16.267Z")).transform((v2) => v2.toISOString())
|
|
48234
48378
|
}).transform((v2) => {
|
|
48235
48379
|
return remap(v2, {
|
|
48236
48380
|
id: "_id",
|
|
@@ -48301,7 +48445,7 @@ var init_filelist = __esm(() => {
|
|
|
48301
48445
|
bytes: numberType(),
|
|
48302
48446
|
file_name: stringType(),
|
|
48303
48447
|
workspace_id: stringType(),
|
|
48304
|
-
created: stringType().datetime({ offset: true }).default("2025-08-
|
|
48448
|
+
created: stringType().datetime({ offset: true }).default("2025-08-13T13:49:16.267Z").transform((v2) => new Date(v2))
|
|
48305
48449
|
}).transform((v2) => {
|
|
48306
48450
|
return remap(v2, {
|
|
48307
48451
|
_id: "id",
|
|
@@ -48317,7 +48461,7 @@ var init_filelist = __esm(() => {
|
|
|
48317
48461
|
bytes: numberType(),
|
|
48318
48462
|
fileName: stringType(),
|
|
48319
48463
|
workspaceId: stringType(),
|
|
48320
|
-
created: dateType().default(() => new Date("2025-08-
|
|
48464
|
+
created: dateType().default(() => new Date("2025-08-13T13:49:16.267Z")).transform((v2) => v2.toISOString())
|
|
48321
48465
|
}).transform((v2) => {
|
|
48322
48466
|
return remap(v2, {
|
|
48323
48467
|
id: "_id",
|
|
@@ -48449,7 +48593,7 @@ var init_fileupload = __esm(() => {
|
|
|
48449
48593
|
bytes: numberType(),
|
|
48450
48594
|
file_name: stringType(),
|
|
48451
48595
|
workspace_id: stringType(),
|
|
48452
|
-
created: stringType().datetime({ offset: true }).default("2025-08-
|
|
48596
|
+
created: stringType().datetime({ offset: true }).default("2025-08-13T13:49:16.267Z").transform((v2) => new Date(v2))
|
|
48453
48597
|
}).transform((v2) => {
|
|
48454
48598
|
return remap(v2, {
|
|
48455
48599
|
_id: "id",
|
|
@@ -48465,7 +48609,7 @@ var init_fileupload = __esm(() => {
|
|
|
48465
48609
|
bytes: numberType(),
|
|
48466
48610
|
fileName: stringType(),
|
|
48467
48611
|
workspaceId: stringType(),
|
|
48468
|
-
created: dateType().default(() => new Date("2025-08-
|
|
48612
|
+
created: dateType().default(() => new Date("2025-08-13T13:49:16.267Z")).transform((v2) => v2.toISOString())
|
|
48469
48613
|
}).transform((v2) => {
|
|
48470
48614
|
return remap(v2, {
|
|
48471
48615
|
id: "_id",
|
|
@@ -48481,7 +48625,7 @@ var init_fileupload = __esm(() => {
|
|
|
48481
48625
|
});
|
|
48482
48626
|
|
|
48483
48627
|
// src/models/operations/getallprompts.ts
|
|
48484
|
-
var GetAllPromptsObject, GetAllPromptsType, GetAllPromptsModelType, GetAllPromptsFormat, GetAllPromptsResponseFormatPromptsType, GetAllPromptsResponseFormatType, GetAllPromptsPhotoRealVersion, GetAllPromptsEncodingFormat, GetAllPromptsReasoningEffort, GetAllPromptsProvider, GetAllPromptsRole, GetAllPrompts2PromptsResponseType, GetAllPrompts2PromptsType, GetAllPrompts2Type, GetAllPromptsPromptsType, GetAllPromptsUseCases, GetAllPromptsLanguage, GetAllPromptsRequest$inboundSchema, GetAllPromptsRequest$outboundSchema, GetAllPromptsRequest$, GetAllPromptsObject$inboundSchema, GetAllPromptsObject$outboundSchema, GetAllPromptsObject$, GetAllPromptsType$inboundSchema, GetAllPromptsType$outboundSchema, GetAllPromptsType$, GetAllPromptsModelType$inboundSchema, GetAllPromptsModelType$outboundSchema, GetAllPromptsModelType$, GetAllPromptsFormat$inboundSchema, GetAllPromptsFormat$outboundSchema, GetAllPromptsFormat$, GetAllPromptsResponseFormatPromptsType$inboundSchema, GetAllPromptsResponseFormatPromptsType$outboundSchema, GetAllPromptsResponseFormatPromptsType$, GetAllPromptsResponseFormat2$inboundSchema, GetAllPromptsResponseFormat2$outboundSchema, GetAllPromptsResponseFormat2$, GetAllPromptsResponseFormatType$inboundSchema, GetAllPromptsResponseFormatType$outboundSchema, GetAllPromptsResponseFormatType$, GetAllPromptsResponseFormatJsonSchema$inboundSchema, GetAllPromptsResponseFormatJsonSchema$outboundSchema, GetAllPromptsResponseFormatJsonSchema$, GetAllPromptsResponseFormat1$inboundSchema, GetAllPromptsResponseFormat1$outboundSchema, GetAllPromptsResponseFormat1$, GetAllPromptsResponseFormat$inboundSchema, GetAllPromptsResponseFormat$outboundSchema, GetAllPromptsResponseFormat$, GetAllPromptsPhotoRealVersion$inboundSchema, GetAllPromptsPhotoRealVersion$outboundSchema, GetAllPromptsPhotoRealVersion$, GetAllPromptsEncodingFormat$inboundSchema, GetAllPromptsEncodingFormat$outboundSchema, GetAllPromptsEncodingFormat$, GetAllPromptsReasoningEffort$inboundSchema, GetAllPromptsReasoningEffort$outboundSchema, GetAllPromptsReasoningEffort$, GetAllPromptsModelParameters$inboundSchema, GetAllPromptsModelParameters$outboundSchema, GetAllPromptsModelParameters$, GetAllPromptsProvider$inboundSchema, GetAllPromptsProvider$outboundSchema, GetAllPromptsProvider$, GetAllPromptsRole$inboundSchema, GetAllPromptsRole$outboundSchema, GetAllPromptsRole$, GetAllPrompts2PromptsResponseType$inboundSchema, GetAllPrompts2PromptsResponseType$outboundSchema, GetAllPrompts2PromptsResponseType$, GetAllPrompts2File$inboundSchema, GetAllPrompts2File$outboundSchema, GetAllPrompts2File$, GetAllPrompts23$inboundSchema, GetAllPrompts23$outboundSchema, GetAllPrompts23$, GetAllPrompts2PromptsType$inboundSchema, GetAllPrompts2PromptsType$outboundSchema, GetAllPrompts2PromptsType$, GetAllPrompts2ImageUrl$inboundSchema, GetAllPrompts2ImageUrl$outboundSchema, GetAllPrompts2ImageUrl$, GetAllPrompts22$inboundSchema, GetAllPrompts22$outboundSchema, GetAllPrompts22$, GetAllPrompts2Type$inboundSchema, GetAllPrompts2Type$outboundSchema, GetAllPrompts2Type$, GetAllPrompts21$inboundSchema, GetAllPrompts21$outboundSchema, GetAllPrompts21$, GetAllPromptsContent2$inboundSchema, GetAllPromptsContent2$outboundSchema, GetAllPromptsContent2$, GetAllPromptsContent$inboundSchema, GetAllPromptsContent$outboundSchema, GetAllPromptsContent$, GetAllPromptsPromptsType$inboundSchema, GetAllPromptsPromptsType$outboundSchema, GetAllPromptsPromptsType$, GetAllPromptsFunction$inboundSchema, GetAllPromptsFunction$outboundSchema, GetAllPromptsFunction$, GetAllPromptsToolCalls$inboundSchema, GetAllPromptsToolCalls$outboundSchema, GetAllPromptsToolCalls$, GetAllPromptsMessages$inboundSchema, GetAllPromptsMessages$outboundSchema, GetAllPromptsMessages$, GetAllPromptsPromptConfig$inboundSchema, GetAllPromptsPromptConfig$outboundSchema, GetAllPromptsPromptConfig$, GetAllPromptsUseCases$inboundSchema, GetAllPromptsUseCases$outboundSchema, GetAllPromptsUseCases$, GetAllPromptsLanguage$inboundSchema, GetAllPromptsLanguage$outboundSchema, GetAllPromptsLanguage$, GetAllPromptsMetadata$inboundSchema, GetAllPromptsMetadata$outboundSchema, GetAllPromptsMetadata$, GetAllPromptsData$inboundSchema, GetAllPromptsData$outboundSchema, GetAllPromptsData$, GetAllPromptsResponseBody$inboundSchema, GetAllPromptsResponseBody$outboundSchema, GetAllPromptsResponseBody$;
|
|
48628
|
+
var GetAllPromptsObject, GetAllPromptsType, GetAllPromptsModelType, GetAllPromptsFormat, GetAllPromptsResponseFormatPromptsResponseType, GetAllPromptsResponseFormatPromptsType, GetAllPromptsResponseFormatType, GetAllPromptsPhotoRealVersion, GetAllPromptsEncodingFormat, GetAllPromptsReasoningEffort, GetAllPromptsVerbosity, GetAllPromptsProvider, GetAllPromptsRole, GetAllPrompts2PromptsResponseType, GetAllPrompts2PromptsType, GetAllPrompts2Type, GetAllPromptsPromptsType, GetAllPromptsUseCases, GetAllPromptsLanguage, GetAllPromptsRequest$inboundSchema, GetAllPromptsRequest$outboundSchema, GetAllPromptsRequest$, GetAllPromptsObject$inboundSchema, GetAllPromptsObject$outboundSchema, GetAllPromptsObject$, GetAllPromptsType$inboundSchema, GetAllPromptsType$outboundSchema, GetAllPromptsType$, GetAllPromptsModelType$inboundSchema, GetAllPromptsModelType$outboundSchema, GetAllPromptsModelType$, GetAllPromptsFormat$inboundSchema, GetAllPromptsFormat$outboundSchema, GetAllPromptsFormat$, GetAllPromptsResponseFormatPromptsResponseType$inboundSchema, GetAllPromptsResponseFormatPromptsResponseType$outboundSchema, GetAllPromptsResponseFormatPromptsResponseType$, GetAllPromptsResponseFormat3$inboundSchema, GetAllPromptsResponseFormat3$outboundSchema, GetAllPromptsResponseFormat3$, GetAllPromptsResponseFormatPromptsType$inboundSchema, GetAllPromptsResponseFormatPromptsType$outboundSchema, GetAllPromptsResponseFormatPromptsType$, GetAllPromptsResponseFormat2$inboundSchema, GetAllPromptsResponseFormat2$outboundSchema, GetAllPromptsResponseFormat2$, GetAllPromptsResponseFormatType$inboundSchema, GetAllPromptsResponseFormatType$outboundSchema, GetAllPromptsResponseFormatType$, GetAllPromptsResponseFormatJsonSchema$inboundSchema, GetAllPromptsResponseFormatJsonSchema$outboundSchema, GetAllPromptsResponseFormatJsonSchema$, GetAllPromptsResponseFormat1$inboundSchema, GetAllPromptsResponseFormat1$outboundSchema, GetAllPromptsResponseFormat1$, GetAllPromptsResponseFormat$inboundSchema, GetAllPromptsResponseFormat$outboundSchema, GetAllPromptsResponseFormat$, GetAllPromptsPhotoRealVersion$inboundSchema, GetAllPromptsPhotoRealVersion$outboundSchema, GetAllPromptsPhotoRealVersion$, GetAllPromptsEncodingFormat$inboundSchema, GetAllPromptsEncodingFormat$outboundSchema, GetAllPromptsEncodingFormat$, GetAllPromptsReasoningEffort$inboundSchema, GetAllPromptsReasoningEffort$outboundSchema, GetAllPromptsReasoningEffort$, GetAllPromptsVerbosity$inboundSchema, GetAllPromptsVerbosity$outboundSchema, GetAllPromptsVerbosity$, GetAllPromptsModelParameters$inboundSchema, GetAllPromptsModelParameters$outboundSchema, GetAllPromptsModelParameters$, GetAllPromptsProvider$inboundSchema, GetAllPromptsProvider$outboundSchema, GetAllPromptsProvider$, GetAllPromptsRole$inboundSchema, GetAllPromptsRole$outboundSchema, GetAllPromptsRole$, GetAllPrompts2PromptsResponseType$inboundSchema, GetAllPrompts2PromptsResponseType$outboundSchema, GetAllPrompts2PromptsResponseType$, GetAllPrompts2File$inboundSchema, GetAllPrompts2File$outboundSchema, GetAllPrompts2File$, GetAllPrompts23$inboundSchema, GetAllPrompts23$outboundSchema, GetAllPrompts23$, GetAllPrompts2PromptsType$inboundSchema, GetAllPrompts2PromptsType$outboundSchema, GetAllPrompts2PromptsType$, GetAllPrompts2ImageUrl$inboundSchema, GetAllPrompts2ImageUrl$outboundSchema, GetAllPrompts2ImageUrl$, GetAllPrompts22$inboundSchema, GetAllPrompts22$outboundSchema, GetAllPrompts22$, GetAllPrompts2Type$inboundSchema, GetAllPrompts2Type$outboundSchema, GetAllPrompts2Type$, GetAllPrompts21$inboundSchema, GetAllPrompts21$outboundSchema, GetAllPrompts21$, GetAllPromptsContent2$inboundSchema, GetAllPromptsContent2$outboundSchema, GetAllPromptsContent2$, GetAllPromptsContent$inboundSchema, GetAllPromptsContent$outboundSchema, GetAllPromptsContent$, GetAllPromptsPromptsType$inboundSchema, GetAllPromptsPromptsType$outboundSchema, GetAllPromptsPromptsType$, GetAllPromptsFunction$inboundSchema, GetAllPromptsFunction$outboundSchema, GetAllPromptsFunction$, GetAllPromptsToolCalls$inboundSchema, GetAllPromptsToolCalls$outboundSchema, GetAllPromptsToolCalls$, GetAllPromptsMessages$inboundSchema, GetAllPromptsMessages$outboundSchema, GetAllPromptsMessages$, GetAllPromptsPromptConfig$inboundSchema, GetAllPromptsPromptConfig$outboundSchema, GetAllPromptsPromptConfig$, GetAllPromptsUseCases$inboundSchema, GetAllPromptsUseCases$outboundSchema, GetAllPromptsUseCases$, GetAllPromptsLanguage$inboundSchema, GetAllPromptsLanguage$outboundSchema, GetAllPromptsLanguage$, GetAllPromptsMetadata$inboundSchema, GetAllPromptsMetadata$outboundSchema, GetAllPromptsMetadata$, GetAllPromptsData$inboundSchema, GetAllPromptsData$outboundSchema, GetAllPromptsData$, GetAllPromptsResponseBody$inboundSchema, GetAllPromptsResponseBody$outboundSchema, GetAllPromptsResponseBody$;
|
|
48485
48629
|
var init_getallprompts = __esm(() => {
|
|
48486
48630
|
init_esm();
|
|
48487
48631
|
init_primitives();
|
|
@@ -48508,6 +48652,9 @@ var init_getallprompts = __esm(() => {
|
|
|
48508
48652
|
Text: "text",
|
|
48509
48653
|
JsonObject: "json_object"
|
|
48510
48654
|
};
|
|
48655
|
+
GetAllPromptsResponseFormatPromptsResponseType = {
|
|
48656
|
+
Text: "text"
|
|
48657
|
+
};
|
|
48511
48658
|
GetAllPromptsResponseFormatPromptsType = {
|
|
48512
48659
|
JsonObject: "json_object"
|
|
48513
48660
|
};
|
|
@@ -48528,6 +48675,11 @@ var init_getallprompts = __esm(() => {
|
|
|
48528
48675
|
Medium: "medium",
|
|
48529
48676
|
High: "high"
|
|
48530
48677
|
};
|
|
48678
|
+
GetAllPromptsVerbosity = {
|
|
48679
|
+
Low: "low",
|
|
48680
|
+
Medium: "medium",
|
|
48681
|
+
High: "high"
|
|
48682
|
+
};
|
|
48531
48683
|
GetAllPromptsProvider = {
|
|
48532
48684
|
Cohere: "cohere",
|
|
48533
48685
|
Openai: "openai",
|
|
@@ -48652,6 +48804,22 @@ var init_getallprompts = __esm(() => {
|
|
|
48652
48804
|
GetAllPromptsFormat$.inboundSchema = GetAllPromptsFormat$inboundSchema;
|
|
48653
48805
|
GetAllPromptsFormat$.outboundSchema = GetAllPromptsFormat$outboundSchema;
|
|
48654
48806
|
})(GetAllPromptsFormat$ ||= {});
|
|
48807
|
+
GetAllPromptsResponseFormatPromptsResponseType$inboundSchema = nativeEnumType(GetAllPromptsResponseFormatPromptsResponseType);
|
|
48808
|
+
GetAllPromptsResponseFormatPromptsResponseType$outboundSchema = GetAllPromptsResponseFormatPromptsResponseType$inboundSchema;
|
|
48809
|
+
((GetAllPromptsResponseFormatPromptsResponseType$) => {
|
|
48810
|
+
GetAllPromptsResponseFormatPromptsResponseType$.inboundSchema = GetAllPromptsResponseFormatPromptsResponseType$inboundSchema;
|
|
48811
|
+
GetAllPromptsResponseFormatPromptsResponseType$.outboundSchema = GetAllPromptsResponseFormatPromptsResponseType$outboundSchema;
|
|
48812
|
+
})(GetAllPromptsResponseFormatPromptsResponseType$ ||= {});
|
|
48813
|
+
GetAllPromptsResponseFormat3$inboundSchema = objectType({
|
|
48814
|
+
type: GetAllPromptsResponseFormatPromptsResponseType$inboundSchema
|
|
48815
|
+
});
|
|
48816
|
+
GetAllPromptsResponseFormat3$outboundSchema = objectType({
|
|
48817
|
+
type: GetAllPromptsResponseFormatPromptsResponseType$outboundSchema
|
|
48818
|
+
});
|
|
48819
|
+
((GetAllPromptsResponseFormat3$) => {
|
|
48820
|
+
GetAllPromptsResponseFormat3$.inboundSchema = GetAllPromptsResponseFormat3$inboundSchema;
|
|
48821
|
+
GetAllPromptsResponseFormat3$.outboundSchema = GetAllPromptsResponseFormat3$outboundSchema;
|
|
48822
|
+
})(GetAllPromptsResponseFormat3$ ||= {});
|
|
48655
48823
|
GetAllPromptsResponseFormatPromptsType$inboundSchema = nativeEnumType(GetAllPromptsResponseFormatPromptsType);
|
|
48656
48824
|
GetAllPromptsResponseFormatPromptsType$outboundSchema = GetAllPromptsResponseFormatPromptsType$inboundSchema;
|
|
48657
48825
|
((GetAllPromptsResponseFormatPromptsType$) => {
|
|
@@ -48710,11 +48878,13 @@ var init_getallprompts = __esm(() => {
|
|
|
48710
48878
|
})(GetAllPromptsResponseFormat1$ ||= {});
|
|
48711
48879
|
GetAllPromptsResponseFormat$inboundSchema = unionType([
|
|
48712
48880
|
lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
|
|
48713
|
-
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
|
|
48881
|
+
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema),
|
|
48882
|
+
lazyType(() => GetAllPromptsResponseFormat3$inboundSchema)
|
|
48714
48883
|
]);
|
|
48715
48884
|
GetAllPromptsResponseFormat$outboundSchema = unionType([
|
|
48716
48885
|
lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
|
|
48717
|
-
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
|
|
48886
|
+
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema),
|
|
48887
|
+
lazyType(() => GetAllPromptsResponseFormat3$outboundSchema)
|
|
48718
48888
|
]);
|
|
48719
48889
|
((GetAllPromptsResponseFormat$) => {
|
|
48720
48890
|
GetAllPromptsResponseFormat$.inboundSchema = GetAllPromptsResponseFormat$inboundSchema;
|
|
@@ -48738,6 +48908,12 @@ var init_getallprompts = __esm(() => {
|
|
|
48738
48908
|
GetAllPromptsReasoningEffort$.inboundSchema = GetAllPromptsReasoningEffort$inboundSchema;
|
|
48739
48909
|
GetAllPromptsReasoningEffort$.outboundSchema = GetAllPromptsReasoningEffort$outboundSchema;
|
|
48740
48910
|
})(GetAllPromptsReasoningEffort$ ||= {});
|
|
48911
|
+
GetAllPromptsVerbosity$inboundSchema = nativeEnumType(GetAllPromptsVerbosity);
|
|
48912
|
+
GetAllPromptsVerbosity$outboundSchema = GetAllPromptsVerbosity$inboundSchema;
|
|
48913
|
+
((GetAllPromptsVerbosity$) => {
|
|
48914
|
+
GetAllPromptsVerbosity$.inboundSchema = GetAllPromptsVerbosity$inboundSchema;
|
|
48915
|
+
GetAllPromptsVerbosity$.outboundSchema = GetAllPromptsVerbosity$outboundSchema;
|
|
48916
|
+
})(GetAllPromptsVerbosity$ ||= {});
|
|
48741
48917
|
GetAllPromptsModelParameters$inboundSchema = objectType({
|
|
48742
48918
|
temperature: numberType().optional(),
|
|
48743
48919
|
maxTokens: numberType().optional(),
|
|
@@ -48753,12 +48929,14 @@ var init_getallprompts = __esm(() => {
|
|
|
48753
48929
|
style: stringType().optional(),
|
|
48754
48930
|
responseFormat: nullableType(unionType([
|
|
48755
48931
|
lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
|
|
48756
|
-
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
|
|
48932
|
+
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema),
|
|
48933
|
+
lazyType(() => GetAllPromptsResponseFormat3$inboundSchema)
|
|
48757
48934
|
])).optional(),
|
|
48758
48935
|
photoRealVersion: GetAllPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
48759
48936
|
encoding_format: GetAllPromptsEncodingFormat$inboundSchema.optional(),
|
|
48760
48937
|
reasoningEffort: GetAllPromptsReasoningEffort$inboundSchema.optional(),
|
|
48761
|
-
budgetTokens: numberType().optional()
|
|
48938
|
+
budgetTokens: numberType().optional(),
|
|
48939
|
+
verbosity: GetAllPromptsVerbosity$inboundSchema.optional()
|
|
48762
48940
|
}).transform((v2) => {
|
|
48763
48941
|
return remap(v2, {
|
|
48764
48942
|
encoding_format: "encodingFormat"
|
|
@@ -48779,12 +48957,14 @@ var init_getallprompts = __esm(() => {
|
|
|
48779
48957
|
style: stringType().optional(),
|
|
48780
48958
|
responseFormat: nullableType(unionType([
|
|
48781
48959
|
lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
|
|
48782
|
-
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
|
|
48960
|
+
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema),
|
|
48961
|
+
lazyType(() => GetAllPromptsResponseFormat3$outboundSchema)
|
|
48783
48962
|
])).optional(),
|
|
48784
48963
|
photoRealVersion: GetAllPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
48785
48964
|
encodingFormat: GetAllPromptsEncodingFormat$outboundSchema.optional(),
|
|
48786
48965
|
reasoningEffort: GetAllPromptsReasoningEffort$outboundSchema.optional(),
|
|
48787
|
-
budgetTokens: numberType().optional()
|
|
48966
|
+
budgetTokens: numberType().optional(),
|
|
48967
|
+
verbosity: GetAllPromptsVerbosity$outboundSchema.optional()
|
|
48788
48968
|
}).transform((v2) => {
|
|
48789
48969
|
return remap(v2, {
|
|
48790
48970
|
encodingFormat: "encoding_format"
|
|
@@ -49505,8 +49685,8 @@ var init_getevals = __esm(() => {
|
|
|
49505
49685
|
Typescript$inboundSchema = objectType({
|
|
49506
49686
|
_id: stringType(),
|
|
49507
49687
|
description: stringType(),
|
|
49508
|
-
created: stringType().default("2025-08-
|
|
49509
|
-
updated: stringType().default("2025-08-
|
|
49688
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49689
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49510
49690
|
guardrail_config: unionType([
|
|
49511
49691
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
49512
49692
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -49523,8 +49703,8 @@ var init_getevals = __esm(() => {
|
|
|
49523
49703
|
Typescript$outboundSchema = objectType({
|
|
49524
49704
|
id: stringType(),
|
|
49525
49705
|
description: stringType(),
|
|
49526
|
-
created: stringType().default("2025-08-
|
|
49527
|
-
updated: stringType().default("2025-08-
|
|
49706
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49707
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49528
49708
|
guardrailConfig: unionType([
|
|
49529
49709
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
49530
49710
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -49617,8 +49797,8 @@ var init_getevals = __esm(() => {
|
|
|
49617
49797
|
Ragas$inboundSchema = objectType({
|
|
49618
49798
|
_id: stringType(),
|
|
49619
49799
|
description: stringType(),
|
|
49620
|
-
created: stringType().default("2025-08-
|
|
49621
|
-
updated: stringType().default("2025-08-
|
|
49800
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49801
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49622
49802
|
guardrail_config: unionType([
|
|
49623
49803
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
49624
49804
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -49637,8 +49817,8 @@ var init_getevals = __esm(() => {
|
|
|
49637
49817
|
Ragas$outboundSchema = objectType({
|
|
49638
49818
|
id: stringType(),
|
|
49639
49819
|
description: stringType(),
|
|
49640
|
-
created: stringType().default("2025-08-
|
|
49641
|
-
updated: stringType().default("2025-08-
|
|
49820
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49821
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
49642
49822
|
guardrailConfig: unionType([
|
|
49643
49823
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
49644
49824
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -50391,8 +50571,8 @@ var init_getevals = __esm(() => {
|
|
|
50391
50571
|
DataFunction$inboundSchema = objectType({
|
|
50392
50572
|
_id: stringType(),
|
|
50393
50573
|
description: stringType(),
|
|
50394
|
-
created: stringType().default("2025-08-
|
|
50395
|
-
updated: stringType().default("2025-08-
|
|
50574
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50575
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50396
50576
|
guardrail_config: unionType([
|
|
50397
50577
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
50398
50578
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -50446,8 +50626,8 @@ var init_getevals = __esm(() => {
|
|
|
50446
50626
|
DataFunction$outboundSchema = objectType({
|
|
50447
50627
|
id: stringType(),
|
|
50448
50628
|
description: stringType(),
|
|
50449
|
-
created: stringType().default("2025-08-
|
|
50450
|
-
updated: stringType().default("2025-08-
|
|
50629
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50630
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50451
50631
|
guardrailConfig: unionType([
|
|
50452
50632
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
50453
50633
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -50571,8 +50751,8 @@ var init_getevals = __esm(() => {
|
|
|
50571
50751
|
DataPython$inboundSchema = objectType({
|
|
50572
50752
|
_id: stringType(),
|
|
50573
50753
|
description: stringType(),
|
|
50574
|
-
created: stringType().default("2025-08-
|
|
50575
|
-
updated: stringType().default("2025-08-
|
|
50754
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50755
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50576
50756
|
guardrail_config: unionType([
|
|
50577
50757
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
50578
50758
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -50589,8 +50769,8 @@ var init_getevals = __esm(() => {
|
|
|
50589
50769
|
DataPython$outboundSchema = objectType({
|
|
50590
50770
|
id: stringType(),
|
|
50591
50771
|
description: stringType(),
|
|
50592
|
-
created: stringType().default("2025-08-
|
|
50593
|
-
updated: stringType().default("2025-08-
|
|
50772
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50773
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50594
50774
|
guardrailConfig: unionType([
|
|
50595
50775
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
50596
50776
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -50683,8 +50863,8 @@ var init_getevals = __esm(() => {
|
|
|
50683
50863
|
DataHTTP$inboundSchema = objectType({
|
|
50684
50864
|
_id: stringType(),
|
|
50685
50865
|
description: stringType(),
|
|
50686
|
-
created: stringType().default("2025-08-
|
|
50687
|
-
updated: stringType().default("2025-08-
|
|
50866
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50867
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50688
50868
|
guardrail_config: unionType([
|
|
50689
50869
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
50690
50870
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -50704,8 +50884,8 @@ var init_getevals = __esm(() => {
|
|
|
50704
50884
|
DataHTTP$outboundSchema = objectType({
|
|
50705
50885
|
id: stringType(),
|
|
50706
50886
|
description: stringType(),
|
|
50707
|
-
created: stringType().default("2025-08-
|
|
50708
|
-
updated: stringType().default("2025-08-
|
|
50887
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50888
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50709
50889
|
guardrailConfig: unionType([
|
|
50710
50890
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
50711
50891
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -50795,8 +50975,8 @@ var init_getevals = __esm(() => {
|
|
|
50795
50975
|
DataJSON$inboundSchema = objectType({
|
|
50796
50976
|
_id: stringType(),
|
|
50797
50977
|
description: stringType(),
|
|
50798
|
-
created: stringType().default("2025-08-
|
|
50799
|
-
updated: stringType().default("2025-08-
|
|
50978
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50979
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50800
50980
|
guardrail_config: unionType([
|
|
50801
50981
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
50802
50982
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -50813,8 +50993,8 @@ var init_getevals = __esm(() => {
|
|
|
50813
50993
|
DataJSON$outboundSchema = objectType({
|
|
50814
50994
|
id: stringType(),
|
|
50815
50995
|
description: stringType(),
|
|
50816
|
-
created: stringType().default("2025-08-
|
|
50817
|
-
updated: stringType().default("2025-08-
|
|
50996
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50997
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50818
50998
|
guardrailConfig: unionType([
|
|
50819
50999
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
50820
51000
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -50901,8 +51081,8 @@ var init_getevals = __esm(() => {
|
|
|
50901
51081
|
DataLLM$inboundSchema = objectType({
|
|
50902
51082
|
_id: stringType(),
|
|
50903
51083
|
description: stringType(),
|
|
50904
|
-
created: stringType().default("2025-08-
|
|
50905
|
-
updated: stringType().default("2025-08-
|
|
51084
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
51085
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50906
51086
|
guardrail_config: unionType([
|
|
50907
51087
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
50908
51088
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -50920,8 +51100,8 @@ var init_getevals = __esm(() => {
|
|
|
50920
51100
|
DataLLM$outboundSchema = objectType({
|
|
50921
51101
|
id: stringType(),
|
|
50922
51102
|
description: stringType(),
|
|
50923
|
-
created: stringType().default("2025-08-
|
|
50924
|
-
updated: stringType().default("2025-08-
|
|
51103
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
51104
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
50925
51105
|
guardrailConfig: unionType([
|
|
50926
51106
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
50927
51107
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -51239,7 +51419,7 @@ var init_getoneknowledge = __esm(() => {
|
|
|
51239
51419
|
});
|
|
51240
51420
|
|
|
51241
51421
|
// src/models/operations/getoneprompt.ts
|
|
51242
|
-
var GetOnePromptType, GetOnePromptModelType, GetOnePromptFormat, GetOnePromptResponseFormatPromptsType, GetOnePromptResponseFormatType, GetOnePromptPhotoRealVersion, GetOnePromptEncodingFormat, GetOnePromptReasoningEffort, GetOnePromptProvider, GetOnePromptRole, GetOnePrompt2PromptsResponseType, GetOnePrompt2PromptsType, GetOnePrompt2Type, GetOnePromptPromptsType, GetOnePromptUseCases, GetOnePromptLanguage, GetOnePromptRequest$inboundSchema, GetOnePromptRequest$outboundSchema, GetOnePromptRequest$, GetOnePromptType$inboundSchema, GetOnePromptType$outboundSchema, GetOnePromptType$, GetOnePromptModelType$inboundSchema, GetOnePromptModelType$outboundSchema, GetOnePromptModelType$, GetOnePromptFormat$inboundSchema, GetOnePromptFormat$outboundSchema, GetOnePromptFormat$, GetOnePromptResponseFormatPromptsType$inboundSchema, GetOnePromptResponseFormatPromptsType$outboundSchema, GetOnePromptResponseFormatPromptsType$, GetOnePromptResponseFormat2$inboundSchema, GetOnePromptResponseFormat2$outboundSchema, GetOnePromptResponseFormat2$, GetOnePromptResponseFormatType$inboundSchema, GetOnePromptResponseFormatType$outboundSchema, GetOnePromptResponseFormatType$, GetOnePromptResponseFormatJsonSchema$inboundSchema, GetOnePromptResponseFormatJsonSchema$outboundSchema, GetOnePromptResponseFormatJsonSchema$, GetOnePromptResponseFormat1$inboundSchema, GetOnePromptResponseFormat1$outboundSchema, GetOnePromptResponseFormat1$, GetOnePromptResponseFormat$inboundSchema, GetOnePromptResponseFormat$outboundSchema, GetOnePromptResponseFormat$, GetOnePromptPhotoRealVersion$inboundSchema, GetOnePromptPhotoRealVersion$outboundSchema, GetOnePromptPhotoRealVersion$, GetOnePromptEncodingFormat$inboundSchema, GetOnePromptEncodingFormat$outboundSchema, GetOnePromptEncodingFormat$, GetOnePromptReasoningEffort$inboundSchema, GetOnePromptReasoningEffort$outboundSchema, GetOnePromptReasoningEffort$, GetOnePromptModelParameters$inboundSchema, GetOnePromptModelParameters$outboundSchema, GetOnePromptModelParameters$, GetOnePromptProvider$inboundSchema, GetOnePromptProvider$outboundSchema, GetOnePromptProvider$, GetOnePromptRole$inboundSchema, GetOnePromptRole$outboundSchema, GetOnePromptRole$, GetOnePrompt2PromptsResponseType$inboundSchema, GetOnePrompt2PromptsResponseType$outboundSchema, GetOnePrompt2PromptsResponseType$, GetOnePrompt2File$inboundSchema, GetOnePrompt2File$outboundSchema, GetOnePrompt2File$, GetOnePrompt23$inboundSchema, GetOnePrompt23$outboundSchema, GetOnePrompt23$, GetOnePrompt2PromptsType$inboundSchema, GetOnePrompt2PromptsType$outboundSchema, GetOnePrompt2PromptsType$, GetOnePrompt2ImageUrl$inboundSchema, GetOnePrompt2ImageUrl$outboundSchema, GetOnePrompt2ImageUrl$, GetOnePrompt22$inboundSchema, GetOnePrompt22$outboundSchema, GetOnePrompt22$, GetOnePrompt2Type$inboundSchema, GetOnePrompt2Type$outboundSchema, GetOnePrompt2Type$, GetOnePrompt21$inboundSchema, GetOnePrompt21$outboundSchema, GetOnePrompt21$, GetOnePromptContent2$inboundSchema, GetOnePromptContent2$outboundSchema, GetOnePromptContent2$, GetOnePromptContent$inboundSchema, GetOnePromptContent$outboundSchema, GetOnePromptContent$, GetOnePromptPromptsType$inboundSchema, GetOnePromptPromptsType$outboundSchema, GetOnePromptPromptsType$, GetOnePromptFunction$inboundSchema, GetOnePromptFunction$outboundSchema, GetOnePromptFunction$, GetOnePromptToolCalls$inboundSchema, GetOnePromptToolCalls$outboundSchema, GetOnePromptToolCalls$, GetOnePromptMessages$inboundSchema, GetOnePromptMessages$outboundSchema, GetOnePromptMessages$, GetOnePromptPromptConfig$inboundSchema, GetOnePromptPromptConfig$outboundSchema, GetOnePromptPromptConfig$, GetOnePromptUseCases$inboundSchema, GetOnePromptUseCases$outboundSchema, GetOnePromptUseCases$, GetOnePromptLanguage$inboundSchema, GetOnePromptLanguage$outboundSchema, GetOnePromptLanguage$, GetOnePromptMetadata$inboundSchema, GetOnePromptMetadata$outboundSchema, GetOnePromptMetadata$, GetOnePromptResponseBody$inboundSchema, GetOnePromptResponseBody$outboundSchema, GetOnePromptResponseBody$;
|
|
51422
|
+
var GetOnePromptType, GetOnePromptModelType, GetOnePromptFormat, GetOnePromptResponseFormatPromptsResponseType, GetOnePromptResponseFormatPromptsType, GetOnePromptResponseFormatType, GetOnePromptPhotoRealVersion, GetOnePromptEncodingFormat, GetOnePromptReasoningEffort, GetOnePromptVerbosity, GetOnePromptProvider, GetOnePromptRole, GetOnePrompt2PromptsResponseType, GetOnePrompt2PromptsType, GetOnePrompt2Type, GetOnePromptPromptsType, GetOnePromptUseCases, GetOnePromptLanguage, GetOnePromptRequest$inboundSchema, GetOnePromptRequest$outboundSchema, GetOnePromptRequest$, GetOnePromptType$inboundSchema, GetOnePromptType$outboundSchema, GetOnePromptType$, GetOnePromptModelType$inboundSchema, GetOnePromptModelType$outboundSchema, GetOnePromptModelType$, GetOnePromptFormat$inboundSchema, GetOnePromptFormat$outboundSchema, GetOnePromptFormat$, GetOnePromptResponseFormatPromptsResponseType$inboundSchema, GetOnePromptResponseFormatPromptsResponseType$outboundSchema, GetOnePromptResponseFormatPromptsResponseType$, GetOnePromptResponseFormat3$inboundSchema, GetOnePromptResponseFormat3$outboundSchema, GetOnePromptResponseFormat3$, GetOnePromptResponseFormatPromptsType$inboundSchema, GetOnePromptResponseFormatPromptsType$outboundSchema, GetOnePromptResponseFormatPromptsType$, GetOnePromptResponseFormat2$inboundSchema, GetOnePromptResponseFormat2$outboundSchema, GetOnePromptResponseFormat2$, GetOnePromptResponseFormatType$inboundSchema, GetOnePromptResponseFormatType$outboundSchema, GetOnePromptResponseFormatType$, GetOnePromptResponseFormatJsonSchema$inboundSchema, GetOnePromptResponseFormatJsonSchema$outboundSchema, GetOnePromptResponseFormatJsonSchema$, GetOnePromptResponseFormat1$inboundSchema, GetOnePromptResponseFormat1$outboundSchema, GetOnePromptResponseFormat1$, GetOnePromptResponseFormat$inboundSchema, GetOnePromptResponseFormat$outboundSchema, GetOnePromptResponseFormat$, GetOnePromptPhotoRealVersion$inboundSchema, GetOnePromptPhotoRealVersion$outboundSchema, GetOnePromptPhotoRealVersion$, GetOnePromptEncodingFormat$inboundSchema, GetOnePromptEncodingFormat$outboundSchema, GetOnePromptEncodingFormat$, GetOnePromptReasoningEffort$inboundSchema, GetOnePromptReasoningEffort$outboundSchema, GetOnePromptReasoningEffort$, GetOnePromptVerbosity$inboundSchema, GetOnePromptVerbosity$outboundSchema, GetOnePromptVerbosity$, GetOnePromptModelParameters$inboundSchema, GetOnePromptModelParameters$outboundSchema, GetOnePromptModelParameters$, GetOnePromptProvider$inboundSchema, GetOnePromptProvider$outboundSchema, GetOnePromptProvider$, GetOnePromptRole$inboundSchema, GetOnePromptRole$outboundSchema, GetOnePromptRole$, GetOnePrompt2PromptsResponseType$inboundSchema, GetOnePrompt2PromptsResponseType$outboundSchema, GetOnePrompt2PromptsResponseType$, GetOnePrompt2File$inboundSchema, GetOnePrompt2File$outboundSchema, GetOnePrompt2File$, GetOnePrompt23$inboundSchema, GetOnePrompt23$outboundSchema, GetOnePrompt23$, GetOnePrompt2PromptsType$inboundSchema, GetOnePrompt2PromptsType$outboundSchema, GetOnePrompt2PromptsType$, GetOnePrompt2ImageUrl$inboundSchema, GetOnePrompt2ImageUrl$outboundSchema, GetOnePrompt2ImageUrl$, GetOnePrompt22$inboundSchema, GetOnePrompt22$outboundSchema, GetOnePrompt22$, GetOnePrompt2Type$inboundSchema, GetOnePrompt2Type$outboundSchema, GetOnePrompt2Type$, GetOnePrompt21$inboundSchema, GetOnePrompt21$outboundSchema, GetOnePrompt21$, GetOnePromptContent2$inboundSchema, GetOnePromptContent2$outboundSchema, GetOnePromptContent2$, GetOnePromptContent$inboundSchema, GetOnePromptContent$outboundSchema, GetOnePromptContent$, GetOnePromptPromptsType$inboundSchema, GetOnePromptPromptsType$outboundSchema, GetOnePromptPromptsType$, GetOnePromptFunction$inboundSchema, GetOnePromptFunction$outboundSchema, GetOnePromptFunction$, GetOnePromptToolCalls$inboundSchema, GetOnePromptToolCalls$outboundSchema, GetOnePromptToolCalls$, GetOnePromptMessages$inboundSchema, GetOnePromptMessages$outboundSchema, GetOnePromptMessages$, GetOnePromptPromptConfig$inboundSchema, GetOnePromptPromptConfig$outboundSchema, GetOnePromptPromptConfig$, GetOnePromptUseCases$inboundSchema, GetOnePromptUseCases$outboundSchema, GetOnePromptUseCases$, GetOnePromptLanguage$inboundSchema, GetOnePromptLanguage$outboundSchema, GetOnePromptLanguage$, GetOnePromptMetadata$inboundSchema, GetOnePromptMetadata$outboundSchema, GetOnePromptMetadata$, GetOnePromptResponseBody$inboundSchema, GetOnePromptResponseBody$outboundSchema, GetOnePromptResponseBody$;
|
|
51243
51423
|
var init_getoneprompt = __esm(() => {
|
|
51244
51424
|
init_esm();
|
|
51245
51425
|
init_primitives();
|
|
@@ -51263,6 +51443,9 @@ var init_getoneprompt = __esm(() => {
|
|
|
51263
51443
|
Text: "text",
|
|
51264
51444
|
JsonObject: "json_object"
|
|
51265
51445
|
};
|
|
51446
|
+
GetOnePromptResponseFormatPromptsResponseType = {
|
|
51447
|
+
Text: "text"
|
|
51448
|
+
};
|
|
51266
51449
|
GetOnePromptResponseFormatPromptsType = {
|
|
51267
51450
|
JsonObject: "json_object"
|
|
51268
51451
|
};
|
|
@@ -51283,6 +51466,11 @@ var init_getoneprompt = __esm(() => {
|
|
|
51283
51466
|
Medium: "medium",
|
|
51284
51467
|
High: "high"
|
|
51285
51468
|
};
|
|
51469
|
+
GetOnePromptVerbosity = {
|
|
51470
|
+
Low: "low",
|
|
51471
|
+
Medium: "medium",
|
|
51472
|
+
High: "high"
|
|
51473
|
+
};
|
|
51286
51474
|
GetOnePromptProvider = {
|
|
51287
51475
|
Cohere: "cohere",
|
|
51288
51476
|
Openai: "openai",
|
|
@@ -51387,6 +51575,22 @@ var init_getoneprompt = __esm(() => {
|
|
|
51387
51575
|
GetOnePromptFormat$.inboundSchema = GetOnePromptFormat$inboundSchema;
|
|
51388
51576
|
GetOnePromptFormat$.outboundSchema = GetOnePromptFormat$outboundSchema;
|
|
51389
51577
|
})(GetOnePromptFormat$ ||= {});
|
|
51578
|
+
GetOnePromptResponseFormatPromptsResponseType$inboundSchema = nativeEnumType(GetOnePromptResponseFormatPromptsResponseType);
|
|
51579
|
+
GetOnePromptResponseFormatPromptsResponseType$outboundSchema = GetOnePromptResponseFormatPromptsResponseType$inboundSchema;
|
|
51580
|
+
((GetOnePromptResponseFormatPromptsResponseType$) => {
|
|
51581
|
+
GetOnePromptResponseFormatPromptsResponseType$.inboundSchema = GetOnePromptResponseFormatPromptsResponseType$inboundSchema;
|
|
51582
|
+
GetOnePromptResponseFormatPromptsResponseType$.outboundSchema = GetOnePromptResponseFormatPromptsResponseType$outboundSchema;
|
|
51583
|
+
})(GetOnePromptResponseFormatPromptsResponseType$ ||= {});
|
|
51584
|
+
GetOnePromptResponseFormat3$inboundSchema = objectType({
|
|
51585
|
+
type: GetOnePromptResponseFormatPromptsResponseType$inboundSchema
|
|
51586
|
+
});
|
|
51587
|
+
GetOnePromptResponseFormat3$outboundSchema = objectType({
|
|
51588
|
+
type: GetOnePromptResponseFormatPromptsResponseType$outboundSchema
|
|
51589
|
+
});
|
|
51590
|
+
((GetOnePromptResponseFormat3$) => {
|
|
51591
|
+
GetOnePromptResponseFormat3$.inboundSchema = GetOnePromptResponseFormat3$inboundSchema;
|
|
51592
|
+
GetOnePromptResponseFormat3$.outboundSchema = GetOnePromptResponseFormat3$outboundSchema;
|
|
51593
|
+
})(GetOnePromptResponseFormat3$ ||= {});
|
|
51390
51594
|
GetOnePromptResponseFormatPromptsType$inboundSchema = nativeEnumType(GetOnePromptResponseFormatPromptsType);
|
|
51391
51595
|
GetOnePromptResponseFormatPromptsType$outboundSchema = GetOnePromptResponseFormatPromptsType$inboundSchema;
|
|
51392
51596
|
((GetOnePromptResponseFormatPromptsType$) => {
|
|
@@ -51445,11 +51649,13 @@ var init_getoneprompt = __esm(() => {
|
|
|
51445
51649
|
})(GetOnePromptResponseFormat1$ ||= {});
|
|
51446
51650
|
GetOnePromptResponseFormat$inboundSchema = unionType([
|
|
51447
51651
|
lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
|
|
51448
|
-
lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
|
|
51652
|
+
lazyType(() => GetOnePromptResponseFormat2$inboundSchema),
|
|
51653
|
+
lazyType(() => GetOnePromptResponseFormat3$inboundSchema)
|
|
51449
51654
|
]);
|
|
51450
51655
|
GetOnePromptResponseFormat$outboundSchema = unionType([
|
|
51451
51656
|
lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
|
|
51452
|
-
lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
|
|
51657
|
+
lazyType(() => GetOnePromptResponseFormat2$outboundSchema),
|
|
51658
|
+
lazyType(() => GetOnePromptResponseFormat3$outboundSchema)
|
|
51453
51659
|
]);
|
|
51454
51660
|
((GetOnePromptResponseFormat$) => {
|
|
51455
51661
|
GetOnePromptResponseFormat$.inboundSchema = GetOnePromptResponseFormat$inboundSchema;
|
|
@@ -51473,6 +51679,12 @@ var init_getoneprompt = __esm(() => {
|
|
|
51473
51679
|
GetOnePromptReasoningEffort$.inboundSchema = GetOnePromptReasoningEffort$inboundSchema;
|
|
51474
51680
|
GetOnePromptReasoningEffort$.outboundSchema = GetOnePromptReasoningEffort$outboundSchema;
|
|
51475
51681
|
})(GetOnePromptReasoningEffort$ ||= {});
|
|
51682
|
+
GetOnePromptVerbosity$inboundSchema = nativeEnumType(GetOnePromptVerbosity);
|
|
51683
|
+
GetOnePromptVerbosity$outboundSchema = GetOnePromptVerbosity$inboundSchema;
|
|
51684
|
+
((GetOnePromptVerbosity$) => {
|
|
51685
|
+
GetOnePromptVerbosity$.inboundSchema = GetOnePromptVerbosity$inboundSchema;
|
|
51686
|
+
GetOnePromptVerbosity$.outboundSchema = GetOnePromptVerbosity$outboundSchema;
|
|
51687
|
+
})(GetOnePromptVerbosity$ ||= {});
|
|
51476
51688
|
GetOnePromptModelParameters$inboundSchema = objectType({
|
|
51477
51689
|
temperature: numberType().optional(),
|
|
51478
51690
|
maxTokens: numberType().optional(),
|
|
@@ -51488,12 +51700,14 @@ var init_getoneprompt = __esm(() => {
|
|
|
51488
51700
|
style: stringType().optional(),
|
|
51489
51701
|
responseFormat: nullableType(unionType([
|
|
51490
51702
|
lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
|
|
51491
|
-
lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
|
|
51703
|
+
lazyType(() => GetOnePromptResponseFormat2$inboundSchema),
|
|
51704
|
+
lazyType(() => GetOnePromptResponseFormat3$inboundSchema)
|
|
51492
51705
|
])).optional(),
|
|
51493
51706
|
photoRealVersion: GetOnePromptPhotoRealVersion$inboundSchema.optional(),
|
|
51494
51707
|
encoding_format: GetOnePromptEncodingFormat$inboundSchema.optional(),
|
|
51495
51708
|
reasoningEffort: GetOnePromptReasoningEffort$inboundSchema.optional(),
|
|
51496
|
-
budgetTokens: numberType().optional()
|
|
51709
|
+
budgetTokens: numberType().optional(),
|
|
51710
|
+
verbosity: GetOnePromptVerbosity$inboundSchema.optional()
|
|
51497
51711
|
}).transform((v2) => {
|
|
51498
51712
|
return remap(v2, {
|
|
51499
51713
|
encoding_format: "encodingFormat"
|
|
@@ -51514,12 +51728,14 @@ var init_getoneprompt = __esm(() => {
|
|
|
51514
51728
|
style: stringType().optional(),
|
|
51515
51729
|
responseFormat: nullableType(unionType([
|
|
51516
51730
|
lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
|
|
51517
|
-
lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
|
|
51731
|
+
lazyType(() => GetOnePromptResponseFormat2$outboundSchema),
|
|
51732
|
+
lazyType(() => GetOnePromptResponseFormat3$outboundSchema)
|
|
51518
51733
|
])).optional(),
|
|
51519
51734
|
photoRealVersion: GetOnePromptPhotoRealVersion$outboundSchema.optional(),
|
|
51520
51735
|
encodingFormat: GetOnePromptEncodingFormat$outboundSchema.optional(),
|
|
51521
51736
|
reasoningEffort: GetOnePromptReasoningEffort$outboundSchema.optional(),
|
|
51522
|
-
budgetTokens: numberType().optional()
|
|
51737
|
+
budgetTokens: numberType().optional(),
|
|
51738
|
+
verbosity: GetOnePromptVerbosity$outboundSchema.optional()
|
|
51523
51739
|
}).transform((v2) => {
|
|
51524
51740
|
return remap(v2, {
|
|
51525
51741
|
encodingFormat: "encoding_format"
|
|
@@ -51870,7 +52086,7 @@ var init_getoneprompt = __esm(() => {
|
|
|
51870
52086
|
});
|
|
51871
52087
|
|
|
51872
52088
|
// src/models/operations/getpromptversion.ts
|
|
51873
|
-
var GetPromptVersionModelType, GetPromptVersionFormat, GetPromptVersionResponseFormatPromptsType, GetPromptVersionResponseFormatType, GetPromptVersionPhotoRealVersion, GetPromptVersionEncodingFormat, GetPromptVersionReasoningEffort, GetPromptVersionProvider, GetPromptVersionRole, GetPromptVersion2PromptsResponseType, GetPromptVersion2PromptsType, GetPromptVersion2Type, GetPromptVersionType, GetPromptVersionUseCases, GetPromptVersionLanguage, GetPromptVersionRequest$inboundSchema, GetPromptVersionRequest$outboundSchema, GetPromptVersionRequest$, GetPromptVersionModelType$inboundSchema, GetPromptVersionModelType$outboundSchema, GetPromptVersionModelType$, GetPromptVersionFormat$inboundSchema, GetPromptVersionFormat$outboundSchema, GetPromptVersionFormat$, GetPromptVersionResponseFormatPromptsType$inboundSchema, GetPromptVersionResponseFormatPromptsType$outboundSchema, GetPromptVersionResponseFormatPromptsType$, GetPromptVersionResponseFormat2$inboundSchema, GetPromptVersionResponseFormat2$outboundSchema, GetPromptVersionResponseFormat2$, GetPromptVersionResponseFormatType$inboundSchema, GetPromptVersionResponseFormatType$outboundSchema, GetPromptVersionResponseFormatType$, GetPromptVersionResponseFormatJsonSchema$inboundSchema, GetPromptVersionResponseFormatJsonSchema$outboundSchema, GetPromptVersionResponseFormatJsonSchema$, GetPromptVersionResponseFormat1$inboundSchema, GetPromptVersionResponseFormat1$outboundSchema, GetPromptVersionResponseFormat1$, GetPromptVersionResponseFormat$inboundSchema, GetPromptVersionResponseFormat$outboundSchema, GetPromptVersionResponseFormat$, GetPromptVersionPhotoRealVersion$inboundSchema, GetPromptVersionPhotoRealVersion$outboundSchema, GetPromptVersionPhotoRealVersion$, GetPromptVersionEncodingFormat$inboundSchema, GetPromptVersionEncodingFormat$outboundSchema, GetPromptVersionEncodingFormat$, GetPromptVersionReasoningEffort$inboundSchema, GetPromptVersionReasoningEffort$outboundSchema, GetPromptVersionReasoningEffort$, GetPromptVersionModelParameters$inboundSchema, GetPromptVersionModelParameters$outboundSchema, GetPromptVersionModelParameters$, GetPromptVersionProvider$inboundSchema, GetPromptVersionProvider$outboundSchema, GetPromptVersionProvider$, GetPromptVersionRole$inboundSchema, GetPromptVersionRole$outboundSchema, GetPromptVersionRole$, GetPromptVersion2PromptsResponseType$inboundSchema, GetPromptVersion2PromptsResponseType$outboundSchema, GetPromptVersion2PromptsResponseType$, GetPromptVersion2File$inboundSchema, GetPromptVersion2File$outboundSchema, GetPromptVersion2File$, GetPromptVersion23$inboundSchema, GetPromptVersion23$outboundSchema, GetPromptVersion23$, GetPromptVersion2PromptsType$inboundSchema, GetPromptVersion2PromptsType$outboundSchema, GetPromptVersion2PromptsType$, GetPromptVersion2ImageUrl$inboundSchema, GetPromptVersion2ImageUrl$outboundSchema, GetPromptVersion2ImageUrl$, GetPromptVersion22$inboundSchema, GetPromptVersion22$outboundSchema, GetPromptVersion22$, GetPromptVersion2Type$inboundSchema, GetPromptVersion2Type$outboundSchema, GetPromptVersion2Type$, GetPromptVersion21$inboundSchema, GetPromptVersion21$outboundSchema, GetPromptVersion21$, GetPromptVersionContent2$inboundSchema, GetPromptVersionContent2$outboundSchema, GetPromptVersionContent2$, GetPromptVersionContent$inboundSchema, GetPromptVersionContent$outboundSchema, GetPromptVersionContent$, GetPromptVersionType$inboundSchema, GetPromptVersionType$outboundSchema, GetPromptVersionType$, GetPromptVersionFunction$inboundSchema, GetPromptVersionFunction$outboundSchema, GetPromptVersionFunction$, GetPromptVersionToolCalls$inboundSchema, GetPromptVersionToolCalls$outboundSchema, GetPromptVersionToolCalls$, GetPromptVersionMessages$inboundSchema, GetPromptVersionMessages$outboundSchema, GetPromptVersionMessages$, GetPromptVersionPromptConfig$inboundSchema, GetPromptVersionPromptConfig$outboundSchema, GetPromptVersionPromptConfig$, GetPromptVersionUseCases$inboundSchema, GetPromptVersionUseCases$outboundSchema, GetPromptVersionUseCases$, GetPromptVersionLanguage$inboundSchema, GetPromptVersionLanguage$outboundSchema, GetPromptVersionLanguage$, GetPromptVersionMetadata$inboundSchema, GetPromptVersionMetadata$outboundSchema, GetPromptVersionMetadata$, GetPromptVersionResponseBody$inboundSchema, GetPromptVersionResponseBody$outboundSchema, GetPromptVersionResponseBody$;
|
|
52089
|
+
var GetPromptVersionModelType, GetPromptVersionFormat, GetPromptVersionResponseFormatPromptsResponseType, GetPromptVersionResponseFormatPromptsType, GetPromptVersionResponseFormatType, GetPromptVersionPhotoRealVersion, GetPromptVersionEncodingFormat, GetPromptVersionReasoningEffort, GetPromptVersionVerbosity, GetPromptVersionProvider, GetPromptVersionRole, GetPromptVersion2PromptsResponseType, GetPromptVersion2PromptsType, GetPromptVersion2Type, GetPromptVersionType, GetPromptVersionUseCases, GetPromptVersionLanguage, GetPromptVersionRequest$inboundSchema, GetPromptVersionRequest$outboundSchema, GetPromptVersionRequest$, GetPromptVersionModelType$inboundSchema, GetPromptVersionModelType$outboundSchema, GetPromptVersionModelType$, GetPromptVersionFormat$inboundSchema, GetPromptVersionFormat$outboundSchema, GetPromptVersionFormat$, GetPromptVersionResponseFormatPromptsResponseType$inboundSchema, GetPromptVersionResponseFormatPromptsResponseType$outboundSchema, GetPromptVersionResponseFormatPromptsResponseType$, GetPromptVersionResponseFormat3$inboundSchema, GetPromptVersionResponseFormat3$outboundSchema, GetPromptVersionResponseFormat3$, GetPromptVersionResponseFormatPromptsType$inboundSchema, GetPromptVersionResponseFormatPromptsType$outboundSchema, GetPromptVersionResponseFormatPromptsType$, GetPromptVersionResponseFormat2$inboundSchema, GetPromptVersionResponseFormat2$outboundSchema, GetPromptVersionResponseFormat2$, GetPromptVersionResponseFormatType$inboundSchema, GetPromptVersionResponseFormatType$outboundSchema, GetPromptVersionResponseFormatType$, GetPromptVersionResponseFormatJsonSchema$inboundSchema, GetPromptVersionResponseFormatJsonSchema$outboundSchema, GetPromptVersionResponseFormatJsonSchema$, GetPromptVersionResponseFormat1$inboundSchema, GetPromptVersionResponseFormat1$outboundSchema, GetPromptVersionResponseFormat1$, GetPromptVersionResponseFormat$inboundSchema, GetPromptVersionResponseFormat$outboundSchema, GetPromptVersionResponseFormat$, GetPromptVersionPhotoRealVersion$inboundSchema, GetPromptVersionPhotoRealVersion$outboundSchema, GetPromptVersionPhotoRealVersion$, GetPromptVersionEncodingFormat$inboundSchema, GetPromptVersionEncodingFormat$outboundSchema, GetPromptVersionEncodingFormat$, GetPromptVersionReasoningEffort$inboundSchema, GetPromptVersionReasoningEffort$outboundSchema, GetPromptVersionReasoningEffort$, GetPromptVersionVerbosity$inboundSchema, GetPromptVersionVerbosity$outboundSchema, GetPromptVersionVerbosity$, GetPromptVersionModelParameters$inboundSchema, GetPromptVersionModelParameters$outboundSchema, GetPromptVersionModelParameters$, GetPromptVersionProvider$inboundSchema, GetPromptVersionProvider$outboundSchema, GetPromptVersionProvider$, GetPromptVersionRole$inboundSchema, GetPromptVersionRole$outboundSchema, GetPromptVersionRole$, GetPromptVersion2PromptsResponseType$inboundSchema, GetPromptVersion2PromptsResponseType$outboundSchema, GetPromptVersion2PromptsResponseType$, GetPromptVersion2File$inboundSchema, GetPromptVersion2File$outboundSchema, GetPromptVersion2File$, GetPromptVersion23$inboundSchema, GetPromptVersion23$outboundSchema, GetPromptVersion23$, GetPromptVersion2PromptsType$inboundSchema, GetPromptVersion2PromptsType$outboundSchema, GetPromptVersion2PromptsType$, GetPromptVersion2ImageUrl$inboundSchema, GetPromptVersion2ImageUrl$outboundSchema, GetPromptVersion2ImageUrl$, GetPromptVersion22$inboundSchema, GetPromptVersion22$outboundSchema, GetPromptVersion22$, GetPromptVersion2Type$inboundSchema, GetPromptVersion2Type$outboundSchema, GetPromptVersion2Type$, GetPromptVersion21$inboundSchema, GetPromptVersion21$outboundSchema, GetPromptVersion21$, GetPromptVersionContent2$inboundSchema, GetPromptVersionContent2$outboundSchema, GetPromptVersionContent2$, GetPromptVersionContent$inboundSchema, GetPromptVersionContent$outboundSchema, GetPromptVersionContent$, GetPromptVersionType$inboundSchema, GetPromptVersionType$outboundSchema, GetPromptVersionType$, GetPromptVersionFunction$inboundSchema, GetPromptVersionFunction$outboundSchema, GetPromptVersionFunction$, GetPromptVersionToolCalls$inboundSchema, GetPromptVersionToolCalls$outboundSchema, GetPromptVersionToolCalls$, GetPromptVersionMessages$inboundSchema, GetPromptVersionMessages$outboundSchema, GetPromptVersionMessages$, GetPromptVersionPromptConfig$inboundSchema, GetPromptVersionPromptConfig$outboundSchema, GetPromptVersionPromptConfig$, GetPromptVersionUseCases$inboundSchema, GetPromptVersionUseCases$outboundSchema, GetPromptVersionUseCases$, GetPromptVersionLanguage$inboundSchema, GetPromptVersionLanguage$outboundSchema, GetPromptVersionLanguage$, GetPromptVersionMetadata$inboundSchema, GetPromptVersionMetadata$outboundSchema, GetPromptVersionMetadata$, GetPromptVersionResponseBody$inboundSchema, GetPromptVersionResponseBody$outboundSchema, GetPromptVersionResponseBody$;
|
|
51874
52090
|
var init_getpromptversion = __esm(() => {
|
|
51875
52091
|
init_esm();
|
|
51876
52092
|
init_primitives();
|
|
@@ -51891,6 +52107,9 @@ var init_getpromptversion = __esm(() => {
|
|
|
51891
52107
|
Text: "text",
|
|
51892
52108
|
JsonObject: "json_object"
|
|
51893
52109
|
};
|
|
52110
|
+
GetPromptVersionResponseFormatPromptsResponseType = {
|
|
52111
|
+
Text: "text"
|
|
52112
|
+
};
|
|
51894
52113
|
GetPromptVersionResponseFormatPromptsType = {
|
|
51895
52114
|
JsonObject: "json_object"
|
|
51896
52115
|
};
|
|
@@ -51911,6 +52130,11 @@ var init_getpromptversion = __esm(() => {
|
|
|
51911
52130
|
Medium: "medium",
|
|
51912
52131
|
High: "high"
|
|
51913
52132
|
};
|
|
52133
|
+
GetPromptVersionVerbosity = {
|
|
52134
|
+
Low: "low",
|
|
52135
|
+
Medium: "medium",
|
|
52136
|
+
High: "high"
|
|
52137
|
+
};
|
|
51914
52138
|
GetPromptVersionProvider = {
|
|
51915
52139
|
Cohere: "cohere",
|
|
51916
52140
|
Openai: "openai",
|
|
@@ -52021,6 +52245,22 @@ var init_getpromptversion = __esm(() => {
|
|
|
52021
52245
|
GetPromptVersionFormat$.inboundSchema = GetPromptVersionFormat$inboundSchema;
|
|
52022
52246
|
GetPromptVersionFormat$.outboundSchema = GetPromptVersionFormat$outboundSchema;
|
|
52023
52247
|
})(GetPromptVersionFormat$ ||= {});
|
|
52248
|
+
GetPromptVersionResponseFormatPromptsResponseType$inboundSchema = nativeEnumType(GetPromptVersionResponseFormatPromptsResponseType);
|
|
52249
|
+
GetPromptVersionResponseFormatPromptsResponseType$outboundSchema = GetPromptVersionResponseFormatPromptsResponseType$inboundSchema;
|
|
52250
|
+
((GetPromptVersionResponseFormatPromptsResponseType$) => {
|
|
52251
|
+
GetPromptVersionResponseFormatPromptsResponseType$.inboundSchema = GetPromptVersionResponseFormatPromptsResponseType$inboundSchema;
|
|
52252
|
+
GetPromptVersionResponseFormatPromptsResponseType$.outboundSchema = GetPromptVersionResponseFormatPromptsResponseType$outboundSchema;
|
|
52253
|
+
})(GetPromptVersionResponseFormatPromptsResponseType$ ||= {});
|
|
52254
|
+
GetPromptVersionResponseFormat3$inboundSchema = objectType({
|
|
52255
|
+
type: GetPromptVersionResponseFormatPromptsResponseType$inboundSchema
|
|
52256
|
+
});
|
|
52257
|
+
GetPromptVersionResponseFormat3$outboundSchema = objectType({
|
|
52258
|
+
type: GetPromptVersionResponseFormatPromptsResponseType$outboundSchema
|
|
52259
|
+
});
|
|
52260
|
+
((GetPromptVersionResponseFormat3$) => {
|
|
52261
|
+
GetPromptVersionResponseFormat3$.inboundSchema = GetPromptVersionResponseFormat3$inboundSchema;
|
|
52262
|
+
GetPromptVersionResponseFormat3$.outboundSchema = GetPromptVersionResponseFormat3$outboundSchema;
|
|
52263
|
+
})(GetPromptVersionResponseFormat3$ ||= {});
|
|
52024
52264
|
GetPromptVersionResponseFormatPromptsType$inboundSchema = nativeEnumType(GetPromptVersionResponseFormatPromptsType);
|
|
52025
52265
|
GetPromptVersionResponseFormatPromptsType$outboundSchema = GetPromptVersionResponseFormatPromptsType$inboundSchema;
|
|
52026
52266
|
((GetPromptVersionResponseFormatPromptsType$) => {
|
|
@@ -52079,11 +52319,13 @@ var init_getpromptversion = __esm(() => {
|
|
|
52079
52319
|
})(GetPromptVersionResponseFormat1$ ||= {});
|
|
52080
52320
|
GetPromptVersionResponseFormat$inboundSchema = unionType([
|
|
52081
52321
|
lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
|
|
52082
|
-
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
|
|
52322
|
+
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema),
|
|
52323
|
+
lazyType(() => GetPromptVersionResponseFormat3$inboundSchema)
|
|
52083
52324
|
]);
|
|
52084
52325
|
GetPromptVersionResponseFormat$outboundSchema = unionType([
|
|
52085
52326
|
lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
|
|
52086
|
-
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
|
|
52327
|
+
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema),
|
|
52328
|
+
lazyType(() => GetPromptVersionResponseFormat3$outboundSchema)
|
|
52087
52329
|
]);
|
|
52088
52330
|
((GetPromptVersionResponseFormat$) => {
|
|
52089
52331
|
GetPromptVersionResponseFormat$.inboundSchema = GetPromptVersionResponseFormat$inboundSchema;
|
|
@@ -52107,6 +52349,12 @@ var init_getpromptversion = __esm(() => {
|
|
|
52107
52349
|
GetPromptVersionReasoningEffort$.inboundSchema = GetPromptVersionReasoningEffort$inboundSchema;
|
|
52108
52350
|
GetPromptVersionReasoningEffort$.outboundSchema = GetPromptVersionReasoningEffort$outboundSchema;
|
|
52109
52351
|
})(GetPromptVersionReasoningEffort$ ||= {});
|
|
52352
|
+
GetPromptVersionVerbosity$inboundSchema = nativeEnumType(GetPromptVersionVerbosity);
|
|
52353
|
+
GetPromptVersionVerbosity$outboundSchema = GetPromptVersionVerbosity$inboundSchema;
|
|
52354
|
+
((GetPromptVersionVerbosity$) => {
|
|
52355
|
+
GetPromptVersionVerbosity$.inboundSchema = GetPromptVersionVerbosity$inboundSchema;
|
|
52356
|
+
GetPromptVersionVerbosity$.outboundSchema = GetPromptVersionVerbosity$outboundSchema;
|
|
52357
|
+
})(GetPromptVersionVerbosity$ ||= {});
|
|
52110
52358
|
GetPromptVersionModelParameters$inboundSchema = objectType({
|
|
52111
52359
|
temperature: numberType().optional(),
|
|
52112
52360
|
maxTokens: numberType().optional(),
|
|
@@ -52122,12 +52370,14 @@ var init_getpromptversion = __esm(() => {
|
|
|
52122
52370
|
style: stringType().optional(),
|
|
52123
52371
|
responseFormat: nullableType(unionType([
|
|
52124
52372
|
lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
|
|
52125
|
-
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
|
|
52373
|
+
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema),
|
|
52374
|
+
lazyType(() => GetPromptVersionResponseFormat3$inboundSchema)
|
|
52126
52375
|
])).optional(),
|
|
52127
52376
|
photoRealVersion: GetPromptVersionPhotoRealVersion$inboundSchema.optional(),
|
|
52128
52377
|
encoding_format: GetPromptVersionEncodingFormat$inboundSchema.optional(),
|
|
52129
52378
|
reasoningEffort: GetPromptVersionReasoningEffort$inboundSchema.optional(),
|
|
52130
|
-
budgetTokens: numberType().optional()
|
|
52379
|
+
budgetTokens: numberType().optional(),
|
|
52380
|
+
verbosity: GetPromptVersionVerbosity$inboundSchema.optional()
|
|
52131
52381
|
}).transform((v2) => {
|
|
52132
52382
|
return remap(v2, {
|
|
52133
52383
|
encoding_format: "encodingFormat"
|
|
@@ -52148,12 +52398,14 @@ var init_getpromptversion = __esm(() => {
|
|
|
52148
52398
|
style: stringType().optional(),
|
|
52149
52399
|
responseFormat: nullableType(unionType([
|
|
52150
52400
|
lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
|
|
52151
|
-
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
|
|
52401
|
+
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema),
|
|
52402
|
+
lazyType(() => GetPromptVersionResponseFormat3$outboundSchema)
|
|
52152
52403
|
])).optional(),
|
|
52153
52404
|
photoRealVersion: GetPromptVersionPhotoRealVersion$outboundSchema.optional(),
|
|
52154
52405
|
encodingFormat: GetPromptVersionEncodingFormat$outboundSchema.optional(),
|
|
52155
52406
|
reasoningEffort: GetPromptVersionReasoningEffort$outboundSchema.optional(),
|
|
52156
|
-
budgetTokens: numberType().optional()
|
|
52407
|
+
budgetTokens: numberType().optional(),
|
|
52408
|
+
verbosity: GetPromptVersionVerbosity$outboundSchema.optional()
|
|
52157
52409
|
}).transform((v2) => {
|
|
52158
52410
|
return remap(v2, {
|
|
52159
52411
|
encodingFormat: "encoding_format"
|
|
@@ -53322,7 +53574,7 @@ var init_listcontacts = __esm(() => {
|
|
|
53322
53574
|
tags: arrayType(stringType()).optional(),
|
|
53323
53575
|
metadata: recordType(anyType()).optional(),
|
|
53324
53576
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
53325
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
53577
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2)),
|
|
53326
53578
|
metrics: lazyType(() => Metrics$inboundSchema)
|
|
53327
53579
|
}).transform((v2) => {
|
|
53328
53580
|
return remap(v2, {
|
|
@@ -53341,7 +53593,7 @@ var init_listcontacts = __esm(() => {
|
|
|
53341
53593
|
tags: arrayType(stringType()).optional(),
|
|
53342
53594
|
metadata: recordType(anyType()).optional(),
|
|
53343
53595
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
53344
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
53596
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString()),
|
|
53345
53597
|
metrics: lazyType(() => Metrics$outboundSchema)
|
|
53346
53598
|
}).transform((v2) => {
|
|
53347
53599
|
return remap(v2, {
|
|
@@ -53956,7 +54208,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
53956
54208
|
created_by_id: stringType().optional(),
|
|
53957
54209
|
updated_by_id: stringType().optional(),
|
|
53958
54210
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
53959
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
54211
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
53960
54212
|
}).transform((v2) => {
|
|
53961
54213
|
return remap(v2, {
|
|
53962
54214
|
_id: "id",
|
|
@@ -53983,7 +54235,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
53983
54235
|
createdById: stringType().optional(),
|
|
53984
54236
|
updatedById: stringType().optional(),
|
|
53985
54237
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
53986
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
54238
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
53987
54239
|
}).transform((v2) => {
|
|
53988
54240
|
return remap(v2, {
|
|
53989
54241
|
id: "_id",
|
|
@@ -54091,7 +54343,7 @@ var init_listdatasets = __esm(() => {
|
|
|
54091
54343
|
updated_by_id: stringType().optional(),
|
|
54092
54344
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
54093
54345
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
54094
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
54346
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
54095
54347
|
}).transform((v2) => {
|
|
54096
54348
|
return remap(v2, {
|
|
54097
54349
|
_id: "id",
|
|
@@ -54111,7 +54363,7 @@ var init_listdatasets = __esm(() => {
|
|
|
54111
54363
|
updatedById: stringType().optional(),
|
|
54112
54364
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
54113
54365
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
54114
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
54366
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
54115
54367
|
}).transform((v2) => {
|
|
54116
54368
|
return remap(v2, {
|
|
54117
54369
|
id: "_id",
|
|
@@ -54216,7 +54468,7 @@ var init_listdatasources = __esm(() => {
|
|
|
54216
54468
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
54217
54469
|
})(ListDatasourcesStatus$ ||= {});
|
|
54218
54470
|
ListDatasourcesData$inboundSchema = objectType({
|
|
54219
|
-
_id: stringType().default("
|
|
54471
|
+
_id: stringType().default("01K2HV2JCM2W03WZMPQTMJW47M"),
|
|
54220
54472
|
display_name: stringType(),
|
|
54221
54473
|
description: stringType().optional(),
|
|
54222
54474
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -54239,7 +54491,7 @@ var init_listdatasources = __esm(() => {
|
|
|
54239
54491
|
});
|
|
54240
54492
|
});
|
|
54241
54493
|
ListDatasourcesData$outboundSchema = objectType({
|
|
54242
|
-
id: stringType().default("
|
|
54494
|
+
id: stringType().default("01K2HV2JCM2W03WZMPQTMJW47M"),
|
|
54243
54495
|
displayName: stringType(),
|
|
54244
54496
|
description: stringType().optional(),
|
|
54245
54497
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -54562,7 +54814,7 @@ var init_listmodels = __esm(() => {
|
|
|
54562
54814
|
});
|
|
54563
54815
|
|
|
54564
54816
|
// src/models/operations/listpromptversions.ts
|
|
54565
|
-
var ListPromptVersionsObject, ListPromptVersionsModelType, ListPromptVersionsFormat, ListPromptVersionsResponseFormatPromptsType, ListPromptVersionsResponseFormatType, ListPromptVersionsPhotoRealVersion, ListPromptVersionsEncodingFormat, ListPromptVersionsReasoningEffort, ListPromptVersionsProvider, ListPromptVersionsRole, ListPromptVersions2PromptsResponseType, ListPromptVersions2PromptsType, ListPromptVersions2Type, ListPromptVersionsType, ListPromptVersionsUseCases, ListPromptVersionsLanguage, ListPromptVersionsRequest$inboundSchema, ListPromptVersionsRequest$outboundSchema, ListPromptVersionsRequest$, ListPromptVersionsObject$inboundSchema, ListPromptVersionsObject$outboundSchema, ListPromptVersionsObject$, ListPromptVersionsModelType$inboundSchema, ListPromptVersionsModelType$outboundSchema, ListPromptVersionsModelType$, ListPromptVersionsFormat$inboundSchema, ListPromptVersionsFormat$outboundSchema, ListPromptVersionsFormat$, ListPromptVersionsResponseFormatPromptsType$inboundSchema, ListPromptVersionsResponseFormatPromptsType$outboundSchema, ListPromptVersionsResponseFormatPromptsType$, ListPromptVersionsResponseFormat2$inboundSchema, ListPromptVersionsResponseFormat2$outboundSchema, ListPromptVersionsResponseFormat2$, ListPromptVersionsResponseFormatType$inboundSchema, ListPromptVersionsResponseFormatType$outboundSchema, ListPromptVersionsResponseFormatType$, ListPromptVersionsResponseFormatJsonSchema$inboundSchema, ListPromptVersionsResponseFormatJsonSchema$outboundSchema, ListPromptVersionsResponseFormatJsonSchema$, ListPromptVersionsResponseFormat1$inboundSchema, ListPromptVersionsResponseFormat1$outboundSchema, ListPromptVersionsResponseFormat1$, ListPromptVersionsResponseFormat$inboundSchema, ListPromptVersionsResponseFormat$outboundSchema, ListPromptVersionsResponseFormat$, ListPromptVersionsPhotoRealVersion$inboundSchema, ListPromptVersionsPhotoRealVersion$outboundSchema, ListPromptVersionsPhotoRealVersion$, ListPromptVersionsEncodingFormat$inboundSchema, ListPromptVersionsEncodingFormat$outboundSchema, ListPromptVersionsEncodingFormat$, ListPromptVersionsReasoningEffort$inboundSchema, ListPromptVersionsReasoningEffort$outboundSchema, ListPromptVersionsReasoningEffort$, ListPromptVersionsModelParameters$inboundSchema, ListPromptVersionsModelParameters$outboundSchema, ListPromptVersionsModelParameters$, ListPromptVersionsProvider$inboundSchema, ListPromptVersionsProvider$outboundSchema, ListPromptVersionsProvider$, ListPromptVersionsRole$inboundSchema, ListPromptVersionsRole$outboundSchema, ListPromptVersionsRole$, ListPromptVersions2PromptsResponseType$inboundSchema, ListPromptVersions2PromptsResponseType$outboundSchema, ListPromptVersions2PromptsResponseType$, ListPromptVersions2File$inboundSchema, ListPromptVersions2File$outboundSchema, ListPromptVersions2File$, ListPromptVersions23$inboundSchema, ListPromptVersions23$outboundSchema, ListPromptVersions23$, ListPromptVersions2PromptsType$inboundSchema, ListPromptVersions2PromptsType$outboundSchema, ListPromptVersions2PromptsType$, ListPromptVersions2ImageUrl$inboundSchema, ListPromptVersions2ImageUrl$outboundSchema, ListPromptVersions2ImageUrl$, ListPromptVersions22$inboundSchema, ListPromptVersions22$outboundSchema, ListPromptVersions22$, ListPromptVersions2Type$inboundSchema, ListPromptVersions2Type$outboundSchema, ListPromptVersions2Type$, ListPromptVersions21$inboundSchema, ListPromptVersions21$outboundSchema, ListPromptVersions21$, ListPromptVersionsContent2$inboundSchema, ListPromptVersionsContent2$outboundSchema, ListPromptVersionsContent2$, ListPromptVersionsContent$inboundSchema, ListPromptVersionsContent$outboundSchema, ListPromptVersionsContent$, ListPromptVersionsType$inboundSchema, ListPromptVersionsType$outboundSchema, ListPromptVersionsType$, ListPromptVersionsFunction$inboundSchema, ListPromptVersionsFunction$outboundSchema, ListPromptVersionsFunction$, ListPromptVersionsToolCalls$inboundSchema, ListPromptVersionsToolCalls$outboundSchema, ListPromptVersionsToolCalls$, ListPromptVersionsMessages$inboundSchema, ListPromptVersionsMessages$outboundSchema, ListPromptVersionsMessages$, ListPromptVersionsPromptConfig$inboundSchema, ListPromptVersionsPromptConfig$outboundSchema, ListPromptVersionsPromptConfig$, ListPromptVersionsUseCases$inboundSchema, ListPromptVersionsUseCases$outboundSchema, ListPromptVersionsUseCases$, ListPromptVersionsLanguage$inboundSchema, ListPromptVersionsLanguage$outboundSchema, ListPromptVersionsLanguage$, ListPromptVersionsMetadata$inboundSchema, ListPromptVersionsMetadata$outboundSchema, ListPromptVersionsMetadata$, ListPromptVersionsData$inboundSchema, ListPromptVersionsData$outboundSchema, ListPromptVersionsData$, ListPromptVersionsResponseBody$inboundSchema, ListPromptVersionsResponseBody$outboundSchema, ListPromptVersionsResponseBody$;
|
|
54817
|
+
var ListPromptVersionsObject, ListPromptVersionsModelType, ListPromptVersionsFormat, ListPromptVersionsResponseFormatPromptsResponseType, ListPromptVersionsResponseFormatPromptsType, ListPromptVersionsResponseFormatType, ListPromptVersionsPhotoRealVersion, ListPromptVersionsEncodingFormat, ListPromptVersionsReasoningEffort, ListPromptVersionsVerbosity, ListPromptVersionsProvider, ListPromptVersionsRole, ListPromptVersions2PromptsResponseType, ListPromptVersions2PromptsType, ListPromptVersions2Type, ListPromptVersionsType, ListPromptVersionsUseCases, ListPromptVersionsLanguage, ListPromptVersionsRequest$inboundSchema, ListPromptVersionsRequest$outboundSchema, ListPromptVersionsRequest$, ListPromptVersionsObject$inboundSchema, ListPromptVersionsObject$outboundSchema, ListPromptVersionsObject$, ListPromptVersionsModelType$inboundSchema, ListPromptVersionsModelType$outboundSchema, ListPromptVersionsModelType$, ListPromptVersionsFormat$inboundSchema, ListPromptVersionsFormat$outboundSchema, ListPromptVersionsFormat$, ListPromptVersionsResponseFormatPromptsResponseType$inboundSchema, ListPromptVersionsResponseFormatPromptsResponseType$outboundSchema, ListPromptVersionsResponseFormatPromptsResponseType$, ListPromptVersionsResponseFormat3$inboundSchema, ListPromptVersionsResponseFormat3$outboundSchema, ListPromptVersionsResponseFormat3$, ListPromptVersionsResponseFormatPromptsType$inboundSchema, ListPromptVersionsResponseFormatPromptsType$outboundSchema, ListPromptVersionsResponseFormatPromptsType$, ListPromptVersionsResponseFormat2$inboundSchema, ListPromptVersionsResponseFormat2$outboundSchema, ListPromptVersionsResponseFormat2$, ListPromptVersionsResponseFormatType$inboundSchema, ListPromptVersionsResponseFormatType$outboundSchema, ListPromptVersionsResponseFormatType$, ListPromptVersionsResponseFormatJsonSchema$inboundSchema, ListPromptVersionsResponseFormatJsonSchema$outboundSchema, ListPromptVersionsResponseFormatJsonSchema$, ListPromptVersionsResponseFormat1$inboundSchema, ListPromptVersionsResponseFormat1$outboundSchema, ListPromptVersionsResponseFormat1$, ListPromptVersionsResponseFormat$inboundSchema, ListPromptVersionsResponseFormat$outboundSchema, ListPromptVersionsResponseFormat$, ListPromptVersionsPhotoRealVersion$inboundSchema, ListPromptVersionsPhotoRealVersion$outboundSchema, ListPromptVersionsPhotoRealVersion$, ListPromptVersionsEncodingFormat$inboundSchema, ListPromptVersionsEncodingFormat$outboundSchema, ListPromptVersionsEncodingFormat$, ListPromptVersionsReasoningEffort$inboundSchema, ListPromptVersionsReasoningEffort$outboundSchema, ListPromptVersionsReasoningEffort$, ListPromptVersionsVerbosity$inboundSchema, ListPromptVersionsVerbosity$outboundSchema, ListPromptVersionsVerbosity$, ListPromptVersionsModelParameters$inboundSchema, ListPromptVersionsModelParameters$outboundSchema, ListPromptVersionsModelParameters$, ListPromptVersionsProvider$inboundSchema, ListPromptVersionsProvider$outboundSchema, ListPromptVersionsProvider$, ListPromptVersionsRole$inboundSchema, ListPromptVersionsRole$outboundSchema, ListPromptVersionsRole$, ListPromptVersions2PromptsResponseType$inboundSchema, ListPromptVersions2PromptsResponseType$outboundSchema, ListPromptVersions2PromptsResponseType$, ListPromptVersions2File$inboundSchema, ListPromptVersions2File$outboundSchema, ListPromptVersions2File$, ListPromptVersions23$inboundSchema, ListPromptVersions23$outboundSchema, ListPromptVersions23$, ListPromptVersions2PromptsType$inboundSchema, ListPromptVersions2PromptsType$outboundSchema, ListPromptVersions2PromptsType$, ListPromptVersions2ImageUrl$inboundSchema, ListPromptVersions2ImageUrl$outboundSchema, ListPromptVersions2ImageUrl$, ListPromptVersions22$inboundSchema, ListPromptVersions22$outboundSchema, ListPromptVersions22$, ListPromptVersions2Type$inboundSchema, ListPromptVersions2Type$outboundSchema, ListPromptVersions2Type$, ListPromptVersions21$inboundSchema, ListPromptVersions21$outboundSchema, ListPromptVersions21$, ListPromptVersionsContent2$inboundSchema, ListPromptVersionsContent2$outboundSchema, ListPromptVersionsContent2$, ListPromptVersionsContent$inboundSchema, ListPromptVersionsContent$outboundSchema, ListPromptVersionsContent$, ListPromptVersionsType$inboundSchema, ListPromptVersionsType$outboundSchema, ListPromptVersionsType$, ListPromptVersionsFunction$inboundSchema, ListPromptVersionsFunction$outboundSchema, ListPromptVersionsFunction$, ListPromptVersionsToolCalls$inboundSchema, ListPromptVersionsToolCalls$outboundSchema, ListPromptVersionsToolCalls$, ListPromptVersionsMessages$inboundSchema, ListPromptVersionsMessages$outboundSchema, ListPromptVersionsMessages$, ListPromptVersionsPromptConfig$inboundSchema, ListPromptVersionsPromptConfig$outboundSchema, ListPromptVersionsPromptConfig$, ListPromptVersionsUseCases$inboundSchema, ListPromptVersionsUseCases$outboundSchema, ListPromptVersionsUseCases$, ListPromptVersionsLanguage$inboundSchema, ListPromptVersionsLanguage$outboundSchema, ListPromptVersionsLanguage$, ListPromptVersionsMetadata$inboundSchema, ListPromptVersionsMetadata$outboundSchema, ListPromptVersionsMetadata$, ListPromptVersionsData$inboundSchema, ListPromptVersionsData$outboundSchema, ListPromptVersionsData$, ListPromptVersionsResponseBody$inboundSchema, ListPromptVersionsResponseBody$outboundSchema, ListPromptVersionsResponseBody$;
|
|
54566
54818
|
var init_listpromptversions = __esm(() => {
|
|
54567
54819
|
init_esm();
|
|
54568
54820
|
init_primitives();
|
|
@@ -54586,6 +54838,9 @@ var init_listpromptversions = __esm(() => {
|
|
|
54586
54838
|
Text: "text",
|
|
54587
54839
|
JsonObject: "json_object"
|
|
54588
54840
|
};
|
|
54841
|
+
ListPromptVersionsResponseFormatPromptsResponseType = {
|
|
54842
|
+
Text: "text"
|
|
54843
|
+
};
|
|
54589
54844
|
ListPromptVersionsResponseFormatPromptsType = {
|
|
54590
54845
|
JsonObject: "json_object"
|
|
54591
54846
|
};
|
|
@@ -54606,6 +54861,11 @@ var init_listpromptversions = __esm(() => {
|
|
|
54606
54861
|
Medium: "medium",
|
|
54607
54862
|
High: "high"
|
|
54608
54863
|
};
|
|
54864
|
+
ListPromptVersionsVerbosity = {
|
|
54865
|
+
Low: "low",
|
|
54866
|
+
Medium: "medium",
|
|
54867
|
+
High: "high"
|
|
54868
|
+
};
|
|
54609
54869
|
ListPromptVersionsProvider = {
|
|
54610
54870
|
Cohere: "cohere",
|
|
54611
54871
|
Openai: "openai",
|
|
@@ -54728,6 +54988,22 @@ var init_listpromptversions = __esm(() => {
|
|
|
54728
54988
|
ListPromptVersionsFormat$.inboundSchema = ListPromptVersionsFormat$inboundSchema;
|
|
54729
54989
|
ListPromptVersionsFormat$.outboundSchema = ListPromptVersionsFormat$outboundSchema;
|
|
54730
54990
|
})(ListPromptVersionsFormat$ ||= {});
|
|
54991
|
+
ListPromptVersionsResponseFormatPromptsResponseType$inboundSchema = nativeEnumType(ListPromptVersionsResponseFormatPromptsResponseType);
|
|
54992
|
+
ListPromptVersionsResponseFormatPromptsResponseType$outboundSchema = ListPromptVersionsResponseFormatPromptsResponseType$inboundSchema;
|
|
54993
|
+
((ListPromptVersionsResponseFormatPromptsResponseType$) => {
|
|
54994
|
+
ListPromptVersionsResponseFormatPromptsResponseType$.inboundSchema = ListPromptVersionsResponseFormatPromptsResponseType$inboundSchema;
|
|
54995
|
+
ListPromptVersionsResponseFormatPromptsResponseType$.outboundSchema = ListPromptVersionsResponseFormatPromptsResponseType$outboundSchema;
|
|
54996
|
+
})(ListPromptVersionsResponseFormatPromptsResponseType$ ||= {});
|
|
54997
|
+
ListPromptVersionsResponseFormat3$inboundSchema = objectType({
|
|
54998
|
+
type: ListPromptVersionsResponseFormatPromptsResponseType$inboundSchema
|
|
54999
|
+
});
|
|
55000
|
+
ListPromptVersionsResponseFormat3$outboundSchema = objectType({
|
|
55001
|
+
type: ListPromptVersionsResponseFormatPromptsResponseType$outboundSchema
|
|
55002
|
+
});
|
|
55003
|
+
((ListPromptVersionsResponseFormat3$) => {
|
|
55004
|
+
ListPromptVersionsResponseFormat3$.inboundSchema = ListPromptVersionsResponseFormat3$inboundSchema;
|
|
55005
|
+
ListPromptVersionsResponseFormat3$.outboundSchema = ListPromptVersionsResponseFormat3$outboundSchema;
|
|
55006
|
+
})(ListPromptVersionsResponseFormat3$ ||= {});
|
|
54731
55007
|
ListPromptVersionsResponseFormatPromptsType$inboundSchema = nativeEnumType(ListPromptVersionsResponseFormatPromptsType);
|
|
54732
55008
|
ListPromptVersionsResponseFormatPromptsType$outboundSchema = ListPromptVersionsResponseFormatPromptsType$inboundSchema;
|
|
54733
55009
|
((ListPromptVersionsResponseFormatPromptsType$) => {
|
|
@@ -54786,11 +55062,13 @@ var init_listpromptversions = __esm(() => {
|
|
|
54786
55062
|
})(ListPromptVersionsResponseFormat1$ ||= {});
|
|
54787
55063
|
ListPromptVersionsResponseFormat$inboundSchema = unionType([
|
|
54788
55064
|
lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
|
|
54789
|
-
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
|
|
55065
|
+
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema),
|
|
55066
|
+
lazyType(() => ListPromptVersionsResponseFormat3$inboundSchema)
|
|
54790
55067
|
]);
|
|
54791
55068
|
ListPromptVersionsResponseFormat$outboundSchema = unionType([
|
|
54792
55069
|
lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
|
|
54793
|
-
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
|
|
55070
|
+
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema),
|
|
55071
|
+
lazyType(() => ListPromptVersionsResponseFormat3$outboundSchema)
|
|
54794
55072
|
]);
|
|
54795
55073
|
((ListPromptVersionsResponseFormat$) => {
|
|
54796
55074
|
ListPromptVersionsResponseFormat$.inboundSchema = ListPromptVersionsResponseFormat$inboundSchema;
|
|
@@ -54814,6 +55092,12 @@ var init_listpromptversions = __esm(() => {
|
|
|
54814
55092
|
ListPromptVersionsReasoningEffort$.inboundSchema = ListPromptVersionsReasoningEffort$inboundSchema;
|
|
54815
55093
|
ListPromptVersionsReasoningEffort$.outboundSchema = ListPromptVersionsReasoningEffort$outboundSchema;
|
|
54816
55094
|
})(ListPromptVersionsReasoningEffort$ ||= {});
|
|
55095
|
+
ListPromptVersionsVerbosity$inboundSchema = nativeEnumType(ListPromptVersionsVerbosity);
|
|
55096
|
+
ListPromptVersionsVerbosity$outboundSchema = ListPromptVersionsVerbosity$inboundSchema;
|
|
55097
|
+
((ListPromptVersionsVerbosity$) => {
|
|
55098
|
+
ListPromptVersionsVerbosity$.inboundSchema = ListPromptVersionsVerbosity$inboundSchema;
|
|
55099
|
+
ListPromptVersionsVerbosity$.outboundSchema = ListPromptVersionsVerbosity$outboundSchema;
|
|
55100
|
+
})(ListPromptVersionsVerbosity$ ||= {});
|
|
54817
55101
|
ListPromptVersionsModelParameters$inboundSchema = objectType({
|
|
54818
55102
|
temperature: numberType().optional(),
|
|
54819
55103
|
maxTokens: numberType().optional(),
|
|
@@ -54829,12 +55113,14 @@ var init_listpromptversions = __esm(() => {
|
|
|
54829
55113
|
style: stringType().optional(),
|
|
54830
55114
|
responseFormat: nullableType(unionType([
|
|
54831
55115
|
lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
|
|
54832
|
-
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
|
|
55116
|
+
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema),
|
|
55117
|
+
lazyType(() => ListPromptVersionsResponseFormat3$inboundSchema)
|
|
54833
55118
|
])).optional(),
|
|
54834
55119
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$inboundSchema.optional(),
|
|
54835
55120
|
encoding_format: ListPromptVersionsEncodingFormat$inboundSchema.optional(),
|
|
54836
55121
|
reasoningEffort: ListPromptVersionsReasoningEffort$inboundSchema.optional(),
|
|
54837
|
-
budgetTokens: numberType().optional()
|
|
55122
|
+
budgetTokens: numberType().optional(),
|
|
55123
|
+
verbosity: ListPromptVersionsVerbosity$inboundSchema.optional()
|
|
54838
55124
|
}).transform((v2) => {
|
|
54839
55125
|
return remap(v2, {
|
|
54840
55126
|
encoding_format: "encodingFormat"
|
|
@@ -54855,12 +55141,14 @@ var init_listpromptversions = __esm(() => {
|
|
|
54855
55141
|
style: stringType().optional(),
|
|
54856
55142
|
responseFormat: nullableType(unionType([
|
|
54857
55143
|
lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
|
|
54858
|
-
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
|
|
55144
|
+
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema),
|
|
55145
|
+
lazyType(() => ListPromptVersionsResponseFormat3$outboundSchema)
|
|
54859
55146
|
])).optional(),
|
|
54860
55147
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$outboundSchema.optional(),
|
|
54861
55148
|
encodingFormat: ListPromptVersionsEncodingFormat$outboundSchema.optional(),
|
|
54862
55149
|
reasoningEffort: ListPromptVersionsReasoningEffort$outboundSchema.optional(),
|
|
54863
|
-
budgetTokens: numberType().optional()
|
|
55150
|
+
budgetTokens: numberType().optional(),
|
|
55151
|
+
verbosity: ListPromptVersionsVerbosity$outboundSchema.optional()
|
|
54864
55152
|
}).transform((v2) => {
|
|
54865
55153
|
return remap(v2, {
|
|
54866
55154
|
encodingFormat: "encoding_format"
|
|
@@ -55750,7 +56038,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
55750
56038
|
tags: arrayType(stringType()).optional(),
|
|
55751
56039
|
metadata: recordType(anyType()).optional(),
|
|
55752
56040
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55753
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
56041
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
55754
56042
|
}).transform((v2) => {
|
|
55755
56043
|
return remap(v2, {
|
|
55756
56044
|
_id: "id",
|
|
@@ -55768,7 +56056,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
55768
56056
|
tags: arrayType(stringType()).optional(),
|
|
55769
56057
|
metadata: recordType(anyType()).optional(),
|
|
55770
56058
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55771
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
56059
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
55772
56060
|
}).transform((v2) => {
|
|
55773
56061
|
return remap(v2, {
|
|
55774
56062
|
id: "_id",
|
|
@@ -56345,7 +56633,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
56345
56633
|
created_by_id: stringType().optional(),
|
|
56346
56634
|
updated_by_id: stringType().optional(),
|
|
56347
56635
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56348
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
56636
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
56349
56637
|
}).transform((v2) => {
|
|
56350
56638
|
return remap(v2, {
|
|
56351
56639
|
_id: "id",
|
|
@@ -56372,7 +56660,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
56372
56660
|
createdById: stringType().optional(),
|
|
56373
56661
|
updatedById: stringType().optional(),
|
|
56374
56662
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56375
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
56663
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
56376
56664
|
}).transform((v2) => {
|
|
56377
56665
|
return remap(v2, {
|
|
56378
56666
|
id: "_id",
|
|
@@ -56443,7 +56731,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
56443
56731
|
updated_by_id: stringType().optional(),
|
|
56444
56732
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
56445
56733
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56446
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
56734
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
56447
56735
|
}).transform((v2) => {
|
|
56448
56736
|
return remap(v2, {
|
|
56449
56737
|
_id: "id",
|
|
@@ -56463,7 +56751,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
56463
56751
|
updatedById: stringType().optional(),
|
|
56464
56752
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
56465
56753
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56466
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
56754
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
56467
56755
|
}).transform((v2) => {
|
|
56468
56756
|
return remap(v2, {
|
|
56469
56757
|
id: "_id",
|
|
@@ -56521,7 +56809,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
56521
56809
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
56522
56810
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
56523
56811
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
56524
|
-
_id: stringType().default("
|
|
56812
|
+
_id: stringType().default("01K2HV2JCQD5XX2AQS4DH63SG7"),
|
|
56525
56813
|
display_name: stringType(),
|
|
56526
56814
|
description: stringType().optional(),
|
|
56527
56815
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -56544,7 +56832,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
56544
56832
|
});
|
|
56545
56833
|
});
|
|
56546
56834
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
56547
|
-
id: stringType().default("
|
|
56835
|
+
id: stringType().default("01K2HV2JCQD5XX2AQS4DH63SG7"),
|
|
56548
56836
|
displayName: stringType(),
|
|
56549
56837
|
description: stringType().optional(),
|
|
56550
56838
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -56573,10 +56861,21 @@ var init_retrievedatasource = __esm(() => {
|
|
|
56573
56861
|
});
|
|
56574
56862
|
|
|
56575
56863
|
// src/models/operations/searchknowledge.ts
|
|
56576
|
-
var SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrExists$, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrKnowledgeNin$, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrNin$, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrKnowledgeIn$, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrIn$, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLte$, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrLt$, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema, SearchKnowledgeOrGte$, SearchKnowledgeOr3$inboundSchema, SearchKnowledgeOr3$outboundSchema, SearchKnowledgeOr3$, SearchKnowledgeOrKnowledgeNe$inboundSchema, SearchKnowledgeOrKnowledgeNe$outboundSchema, SearchKnowledgeOrKnowledgeNe$, SearchKnowledgeOrNe$inboundSchema, SearchKnowledgeOrNe$outboundSchema, SearchKnowledgeOrNe$, SearchKnowledgeOrKnowledgeEq$inboundSchema, SearchKnowledgeOrKnowledgeEq$outboundSchema, SearchKnowledgeOrKnowledgeEq$, SearchKnowledgeOrEq$inboundSchema, SearchKnowledgeOrEq$outboundSchema, SearchKnowledgeOrEq$, SearchKnowledgeFilterByOr$inboundSchema, SearchKnowledgeFilterByOr$outboundSchema, SearchKnowledgeFilterByOr$, FilterByOr$inboundSchema, FilterByOr$outboundSchema, FilterByOr$, SearchKnowledgeAndExists$inboundSchema, SearchKnowledgeAndExists$outboundSchema, SearchKnowledgeAndExists$, SearchKnowledgeAndKnowledgeNin$inboundSchema, SearchKnowledgeAndKnowledgeNin$outboundSchema, SearchKnowledgeAndKnowledgeNin$, SearchKnowledgeAndNin$inboundSchema, SearchKnowledgeAndNin$outboundSchema, SearchKnowledgeAndNin$, SearchKnowledgeAndKnowledgeIn$inboundSchema, SearchKnowledgeAndKnowledgeIn$outboundSchema, SearchKnowledgeAndKnowledgeIn$, SearchKnowledgeAndIn$inboundSchema, SearchKnowledgeAndIn$outboundSchema, SearchKnowledgeAndIn$, SearchKnowledgeAndLte$inboundSchema, SearchKnowledgeAndLte$outboundSchema, SearchKnowledgeAndLte$, SearchKnowledgeAndLt$inboundSchema, SearchKnowledgeAndLt$outboundSchema, SearchKnowledgeAndLt$, SearchKnowledgeAndGte$inboundSchema, SearchKnowledgeAndGte$outboundSchema, SearchKnowledgeAndGte$, SearchKnowledgeAnd3$inboundSchema, SearchKnowledgeAnd3$outboundSchema, SearchKnowledgeAnd3$, SearchKnowledgeAndKnowledgeNe$inboundSchema, SearchKnowledgeAndKnowledgeNe$outboundSchema, SearchKnowledgeAndKnowledgeNe$, SearchKnowledgeAndNe$inboundSchema, SearchKnowledgeAndNe$outboundSchema, SearchKnowledgeAndNe$, SearchKnowledgeAndKnowledgeEq$inboundSchema, SearchKnowledgeAndKnowledgeEq$outboundSchema, SearchKnowledgeAndKnowledgeEq$, SearchKnowledgeAndEq$inboundSchema, SearchKnowledgeAndEq$outboundSchema, SearchKnowledgeAndEq$, SearchKnowledgeFilterByAnd$inboundSchema, SearchKnowledgeFilterByAnd$outboundSchema, SearchKnowledgeFilterByAnd$, FilterByAnd$inboundSchema, FilterByAnd$outboundSchema, FilterByAnd$, SearchKnowledge1Exists$inboundSchema, SearchKnowledge1Exists$outboundSchema, SearchKnowledge1Exists$, SearchKnowledge1KnowledgeNin$inboundSchema, SearchKnowledge1KnowledgeNin$outboundSchema, SearchKnowledge1KnowledgeNin$, SearchKnowledge1Nin$inboundSchema, SearchKnowledge1Nin$outboundSchema, SearchKnowledge1Nin$, SearchKnowledge1KnowledgeIn$inboundSchema, SearchKnowledge1KnowledgeIn$outboundSchema, SearchKnowledge1KnowledgeIn$, SearchKnowledge1In$inboundSchema, SearchKnowledge1In$outboundSchema, SearchKnowledge1In$, SearchKnowledge1Lte$inboundSchema, SearchKnowledge1Lte$outboundSchema, SearchKnowledge1Lte$, SearchKnowledge1Lt$inboundSchema, SearchKnowledge1Lt$outboundSchema, SearchKnowledge1Lt$, SearchKnowledge1Gte$inboundSchema, SearchKnowledge1Gte$outboundSchema, SearchKnowledge1Gte$, SearchKnowledge13$inboundSchema, SearchKnowledge13$outboundSchema, SearchKnowledge13$, SearchKnowledge1KnowledgeNe$inboundSchema, SearchKnowledge1KnowledgeNe$outboundSchema, SearchKnowledge1KnowledgeNe$, SearchKnowledge1Ne$inboundSchema, SearchKnowledge1Ne$outboundSchema, SearchKnowledge1Ne$, SearchKnowledge1KnowledgeEq$inboundSchema, SearchKnowledge1KnowledgeEq$outboundSchema, SearchKnowledge1KnowledgeEq$, SearchKnowledge1Eq$inboundSchema, SearchKnowledge1Eq$outboundSchema, SearchKnowledge1Eq$, FilterBy1$inboundSchema, FilterBy1$outboundSchema, FilterBy1$, FilterBy$inboundSchema, FilterBy$outboundSchema, FilterBy$, SearchOptions$inboundSchema, SearchOptions$outboundSchema, SearchOptions$, SearchKnowledgeRequestBody$inboundSchema, SearchKnowledgeRequestBody$outboundSchema, SearchKnowledgeRequestBody$, SearchKnowledgeRequest$inboundSchema, SearchKnowledgeRequest$outboundSchema, SearchKnowledgeRequest$, Scores$inboundSchema, Scores$outboundSchema, Scores$, Matches$inboundSchema, Matches$outboundSchema, Matches$, SearchKnowledgeResponseBody$inboundSchema, SearchKnowledgeResponseBody$outboundSchema, SearchKnowledgeResponseBody$;
|
|
56864
|
+
var SearchType, SearchType$inboundSchema, SearchType$outboundSchema, SearchType$, SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrExists$, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrKnowledgeNin$, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrNin$, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrKnowledgeIn$, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrIn$, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLte$, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrLt$, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema, SearchKnowledgeOrGte$, SearchKnowledgeOr3$inboundSchema, SearchKnowledgeOr3$outboundSchema, SearchKnowledgeOr3$, SearchKnowledgeOrKnowledgeNe$inboundSchema, SearchKnowledgeOrKnowledgeNe$outboundSchema, SearchKnowledgeOrKnowledgeNe$, SearchKnowledgeOrNe$inboundSchema, SearchKnowledgeOrNe$outboundSchema, SearchKnowledgeOrNe$, SearchKnowledgeOrKnowledgeEq$inboundSchema, SearchKnowledgeOrKnowledgeEq$outboundSchema, SearchKnowledgeOrKnowledgeEq$, SearchKnowledgeOrEq$inboundSchema, SearchKnowledgeOrEq$outboundSchema, SearchKnowledgeOrEq$, SearchKnowledgeFilterByOr$inboundSchema, SearchKnowledgeFilterByOr$outboundSchema, SearchKnowledgeFilterByOr$, FilterByOr$inboundSchema, FilterByOr$outboundSchema, FilterByOr$, SearchKnowledgeAndExists$inboundSchema, SearchKnowledgeAndExists$outboundSchema, SearchKnowledgeAndExists$, SearchKnowledgeAndKnowledgeNin$inboundSchema, SearchKnowledgeAndKnowledgeNin$outboundSchema, SearchKnowledgeAndKnowledgeNin$, SearchKnowledgeAndNin$inboundSchema, SearchKnowledgeAndNin$outboundSchema, SearchKnowledgeAndNin$, SearchKnowledgeAndKnowledgeIn$inboundSchema, SearchKnowledgeAndKnowledgeIn$outboundSchema, SearchKnowledgeAndKnowledgeIn$, SearchKnowledgeAndIn$inboundSchema, SearchKnowledgeAndIn$outboundSchema, SearchKnowledgeAndIn$, SearchKnowledgeAndLte$inboundSchema, SearchKnowledgeAndLte$outboundSchema, SearchKnowledgeAndLte$, SearchKnowledgeAndLt$inboundSchema, SearchKnowledgeAndLt$outboundSchema, SearchKnowledgeAndLt$, SearchKnowledgeAndGte$inboundSchema, SearchKnowledgeAndGte$outboundSchema, SearchKnowledgeAndGte$, SearchKnowledgeAnd3$inboundSchema, SearchKnowledgeAnd3$outboundSchema, SearchKnowledgeAnd3$, SearchKnowledgeAndKnowledgeNe$inboundSchema, SearchKnowledgeAndKnowledgeNe$outboundSchema, SearchKnowledgeAndKnowledgeNe$, SearchKnowledgeAndNe$inboundSchema, SearchKnowledgeAndNe$outboundSchema, SearchKnowledgeAndNe$, SearchKnowledgeAndKnowledgeEq$inboundSchema, SearchKnowledgeAndKnowledgeEq$outboundSchema, SearchKnowledgeAndKnowledgeEq$, SearchKnowledgeAndEq$inboundSchema, SearchKnowledgeAndEq$outboundSchema, SearchKnowledgeAndEq$, SearchKnowledgeFilterByAnd$inboundSchema, SearchKnowledgeFilterByAnd$outboundSchema, SearchKnowledgeFilterByAnd$, FilterByAnd$inboundSchema, FilterByAnd$outboundSchema, FilterByAnd$, SearchKnowledge1Exists$inboundSchema, SearchKnowledge1Exists$outboundSchema, SearchKnowledge1Exists$, SearchKnowledge1KnowledgeNin$inboundSchema, SearchKnowledge1KnowledgeNin$outboundSchema, SearchKnowledge1KnowledgeNin$, SearchKnowledge1Nin$inboundSchema, SearchKnowledge1Nin$outboundSchema, SearchKnowledge1Nin$, SearchKnowledge1KnowledgeIn$inboundSchema, SearchKnowledge1KnowledgeIn$outboundSchema, SearchKnowledge1KnowledgeIn$, SearchKnowledge1In$inboundSchema, SearchKnowledge1In$outboundSchema, SearchKnowledge1In$, SearchKnowledge1Lte$inboundSchema, SearchKnowledge1Lte$outboundSchema, SearchKnowledge1Lte$, SearchKnowledge1Lt$inboundSchema, SearchKnowledge1Lt$outboundSchema, SearchKnowledge1Lt$, SearchKnowledge1Gte$inboundSchema, SearchKnowledge1Gte$outboundSchema, SearchKnowledge1Gte$, SearchKnowledge13$inboundSchema, SearchKnowledge13$outboundSchema, SearchKnowledge13$, SearchKnowledge1KnowledgeNe$inboundSchema, SearchKnowledge1KnowledgeNe$outboundSchema, SearchKnowledge1KnowledgeNe$, SearchKnowledge1Ne$inboundSchema, SearchKnowledge1Ne$outboundSchema, SearchKnowledge1Ne$, SearchKnowledge1KnowledgeEq$inboundSchema, SearchKnowledge1KnowledgeEq$outboundSchema, SearchKnowledge1KnowledgeEq$, SearchKnowledge1Eq$inboundSchema, SearchKnowledge1Eq$outboundSchema, SearchKnowledge1Eq$, FilterBy1$inboundSchema, FilterBy1$outboundSchema, FilterBy1$, FilterBy$inboundSchema, FilterBy$outboundSchema, FilterBy$, SearchOptions$inboundSchema, SearchOptions$outboundSchema, SearchOptions$, SearchKnowledgeRequestBody$inboundSchema, SearchKnowledgeRequestBody$outboundSchema, SearchKnowledgeRequestBody$, SearchKnowledgeRequest$inboundSchema, SearchKnowledgeRequest$outboundSchema, SearchKnowledgeRequest$, Scores$inboundSchema, Scores$outboundSchema, Scores$, Matches$inboundSchema, Matches$outboundSchema, Matches$, SearchKnowledgeResponseBody$inboundSchema, SearchKnowledgeResponseBody$outboundSchema, SearchKnowledgeResponseBody$;
|
|
56577
56865
|
var init_searchknowledge = __esm(() => {
|
|
56578
56866
|
init_esm();
|
|
56579
56867
|
init_primitives();
|
|
56868
|
+
SearchType = {
|
|
56869
|
+
VectorSearch: "vector_search",
|
|
56870
|
+
KeywordSearch: "keyword_search",
|
|
56871
|
+
HybridSearch: "hybrid_search"
|
|
56872
|
+
};
|
|
56873
|
+
SearchType$inboundSchema = nativeEnumType(SearchType);
|
|
56874
|
+
SearchType$outboundSchema = SearchType$inboundSchema;
|
|
56875
|
+
((SearchType$) => {
|
|
56876
|
+
SearchType$.inboundSchema = SearchType$inboundSchema;
|
|
56877
|
+
SearchType$.outboundSchema = SearchType$outboundSchema;
|
|
56878
|
+
})(SearchType$ ||= {});
|
|
56580
56879
|
SearchKnowledgeOrExists$inboundSchema = objectType({
|
|
56581
56880
|
exists: booleanType()
|
|
56582
56881
|
});
|
|
@@ -57121,6 +57420,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
57121
57420
|
query: stringType(),
|
|
57122
57421
|
top_k: numberType().int().optional(),
|
|
57123
57422
|
threshold: numberType().optional(),
|
|
57423
|
+
search_type: SearchType$inboundSchema.default("hybrid_search"),
|
|
57124
57424
|
filter_by: unionType([
|
|
57125
57425
|
lazyType(() => FilterByAnd$inboundSchema),
|
|
57126
57426
|
lazyType(() => FilterByOr$inboundSchema),
|
|
@@ -57140,6 +57440,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
57140
57440
|
}).transform((v2) => {
|
|
57141
57441
|
return remap(v2, {
|
|
57142
57442
|
top_k: "topK",
|
|
57443
|
+
search_type: "searchType",
|
|
57143
57444
|
filter_by: "filterBy",
|
|
57144
57445
|
search_options: "searchOptions"
|
|
57145
57446
|
});
|
|
@@ -57148,6 +57449,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
57148
57449
|
query: stringType(),
|
|
57149
57450
|
topK: numberType().int().optional(),
|
|
57150
57451
|
threshold: numberType().optional(),
|
|
57452
|
+
searchType: SearchType$outboundSchema.default("hybrid_search"),
|
|
57151
57453
|
filterBy: unionType([
|
|
57152
57454
|
lazyType(() => FilterByAnd$outboundSchema),
|
|
57153
57455
|
lazyType(() => FilterByOr$outboundSchema),
|
|
@@ -57167,6 +57469,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
57167
57469
|
}).transform((v2) => {
|
|
57168
57470
|
return remap(v2, {
|
|
57169
57471
|
topK: "top_k",
|
|
57472
|
+
searchType: "search_type",
|
|
57170
57473
|
filterBy: "filter_by",
|
|
57171
57474
|
searchOptions: "search_options"
|
|
57172
57475
|
});
|
|
@@ -57425,7 +57728,7 @@ var init_updatecontact = __esm(() => {
|
|
|
57425
57728
|
tags: arrayType(stringType()).optional(),
|
|
57426
57729
|
metadata: recordType(anyType()).optional(),
|
|
57427
57730
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
57428
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
57731
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
57429
57732
|
}).transform((v2) => {
|
|
57430
57733
|
return remap(v2, {
|
|
57431
57734
|
_id: "id",
|
|
@@ -57443,7 +57746,7 @@ var init_updatecontact = __esm(() => {
|
|
|
57443
57746
|
tags: arrayType(stringType()).optional(),
|
|
57444
57747
|
metadata: recordType(anyType()).optional(),
|
|
57445
57748
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
57446
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
57749
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
57447
57750
|
}).transform((v2) => {
|
|
57448
57751
|
return remap(v2, {
|
|
57449
57752
|
id: "_id",
|
|
@@ -58577,7 +58880,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
58577
58880
|
created_by_id: stringType().optional(),
|
|
58578
58881
|
updated_by_id: stringType().optional(),
|
|
58579
58882
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
58580
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
58883
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
58581
58884
|
}).transform((v2) => {
|
|
58582
58885
|
return remap(v2, {
|
|
58583
58886
|
_id: "id",
|
|
@@ -58604,7 +58907,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
58604
58907
|
createdById: stringType().optional(),
|
|
58605
58908
|
updatedById: stringType().optional(),
|
|
58606
58909
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
58607
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
58910
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
58608
58911
|
}).transform((v2) => {
|
|
58609
58912
|
return remap(v2, {
|
|
58610
58913
|
id: "_id",
|
|
@@ -58705,7 +59008,7 @@ var init_updatedataset = __esm(() => {
|
|
|
58705
59008
|
parent_id: stringType().optional(),
|
|
58706
59009
|
version: stringType().optional(),
|
|
58707
59010
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
58708
|
-
updated: stringType().datetime({ offset: true }).default("2025-08-
|
|
59011
|
+
updated: stringType().datetime({ offset: true }).default("2025-08-13T13:49:12.858Z").transform((v2) => new Date(v2))
|
|
58709
59012
|
}).transform((v2) => {
|
|
58710
59013
|
return remap(v2, {
|
|
58711
59014
|
_id: "id",
|
|
@@ -58728,7 +59031,7 @@ var init_updatedataset = __esm(() => {
|
|
|
58728
59031
|
parentId: stringType().optional(),
|
|
58729
59032
|
version: stringType().optional(),
|
|
58730
59033
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
58731
|
-
updated: dateType().default(() => new Date("2025-08-
|
|
59034
|
+
updated: dateType().default(() => new Date("2025-08-13T13:49:12.858Z")).transform((v2) => v2.toISOString())
|
|
58732
59035
|
}).transform((v2) => {
|
|
58733
59036
|
return remap(v2, {
|
|
58734
59037
|
id: "_id",
|
|
@@ -58809,7 +59112,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
58809
59112
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
58810
59113
|
})(UpdateDatasourceStatus$ ||= {});
|
|
58811
59114
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
58812
|
-
_id: stringType().default("
|
|
59115
|
+
_id: stringType().default("01K2HV2JCVZEZHHJNGXMYFXDFJ"),
|
|
58813
59116
|
display_name: stringType(),
|
|
58814
59117
|
description: stringType().optional(),
|
|
58815
59118
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -58832,7 +59135,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
58832
59135
|
});
|
|
58833
59136
|
});
|
|
58834
59137
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
58835
|
-
id: stringType().default("
|
|
59138
|
+
id: stringType().default("01K2HV2JCVZEZHHJNGXMYFXDFJ"),
|
|
58836
59139
|
displayName: stringType(),
|
|
58837
59140
|
description: stringType().optional(),
|
|
58838
59141
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -59538,8 +59841,8 @@ var init_updateeval = __esm(() => {
|
|
|
59538
59841
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
59539
59842
|
_id: stringType(),
|
|
59540
59843
|
description: stringType(),
|
|
59541
|
-
created: stringType().default("2025-08-
|
|
59542
|
-
updated: stringType().default("2025-08-
|
|
59844
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59845
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59543
59846
|
guardrail_config: unionType([
|
|
59544
59847
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
59545
59848
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -59556,8 +59859,8 @@ var init_updateeval = __esm(() => {
|
|
|
59556
59859
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
59557
59860
|
id: stringType(),
|
|
59558
59861
|
description: stringType(),
|
|
59559
|
-
created: stringType().default("2025-08-
|
|
59560
|
-
updated: stringType().default("2025-08-
|
|
59862
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59863
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59561
59864
|
guardrailConfig: unionType([
|
|
59562
59865
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
59563
59866
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -59650,8 +59953,8 @@ var init_updateeval = __esm(() => {
|
|
|
59650
59953
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
59651
59954
|
_id: stringType(),
|
|
59652
59955
|
description: stringType(),
|
|
59653
|
-
created: stringType().default("2025-08-
|
|
59654
|
-
updated: stringType().default("2025-08-
|
|
59956
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59957
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59655
59958
|
guardrail_config: unionType([
|
|
59656
59959
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
59657
59960
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -59671,8 +59974,8 @@ var init_updateeval = __esm(() => {
|
|
|
59671
59974
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
59672
59975
|
id: stringType(),
|
|
59673
59976
|
description: stringType(),
|
|
59674
|
-
created: stringType().default("2025-08-
|
|
59675
|
-
updated: stringType().default("2025-08-
|
|
59977
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59978
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59676
59979
|
guardrailConfig: unionType([
|
|
59677
59980
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
59678
59981
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -59762,8 +60065,8 @@ var init_updateeval = __esm(() => {
|
|
|
59762
60065
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
59763
60066
|
_id: stringType(),
|
|
59764
60067
|
description: stringType(),
|
|
59765
|
-
created: stringType().default("2025-08-
|
|
59766
|
-
updated: stringType().default("2025-08-
|
|
60068
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
60069
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59767
60070
|
guardrail_config: unionType([
|
|
59768
60071
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
59769
60072
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -59780,8 +60083,8 @@ var init_updateeval = __esm(() => {
|
|
|
59780
60083
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
59781
60084
|
id: stringType(),
|
|
59782
60085
|
description: stringType(),
|
|
59783
|
-
created: stringType().default("2025-08-
|
|
59784
|
-
updated: stringType().default("2025-08-
|
|
60086
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
60087
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59785
60088
|
guardrailConfig: unionType([
|
|
59786
60089
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
59787
60090
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -59868,8 +60171,8 @@ var init_updateeval = __esm(() => {
|
|
|
59868
60171
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
59869
60172
|
_id: stringType(),
|
|
59870
60173
|
description: stringType(),
|
|
59871
|
-
created: stringType().default("2025-08-
|
|
59872
|
-
updated: stringType().default("2025-08-
|
|
60174
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
60175
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59873
60176
|
guardrail_config: unionType([
|
|
59874
60177
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
59875
60178
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -59887,8 +60190,8 @@ var init_updateeval = __esm(() => {
|
|
|
59887
60190
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
59888
60191
|
id: stringType(),
|
|
59889
60192
|
description: stringType(),
|
|
59890
|
-
created: stringType().default("2025-08-
|
|
59891
|
-
updated: stringType().default("2025-08-
|
|
60193
|
+
created: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
60194
|
+
updated: stringType().default("2025-08-13T13:49:15.341Z"),
|
|
59892
60195
|
guardrailConfig: unionType([
|
|
59893
60196
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
59894
60197
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -60177,7 +60480,7 @@ var init_updateknowledge = __esm(() => {
|
|
|
60177
60480
|
});
|
|
60178
60481
|
|
|
60179
60482
|
// src/models/operations/updateprompt.ts
|
|
60180
|
-
var UpdatePromptFormat, UpdatePromptResponseFormatPromptsType, UpdatePromptResponseFormatType, UpdatePromptPhotoRealVersion, UpdatePromptEncodingFormat, UpdatePromptReasoningEffort, UpdatePromptProvider, UpdatePromptRole, UpdatePrompt2PromptsRequestType, UpdatePrompt2PromptsType, UpdatePrompt2Type, UpdatePromptType, UpdatePromptUseCases, UpdatePromptLanguage, UpdatePromptPromptsType, UpdatePromptModelType, UpdatePromptPromptsFormat, UpdatePromptResponseFormatPromptsResponse200Type, UpdatePromptResponseFormatPromptsResponseType, UpdatePromptPromptsPhotoRealVersion, UpdatePromptPromptsEncodingFormat, UpdatePromptPromptsReasoningEffort, UpdatePromptPromptsProvider, UpdatePromptPromptsRole, UpdatePrompt2PromptsResponse200ApplicationJSONType, UpdatePrompt2PromptsResponse200Type, UpdatePrompt2PromptsResponseType, UpdatePromptPromptsResponseType, UpdatePromptPromptsUseCases, UpdatePromptPromptsLanguage, UpdatePromptFormat$inboundSchema, UpdatePromptFormat$outboundSchema, UpdatePromptFormat$, UpdatePromptResponseFormatPromptsType$inboundSchema, UpdatePromptResponseFormatPromptsType$outboundSchema, UpdatePromptResponseFormatPromptsType$, UpdatePromptResponseFormat2$inboundSchema, UpdatePromptResponseFormat2$outboundSchema, UpdatePromptResponseFormat2$, UpdatePromptResponseFormatType$inboundSchema, UpdatePromptResponseFormatType$outboundSchema, UpdatePromptResponseFormatType$, ResponseFormatJsonSchema$inboundSchema, ResponseFormatJsonSchema$outboundSchema, ResponseFormatJsonSchema$, UpdatePromptResponseFormat1$inboundSchema, UpdatePromptResponseFormat1$outboundSchema, UpdatePromptResponseFormat1$, UpdatePromptResponseFormat$inboundSchema, UpdatePromptResponseFormat$outboundSchema, UpdatePromptResponseFormat$, UpdatePromptPhotoRealVersion$inboundSchema, UpdatePromptPhotoRealVersion$outboundSchema, UpdatePromptPhotoRealVersion$, UpdatePromptEncodingFormat$inboundSchema, UpdatePromptEncodingFormat$outboundSchema, UpdatePromptEncodingFormat$, UpdatePromptReasoningEffort$inboundSchema, UpdatePromptReasoningEffort$outboundSchema, UpdatePromptReasoningEffort$, UpdatePromptModelParameters$inboundSchema, UpdatePromptModelParameters$outboundSchema, UpdatePromptModelParameters$, UpdatePromptProvider$inboundSchema, UpdatePromptProvider$outboundSchema, UpdatePromptProvider$, UpdatePromptRole$inboundSchema, UpdatePromptRole$outboundSchema, UpdatePromptRole$, UpdatePrompt2PromptsRequestType$inboundSchema, UpdatePrompt2PromptsRequestType$outboundSchema, UpdatePrompt2PromptsRequestType$, UpdatePrompt2File$inboundSchema, UpdatePrompt2File$outboundSchema, UpdatePrompt2File$, UpdatePrompt23$inboundSchema, UpdatePrompt23$outboundSchema, UpdatePrompt23$, UpdatePrompt2PromptsType$inboundSchema, UpdatePrompt2PromptsType$outboundSchema, UpdatePrompt2PromptsType$, UpdatePrompt2ImageUrl$inboundSchema, UpdatePrompt2ImageUrl$outboundSchema, UpdatePrompt2ImageUrl$, UpdatePrompt22$inboundSchema, UpdatePrompt22$outboundSchema, UpdatePrompt22$, UpdatePrompt2Type$inboundSchema, UpdatePrompt2Type$outboundSchema, UpdatePrompt2Type$, UpdatePrompt21$inboundSchema, UpdatePrompt21$outboundSchema, UpdatePrompt21$, UpdatePromptContent2$inboundSchema, UpdatePromptContent2$outboundSchema, UpdatePromptContent2$, UpdatePromptContent$inboundSchema, UpdatePromptContent$outboundSchema, UpdatePromptContent$, UpdatePromptType$inboundSchema, UpdatePromptType$outboundSchema, UpdatePromptType$, UpdatePromptFunction$inboundSchema, UpdatePromptFunction$outboundSchema, UpdatePromptFunction$, UpdatePromptToolCalls$inboundSchema, UpdatePromptToolCalls$outboundSchema, UpdatePromptToolCalls$, UpdatePromptMessages$inboundSchema, UpdatePromptMessages$outboundSchema, UpdatePromptMessages$, UpdatePromptPromptConfig$inboundSchema, UpdatePromptPromptConfig$outboundSchema, UpdatePromptPromptConfig$, UpdatePromptUseCases$inboundSchema, UpdatePromptUseCases$outboundSchema, UpdatePromptUseCases$, UpdatePromptLanguage$inboundSchema, UpdatePromptLanguage$outboundSchema, UpdatePromptLanguage$, UpdatePromptMetadata$inboundSchema, UpdatePromptMetadata$outboundSchema, UpdatePromptMetadata$, UpdatePromptRequestBody$inboundSchema, UpdatePromptRequestBody$outboundSchema, UpdatePromptRequestBody$, UpdatePromptRequest$inboundSchema, UpdatePromptRequest$outboundSchema, UpdatePromptRequest$, UpdatePromptPromptsType$inboundSchema, UpdatePromptPromptsType$outboundSchema, UpdatePromptPromptsType$, UpdatePromptModelType$inboundSchema, UpdatePromptModelType$outboundSchema, UpdatePromptModelType$, UpdatePromptPromptsFormat$inboundSchema, UpdatePromptPromptsFormat$outboundSchema, UpdatePromptPromptsFormat$, UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$outboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$, UpdatePromptResponseFormatPrompts2$inboundSchema, UpdatePromptResponseFormatPrompts2$outboundSchema, UpdatePromptResponseFormatPrompts2$, UpdatePromptResponseFormatPromptsResponseType$inboundSchema, UpdatePromptResponseFormatPromptsResponseType$outboundSchema, UpdatePromptResponseFormatPromptsResponseType$, UpdatePromptResponseFormatJsonSchema$inboundSchema, UpdatePromptResponseFormatJsonSchema$outboundSchema, UpdatePromptResponseFormatJsonSchema$, UpdatePromptResponseFormatPrompts1$inboundSchema, UpdatePromptResponseFormatPrompts1$outboundSchema, UpdatePromptResponseFormatPrompts1$, UpdatePromptPromptsResponseFormat$inboundSchema, UpdatePromptPromptsResponseFormat$outboundSchema, UpdatePromptPromptsResponseFormat$, UpdatePromptPromptsPhotoRealVersion$inboundSchema, UpdatePromptPromptsPhotoRealVersion$outboundSchema, UpdatePromptPromptsPhotoRealVersion$, UpdatePromptPromptsEncodingFormat$inboundSchema, UpdatePromptPromptsEncodingFormat$outboundSchema, UpdatePromptPromptsEncodingFormat$, UpdatePromptPromptsReasoningEffort$inboundSchema, UpdatePromptPromptsReasoningEffort$outboundSchema, UpdatePromptPromptsReasoningEffort$, UpdatePromptPromptsModelParameters$inboundSchema, UpdatePromptPromptsModelParameters$outboundSchema, UpdatePromptPromptsModelParameters$, UpdatePromptPromptsProvider$inboundSchema, UpdatePromptPromptsProvider$outboundSchema, UpdatePromptPromptsProvider$, UpdatePromptPromptsRole$inboundSchema, UpdatePromptPromptsRole$outboundSchema, UpdatePromptPromptsRole$, UpdatePrompt2PromptsResponse200ApplicationJSONType$inboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$outboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$, UpdatePrompt2PromptsFile$inboundSchema, UpdatePrompt2PromptsFile$outboundSchema, UpdatePrompt2PromptsFile$, UpdatePrompt2Prompts3$inboundSchema, UpdatePrompt2Prompts3$outboundSchema, UpdatePrompt2Prompts3$, UpdatePrompt2PromptsResponse200Type$inboundSchema, UpdatePrompt2PromptsResponse200Type$outboundSchema, UpdatePrompt2PromptsResponse200Type$, UpdatePrompt2PromptsImageUrl$inboundSchema, UpdatePrompt2PromptsImageUrl$outboundSchema, UpdatePrompt2PromptsImageUrl$, UpdatePrompt2Prompts2$inboundSchema, UpdatePrompt2Prompts2$outboundSchema, UpdatePrompt2Prompts2$, UpdatePrompt2PromptsResponseType$inboundSchema, UpdatePrompt2PromptsResponseType$outboundSchema, UpdatePrompt2PromptsResponseType$, UpdatePrompt2Prompts1$inboundSchema, UpdatePrompt2Prompts1$outboundSchema, UpdatePrompt2Prompts1$, UpdatePromptContentPrompts2$inboundSchema, UpdatePromptContentPrompts2$outboundSchema, UpdatePromptContentPrompts2$, UpdatePromptPromptsContent$inboundSchema, UpdatePromptPromptsContent$outboundSchema, UpdatePromptPromptsContent$, UpdatePromptPromptsResponseType$inboundSchema, UpdatePromptPromptsResponseType$outboundSchema, UpdatePromptPromptsResponseType$, UpdatePromptPromptsFunction$inboundSchema, UpdatePromptPromptsFunction$outboundSchema, UpdatePromptPromptsFunction$, UpdatePromptPromptsToolCalls$inboundSchema, UpdatePromptPromptsToolCalls$outboundSchema, UpdatePromptPromptsToolCalls$, UpdatePromptPromptsMessages$inboundSchema, UpdatePromptPromptsMessages$outboundSchema, UpdatePromptPromptsMessages$, UpdatePromptPromptsPromptConfig$inboundSchema, UpdatePromptPromptsPromptConfig$outboundSchema, UpdatePromptPromptsPromptConfig$, UpdatePromptPromptsUseCases$inboundSchema, UpdatePromptPromptsUseCases$outboundSchema, UpdatePromptPromptsUseCases$, UpdatePromptPromptsLanguage$inboundSchema, UpdatePromptPromptsLanguage$outboundSchema, UpdatePromptPromptsLanguage$, UpdatePromptPromptsMetadata$inboundSchema, UpdatePromptPromptsMetadata$outboundSchema, UpdatePromptPromptsMetadata$, UpdatePromptResponseBody$inboundSchema, UpdatePromptResponseBody$outboundSchema, UpdatePromptResponseBody$;
|
|
60483
|
+
var UpdatePromptFormat, UpdatePromptResponseFormatPromptsRequestType, UpdatePromptResponseFormatPromptsType, UpdatePromptResponseFormatType, UpdatePromptPhotoRealVersion, UpdatePromptEncodingFormat, UpdatePromptReasoningEffort, UpdatePromptVerbosity, UpdatePromptProvider, UpdatePromptRole, UpdatePrompt2PromptsRequestType, UpdatePrompt2PromptsType, UpdatePrompt2Type, UpdatePromptType, UpdatePromptUseCases, UpdatePromptLanguage, UpdatePromptPromptsType, UpdatePromptModelType, UpdatePromptPromptsFormat, UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType, UpdatePromptResponseFormatPromptsResponse200Type, UpdatePromptResponseFormatPromptsResponseType, UpdatePromptPromptsPhotoRealVersion, UpdatePromptPromptsEncodingFormat, UpdatePromptPromptsReasoningEffort, UpdatePromptPromptsVerbosity, UpdatePromptPromptsProvider, UpdatePromptPromptsRole, UpdatePrompt2PromptsResponse200ApplicationJSONType, UpdatePrompt2PromptsResponse200Type, UpdatePrompt2PromptsResponseType, UpdatePromptPromptsResponseType, UpdatePromptPromptsUseCases, UpdatePromptPromptsLanguage, UpdatePromptFormat$inboundSchema, UpdatePromptFormat$outboundSchema, UpdatePromptFormat$, UpdatePromptResponseFormatPromptsRequestType$inboundSchema, UpdatePromptResponseFormatPromptsRequestType$outboundSchema, UpdatePromptResponseFormatPromptsRequestType$, UpdatePromptResponseFormat3$inboundSchema, UpdatePromptResponseFormat3$outboundSchema, UpdatePromptResponseFormat3$, UpdatePromptResponseFormatPromptsType$inboundSchema, UpdatePromptResponseFormatPromptsType$outboundSchema, UpdatePromptResponseFormatPromptsType$, UpdatePromptResponseFormat2$inboundSchema, UpdatePromptResponseFormat2$outboundSchema, UpdatePromptResponseFormat2$, UpdatePromptResponseFormatType$inboundSchema, UpdatePromptResponseFormatType$outboundSchema, UpdatePromptResponseFormatType$, ResponseFormatJsonSchema$inboundSchema, ResponseFormatJsonSchema$outboundSchema, ResponseFormatJsonSchema$, UpdatePromptResponseFormat1$inboundSchema, UpdatePromptResponseFormat1$outboundSchema, UpdatePromptResponseFormat1$, UpdatePromptResponseFormat$inboundSchema, UpdatePromptResponseFormat$outboundSchema, UpdatePromptResponseFormat$, UpdatePromptPhotoRealVersion$inboundSchema, UpdatePromptPhotoRealVersion$outboundSchema, UpdatePromptPhotoRealVersion$, UpdatePromptEncodingFormat$inboundSchema, UpdatePromptEncodingFormat$outboundSchema, UpdatePromptEncodingFormat$, UpdatePromptReasoningEffort$inboundSchema, UpdatePromptReasoningEffort$outboundSchema, UpdatePromptReasoningEffort$, UpdatePromptVerbosity$inboundSchema, UpdatePromptVerbosity$outboundSchema, UpdatePromptVerbosity$, UpdatePromptModelParameters$inboundSchema, UpdatePromptModelParameters$outboundSchema, UpdatePromptModelParameters$, UpdatePromptProvider$inboundSchema, UpdatePromptProvider$outboundSchema, UpdatePromptProvider$, UpdatePromptRole$inboundSchema, UpdatePromptRole$outboundSchema, UpdatePromptRole$, UpdatePrompt2PromptsRequestType$inboundSchema, UpdatePrompt2PromptsRequestType$outboundSchema, UpdatePrompt2PromptsRequestType$, UpdatePrompt2File$inboundSchema, UpdatePrompt2File$outboundSchema, UpdatePrompt2File$, UpdatePrompt23$inboundSchema, UpdatePrompt23$outboundSchema, UpdatePrompt23$, UpdatePrompt2PromptsType$inboundSchema, UpdatePrompt2PromptsType$outboundSchema, UpdatePrompt2PromptsType$, UpdatePrompt2ImageUrl$inboundSchema, UpdatePrompt2ImageUrl$outboundSchema, UpdatePrompt2ImageUrl$, UpdatePrompt22$inboundSchema, UpdatePrompt22$outboundSchema, UpdatePrompt22$, UpdatePrompt2Type$inboundSchema, UpdatePrompt2Type$outboundSchema, UpdatePrompt2Type$, UpdatePrompt21$inboundSchema, UpdatePrompt21$outboundSchema, UpdatePrompt21$, UpdatePromptContent2$inboundSchema, UpdatePromptContent2$outboundSchema, UpdatePromptContent2$, UpdatePromptContent$inboundSchema, UpdatePromptContent$outboundSchema, UpdatePromptContent$, UpdatePromptType$inboundSchema, UpdatePromptType$outboundSchema, UpdatePromptType$, UpdatePromptFunction$inboundSchema, UpdatePromptFunction$outboundSchema, UpdatePromptFunction$, UpdatePromptToolCalls$inboundSchema, UpdatePromptToolCalls$outboundSchema, UpdatePromptToolCalls$, UpdatePromptMessages$inboundSchema, UpdatePromptMessages$outboundSchema, UpdatePromptMessages$, UpdatePromptPromptConfig$inboundSchema, UpdatePromptPromptConfig$outboundSchema, UpdatePromptPromptConfig$, UpdatePromptUseCases$inboundSchema, UpdatePromptUseCases$outboundSchema, UpdatePromptUseCases$, UpdatePromptLanguage$inboundSchema, UpdatePromptLanguage$outboundSchema, UpdatePromptLanguage$, UpdatePromptMetadata$inboundSchema, UpdatePromptMetadata$outboundSchema, UpdatePromptMetadata$, UpdatePromptRequestBody$inboundSchema, UpdatePromptRequestBody$outboundSchema, UpdatePromptRequestBody$, UpdatePromptRequest$inboundSchema, UpdatePromptRequest$outboundSchema, UpdatePromptRequest$, UpdatePromptPromptsType$inboundSchema, UpdatePromptPromptsType$outboundSchema, UpdatePromptPromptsType$, UpdatePromptModelType$inboundSchema, UpdatePromptModelType$outboundSchema, UpdatePromptModelType$, UpdatePromptPromptsFormat$inboundSchema, UpdatePromptPromptsFormat$outboundSchema, UpdatePromptPromptsFormat$, UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema, UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema, UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$, UpdatePromptResponseFormatPrompts3$inboundSchema, UpdatePromptResponseFormatPrompts3$outboundSchema, UpdatePromptResponseFormatPrompts3$, UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$outboundSchema, UpdatePromptResponseFormatPromptsResponse200Type$, UpdatePromptResponseFormatPrompts2$inboundSchema, UpdatePromptResponseFormatPrompts2$outboundSchema, UpdatePromptResponseFormatPrompts2$, UpdatePromptResponseFormatPromptsResponseType$inboundSchema, UpdatePromptResponseFormatPromptsResponseType$outboundSchema, UpdatePromptResponseFormatPromptsResponseType$, UpdatePromptResponseFormatJsonSchema$inboundSchema, UpdatePromptResponseFormatJsonSchema$outboundSchema, UpdatePromptResponseFormatJsonSchema$, UpdatePromptResponseFormatPrompts1$inboundSchema, UpdatePromptResponseFormatPrompts1$outboundSchema, UpdatePromptResponseFormatPrompts1$, UpdatePromptPromptsResponseFormat$inboundSchema, UpdatePromptPromptsResponseFormat$outboundSchema, UpdatePromptPromptsResponseFormat$, UpdatePromptPromptsPhotoRealVersion$inboundSchema, UpdatePromptPromptsPhotoRealVersion$outboundSchema, UpdatePromptPromptsPhotoRealVersion$, UpdatePromptPromptsEncodingFormat$inboundSchema, UpdatePromptPromptsEncodingFormat$outboundSchema, UpdatePromptPromptsEncodingFormat$, UpdatePromptPromptsReasoningEffort$inboundSchema, UpdatePromptPromptsReasoningEffort$outboundSchema, UpdatePromptPromptsReasoningEffort$, UpdatePromptPromptsVerbosity$inboundSchema, UpdatePromptPromptsVerbosity$outboundSchema, UpdatePromptPromptsVerbosity$, UpdatePromptPromptsModelParameters$inboundSchema, UpdatePromptPromptsModelParameters$outboundSchema, UpdatePromptPromptsModelParameters$, UpdatePromptPromptsProvider$inboundSchema, UpdatePromptPromptsProvider$outboundSchema, UpdatePromptPromptsProvider$, UpdatePromptPromptsRole$inboundSchema, UpdatePromptPromptsRole$outboundSchema, UpdatePromptPromptsRole$, UpdatePrompt2PromptsResponse200ApplicationJSONType$inboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$outboundSchema, UpdatePrompt2PromptsResponse200ApplicationJSONType$, UpdatePrompt2PromptsFile$inboundSchema, UpdatePrompt2PromptsFile$outboundSchema, UpdatePrompt2PromptsFile$, UpdatePrompt2Prompts3$inboundSchema, UpdatePrompt2Prompts3$outboundSchema, UpdatePrompt2Prompts3$, UpdatePrompt2PromptsResponse200Type$inboundSchema, UpdatePrompt2PromptsResponse200Type$outboundSchema, UpdatePrompt2PromptsResponse200Type$, UpdatePrompt2PromptsImageUrl$inboundSchema, UpdatePrompt2PromptsImageUrl$outboundSchema, UpdatePrompt2PromptsImageUrl$, UpdatePrompt2Prompts2$inboundSchema, UpdatePrompt2Prompts2$outboundSchema, UpdatePrompt2Prompts2$, UpdatePrompt2PromptsResponseType$inboundSchema, UpdatePrompt2PromptsResponseType$outboundSchema, UpdatePrompt2PromptsResponseType$, UpdatePrompt2Prompts1$inboundSchema, UpdatePrompt2Prompts1$outboundSchema, UpdatePrompt2Prompts1$, UpdatePromptContentPrompts2$inboundSchema, UpdatePromptContentPrompts2$outboundSchema, UpdatePromptContentPrompts2$, UpdatePromptPromptsContent$inboundSchema, UpdatePromptPromptsContent$outboundSchema, UpdatePromptPromptsContent$, UpdatePromptPromptsResponseType$inboundSchema, UpdatePromptPromptsResponseType$outboundSchema, UpdatePromptPromptsResponseType$, UpdatePromptPromptsFunction$inboundSchema, UpdatePromptPromptsFunction$outboundSchema, UpdatePromptPromptsFunction$, UpdatePromptPromptsToolCalls$inboundSchema, UpdatePromptPromptsToolCalls$outboundSchema, UpdatePromptPromptsToolCalls$, UpdatePromptPromptsMessages$inboundSchema, UpdatePromptPromptsMessages$outboundSchema, UpdatePromptPromptsMessages$, UpdatePromptPromptsPromptConfig$inboundSchema, UpdatePromptPromptsPromptConfig$outboundSchema, UpdatePromptPromptsPromptConfig$, UpdatePromptPromptsUseCases$inboundSchema, UpdatePromptPromptsUseCases$outboundSchema, UpdatePromptPromptsUseCases$, UpdatePromptPromptsLanguage$inboundSchema, UpdatePromptPromptsLanguage$outboundSchema, UpdatePromptPromptsLanguage$, UpdatePromptPromptsMetadata$inboundSchema, UpdatePromptPromptsMetadata$outboundSchema, UpdatePromptPromptsMetadata$, UpdatePromptResponseBody$inboundSchema, UpdatePromptResponseBody$outboundSchema, UpdatePromptResponseBody$;
|
|
60181
60484
|
var init_updateprompt = __esm(() => {
|
|
60182
60485
|
init_esm();
|
|
60183
60486
|
init_primitives();
|
|
@@ -60187,6 +60490,9 @@ var init_updateprompt = __esm(() => {
|
|
|
60187
60490
|
Text: "text",
|
|
60188
60491
|
JsonObject: "json_object"
|
|
60189
60492
|
};
|
|
60493
|
+
UpdatePromptResponseFormatPromptsRequestType = {
|
|
60494
|
+
Text: "text"
|
|
60495
|
+
};
|
|
60190
60496
|
UpdatePromptResponseFormatPromptsType = {
|
|
60191
60497
|
JsonObject: "json_object"
|
|
60192
60498
|
};
|
|
@@ -60207,6 +60513,11 @@ var init_updateprompt = __esm(() => {
|
|
|
60207
60513
|
Medium: "medium",
|
|
60208
60514
|
High: "high"
|
|
60209
60515
|
};
|
|
60516
|
+
UpdatePromptVerbosity = {
|
|
60517
|
+
Low: "low",
|
|
60518
|
+
Medium: "medium",
|
|
60519
|
+
High: "high"
|
|
60520
|
+
};
|
|
60210
60521
|
UpdatePromptProvider = {
|
|
60211
60522
|
Cohere: "cohere",
|
|
60212
60523
|
Openai: "openai",
|
|
@@ -60303,6 +60614,9 @@ var init_updateprompt = __esm(() => {
|
|
|
60303
60614
|
Text: "text",
|
|
60304
60615
|
JsonObject: "json_object"
|
|
60305
60616
|
};
|
|
60617
|
+
UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType = {
|
|
60618
|
+
Text: "text"
|
|
60619
|
+
};
|
|
60306
60620
|
UpdatePromptResponseFormatPromptsResponse200Type = {
|
|
60307
60621
|
JsonObject: "json_object"
|
|
60308
60622
|
};
|
|
@@ -60323,6 +60637,11 @@ var init_updateprompt = __esm(() => {
|
|
|
60323
60637
|
Medium: "medium",
|
|
60324
60638
|
High: "high"
|
|
60325
60639
|
};
|
|
60640
|
+
UpdatePromptPromptsVerbosity = {
|
|
60641
|
+
Low: "low",
|
|
60642
|
+
Medium: "medium",
|
|
60643
|
+
High: "high"
|
|
60644
|
+
};
|
|
60326
60645
|
UpdatePromptPromptsProvider = {
|
|
60327
60646
|
Cohere: "cohere",
|
|
60328
60647
|
Openai: "openai",
|
|
@@ -60405,6 +60724,22 @@ var init_updateprompt = __esm(() => {
|
|
|
60405
60724
|
UpdatePromptFormat$.inboundSchema = UpdatePromptFormat$inboundSchema;
|
|
60406
60725
|
UpdatePromptFormat$.outboundSchema = UpdatePromptFormat$outboundSchema;
|
|
60407
60726
|
})(UpdatePromptFormat$ ||= {});
|
|
60727
|
+
UpdatePromptResponseFormatPromptsRequestType$inboundSchema = nativeEnumType(UpdatePromptResponseFormatPromptsRequestType);
|
|
60728
|
+
UpdatePromptResponseFormatPromptsRequestType$outboundSchema = UpdatePromptResponseFormatPromptsRequestType$inboundSchema;
|
|
60729
|
+
((UpdatePromptResponseFormatPromptsRequestType$) => {
|
|
60730
|
+
UpdatePromptResponseFormatPromptsRequestType$.inboundSchema = UpdatePromptResponseFormatPromptsRequestType$inboundSchema;
|
|
60731
|
+
UpdatePromptResponseFormatPromptsRequestType$.outboundSchema = UpdatePromptResponseFormatPromptsRequestType$outboundSchema;
|
|
60732
|
+
})(UpdatePromptResponseFormatPromptsRequestType$ ||= {});
|
|
60733
|
+
UpdatePromptResponseFormat3$inboundSchema = objectType({
|
|
60734
|
+
type: UpdatePromptResponseFormatPromptsRequestType$inboundSchema
|
|
60735
|
+
});
|
|
60736
|
+
UpdatePromptResponseFormat3$outboundSchema = objectType({
|
|
60737
|
+
type: UpdatePromptResponseFormatPromptsRequestType$outboundSchema
|
|
60738
|
+
});
|
|
60739
|
+
((UpdatePromptResponseFormat3$) => {
|
|
60740
|
+
UpdatePromptResponseFormat3$.inboundSchema = UpdatePromptResponseFormat3$inboundSchema;
|
|
60741
|
+
UpdatePromptResponseFormat3$.outboundSchema = UpdatePromptResponseFormat3$outboundSchema;
|
|
60742
|
+
})(UpdatePromptResponseFormat3$ ||= {});
|
|
60408
60743
|
UpdatePromptResponseFormatPromptsType$inboundSchema = nativeEnumType(UpdatePromptResponseFormatPromptsType);
|
|
60409
60744
|
UpdatePromptResponseFormatPromptsType$outboundSchema = UpdatePromptResponseFormatPromptsType$inboundSchema;
|
|
60410
60745
|
((UpdatePromptResponseFormatPromptsType$) => {
|
|
@@ -60463,11 +60798,13 @@ var init_updateprompt = __esm(() => {
|
|
|
60463
60798
|
})(UpdatePromptResponseFormat1$ ||= {});
|
|
60464
60799
|
UpdatePromptResponseFormat$inboundSchema = unionType([
|
|
60465
60800
|
lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
|
|
60466
|
-
lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
|
|
60801
|
+
lazyType(() => UpdatePromptResponseFormat2$inboundSchema),
|
|
60802
|
+
lazyType(() => UpdatePromptResponseFormat3$inboundSchema)
|
|
60467
60803
|
]);
|
|
60468
60804
|
UpdatePromptResponseFormat$outboundSchema = unionType([
|
|
60469
60805
|
lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
|
|
60470
|
-
lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
|
|
60806
|
+
lazyType(() => UpdatePromptResponseFormat2$outboundSchema),
|
|
60807
|
+
lazyType(() => UpdatePromptResponseFormat3$outboundSchema)
|
|
60471
60808
|
]);
|
|
60472
60809
|
((UpdatePromptResponseFormat$) => {
|
|
60473
60810
|
UpdatePromptResponseFormat$.inboundSchema = UpdatePromptResponseFormat$inboundSchema;
|
|
@@ -60491,6 +60828,12 @@ var init_updateprompt = __esm(() => {
|
|
|
60491
60828
|
UpdatePromptReasoningEffort$.inboundSchema = UpdatePromptReasoningEffort$inboundSchema;
|
|
60492
60829
|
UpdatePromptReasoningEffort$.outboundSchema = UpdatePromptReasoningEffort$outboundSchema;
|
|
60493
60830
|
})(UpdatePromptReasoningEffort$ ||= {});
|
|
60831
|
+
UpdatePromptVerbosity$inboundSchema = nativeEnumType(UpdatePromptVerbosity);
|
|
60832
|
+
UpdatePromptVerbosity$outboundSchema = UpdatePromptVerbosity$inboundSchema;
|
|
60833
|
+
((UpdatePromptVerbosity$) => {
|
|
60834
|
+
UpdatePromptVerbosity$.inboundSchema = UpdatePromptVerbosity$inboundSchema;
|
|
60835
|
+
UpdatePromptVerbosity$.outboundSchema = UpdatePromptVerbosity$outboundSchema;
|
|
60836
|
+
})(UpdatePromptVerbosity$ ||= {});
|
|
60494
60837
|
UpdatePromptModelParameters$inboundSchema = objectType({
|
|
60495
60838
|
temperature: numberType().optional(),
|
|
60496
60839
|
maxTokens: numberType().optional(),
|
|
@@ -60506,12 +60849,14 @@ var init_updateprompt = __esm(() => {
|
|
|
60506
60849
|
style: stringType().optional(),
|
|
60507
60850
|
responseFormat: nullableType(unionType([
|
|
60508
60851
|
lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
|
|
60509
|
-
lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
|
|
60852
|
+
lazyType(() => UpdatePromptResponseFormat2$inboundSchema),
|
|
60853
|
+
lazyType(() => UpdatePromptResponseFormat3$inboundSchema)
|
|
60510
60854
|
])).optional(),
|
|
60511
60855
|
photoRealVersion: UpdatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
60512
60856
|
encoding_format: UpdatePromptEncodingFormat$inboundSchema.optional(),
|
|
60513
60857
|
reasoningEffort: UpdatePromptReasoningEffort$inboundSchema.optional(),
|
|
60514
|
-
budgetTokens: numberType().optional()
|
|
60858
|
+
budgetTokens: numberType().optional(),
|
|
60859
|
+
verbosity: UpdatePromptVerbosity$inboundSchema.optional()
|
|
60515
60860
|
}).transform((v2) => {
|
|
60516
60861
|
return remap(v2, {
|
|
60517
60862
|
encoding_format: "encodingFormat"
|
|
@@ -60532,12 +60877,14 @@ var init_updateprompt = __esm(() => {
|
|
|
60532
60877
|
style: stringType().optional(),
|
|
60533
60878
|
responseFormat: nullableType(unionType([
|
|
60534
60879
|
lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
|
|
60535
|
-
lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
|
|
60880
|
+
lazyType(() => UpdatePromptResponseFormat2$outboundSchema),
|
|
60881
|
+
lazyType(() => UpdatePromptResponseFormat3$outboundSchema)
|
|
60536
60882
|
])).optional(),
|
|
60537
60883
|
photoRealVersion: UpdatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
60538
60884
|
encodingFormat: UpdatePromptEncodingFormat$outboundSchema.optional(),
|
|
60539
60885
|
reasoningEffort: UpdatePromptReasoningEffort$outboundSchema.optional(),
|
|
60540
|
-
budgetTokens: numberType().optional()
|
|
60886
|
+
budgetTokens: numberType().optional(),
|
|
60887
|
+
verbosity: UpdatePromptVerbosity$outboundSchema.optional()
|
|
60541
60888
|
}).transform((v2) => {
|
|
60542
60889
|
return remap(v2, {
|
|
60543
60890
|
encodingFormat: "encoding_format"
|
|
@@ -60913,6 +61260,22 @@ var init_updateprompt = __esm(() => {
|
|
|
60913
61260
|
UpdatePromptPromptsFormat$.inboundSchema = UpdatePromptPromptsFormat$inboundSchema;
|
|
60914
61261
|
UpdatePromptPromptsFormat$.outboundSchema = UpdatePromptPromptsFormat$outboundSchema;
|
|
60915
61262
|
})(UpdatePromptPromptsFormat$ ||= {});
|
|
61263
|
+
UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema = nativeEnumType(UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType);
|
|
61264
|
+
UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema = UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema;
|
|
61265
|
+
((UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$) => {
|
|
61266
|
+
UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$.inboundSchema = UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema;
|
|
61267
|
+
UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$.outboundSchema = UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema;
|
|
61268
|
+
})(UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$ ||= {});
|
|
61269
|
+
UpdatePromptResponseFormatPrompts3$inboundSchema = objectType({
|
|
61270
|
+
type: UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$inboundSchema
|
|
61271
|
+
});
|
|
61272
|
+
UpdatePromptResponseFormatPrompts3$outboundSchema = objectType({
|
|
61273
|
+
type: UpdatePromptResponseFormatPromptsResponse200ApplicationJSONType$outboundSchema
|
|
61274
|
+
});
|
|
61275
|
+
((UpdatePromptResponseFormatPrompts3$) => {
|
|
61276
|
+
UpdatePromptResponseFormatPrompts3$.inboundSchema = UpdatePromptResponseFormatPrompts3$inboundSchema;
|
|
61277
|
+
UpdatePromptResponseFormatPrompts3$.outboundSchema = UpdatePromptResponseFormatPrompts3$outboundSchema;
|
|
61278
|
+
})(UpdatePromptResponseFormatPrompts3$ ||= {});
|
|
60916
61279
|
UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema = nativeEnumType(UpdatePromptResponseFormatPromptsResponse200Type);
|
|
60917
61280
|
UpdatePromptResponseFormatPromptsResponse200Type$outboundSchema = UpdatePromptResponseFormatPromptsResponse200Type$inboundSchema;
|
|
60918
61281
|
((UpdatePromptResponseFormatPromptsResponse200Type$) => {
|
|
@@ -60971,11 +61334,13 @@ var init_updateprompt = __esm(() => {
|
|
|
60971
61334
|
})(UpdatePromptResponseFormatPrompts1$ ||= {});
|
|
60972
61335
|
UpdatePromptPromptsResponseFormat$inboundSchema = unionType([
|
|
60973
61336
|
lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
|
|
60974
|
-
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
|
|
61337
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema),
|
|
61338
|
+
lazyType(() => UpdatePromptResponseFormatPrompts3$inboundSchema)
|
|
60975
61339
|
]);
|
|
60976
61340
|
UpdatePromptPromptsResponseFormat$outboundSchema = unionType([
|
|
60977
61341
|
lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
|
|
60978
|
-
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
|
|
61342
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema),
|
|
61343
|
+
lazyType(() => UpdatePromptResponseFormatPrompts3$outboundSchema)
|
|
60979
61344
|
]);
|
|
60980
61345
|
((UpdatePromptPromptsResponseFormat$) => {
|
|
60981
61346
|
UpdatePromptPromptsResponseFormat$.inboundSchema = UpdatePromptPromptsResponseFormat$inboundSchema;
|
|
@@ -60999,6 +61364,12 @@ var init_updateprompt = __esm(() => {
|
|
|
60999
61364
|
UpdatePromptPromptsReasoningEffort$.inboundSchema = UpdatePromptPromptsReasoningEffort$inboundSchema;
|
|
61000
61365
|
UpdatePromptPromptsReasoningEffort$.outboundSchema = UpdatePromptPromptsReasoningEffort$outboundSchema;
|
|
61001
61366
|
})(UpdatePromptPromptsReasoningEffort$ ||= {});
|
|
61367
|
+
UpdatePromptPromptsVerbosity$inboundSchema = nativeEnumType(UpdatePromptPromptsVerbosity);
|
|
61368
|
+
UpdatePromptPromptsVerbosity$outboundSchema = UpdatePromptPromptsVerbosity$inboundSchema;
|
|
61369
|
+
((UpdatePromptPromptsVerbosity$) => {
|
|
61370
|
+
UpdatePromptPromptsVerbosity$.inboundSchema = UpdatePromptPromptsVerbosity$inboundSchema;
|
|
61371
|
+
UpdatePromptPromptsVerbosity$.outboundSchema = UpdatePromptPromptsVerbosity$outboundSchema;
|
|
61372
|
+
})(UpdatePromptPromptsVerbosity$ ||= {});
|
|
61002
61373
|
UpdatePromptPromptsModelParameters$inboundSchema = objectType({
|
|
61003
61374
|
temperature: numberType().optional(),
|
|
61004
61375
|
maxTokens: numberType().optional(),
|
|
@@ -61014,12 +61385,14 @@ var init_updateprompt = __esm(() => {
|
|
|
61014
61385
|
style: stringType().optional(),
|
|
61015
61386
|
responseFormat: nullableType(unionType([
|
|
61016
61387
|
lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
|
|
61017
|
-
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
|
|
61388
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema),
|
|
61389
|
+
lazyType(() => UpdatePromptResponseFormatPrompts3$inboundSchema)
|
|
61018
61390
|
])).optional(),
|
|
61019
61391
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
61020
61392
|
encoding_format: UpdatePromptPromptsEncodingFormat$inboundSchema.optional(),
|
|
61021
61393
|
reasoningEffort: UpdatePromptPromptsReasoningEffort$inboundSchema.optional(),
|
|
61022
|
-
budgetTokens: numberType().optional()
|
|
61394
|
+
budgetTokens: numberType().optional(),
|
|
61395
|
+
verbosity: UpdatePromptPromptsVerbosity$inboundSchema.optional()
|
|
61023
61396
|
}).transform((v2) => {
|
|
61024
61397
|
return remap(v2, {
|
|
61025
61398
|
encoding_format: "encodingFormat"
|
|
@@ -61040,12 +61413,14 @@ var init_updateprompt = __esm(() => {
|
|
|
61040
61413
|
style: stringType().optional(),
|
|
61041
61414
|
responseFormat: nullableType(unionType([
|
|
61042
61415
|
lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
|
|
61043
|
-
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
|
|
61416
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema),
|
|
61417
|
+
lazyType(() => UpdatePromptResponseFormatPrompts3$outboundSchema)
|
|
61044
61418
|
])).optional(),
|
|
61045
61419
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
61046
61420
|
encodingFormat: UpdatePromptPromptsEncodingFormat$outboundSchema.optional(),
|
|
61047
61421
|
reasoningEffort: UpdatePromptPromptsReasoningEffort$outboundSchema.optional(),
|
|
61048
|
-
budgetTokens: numberType().optional()
|
|
61422
|
+
budgetTokens: numberType().optional(),
|
|
61423
|
+
verbosity: UpdatePromptPromptsVerbosity$outboundSchema.optional()
|
|
61049
61424
|
}).transform((v2) => {
|
|
61050
61425
|
return remap(v2, {
|
|
61051
61426
|
encodingFormat: "encoding_format"
|
|
@@ -61701,7 +62076,7 @@ var init_contactsCreate2 = __esm(() => {
|
|
|
61701
62076
|
name: "contacts-create",
|
|
61702
62077
|
description: `Create a contact
|
|
61703
62078
|
|
|
61704
|
-
Creates a new contact
|
|
62079
|
+
Creates a new contact with a unique external_id. If a contact with the same external_id already exists, the operation will fail. Use this endpoint to add users from your system to orq.ai for tracking their usage and engagement.`,
|
|
61705
62080
|
args: args2,
|
|
61706
62081
|
tool: async (client, args3, ctx) => {
|
|
61707
62082
|
const [result, apiCall] = await contactsCreate(client, args3.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -65219,13 +65594,14 @@ async function $do9(client, request, options) {
|
|
|
65219
65594
|
return [doResult, { status: "request-error", request: req }];
|
|
65220
65595
|
}
|
|
65221
65596
|
const response = doResult.value;
|
|
65222
|
-
const [result] = await match(json(200,
|
|
65597
|
+
const [result] = await match(json(200, arrayType(ResponseBody$inboundSchema)), fail("4XX"), fail("5XX"))(response, req);
|
|
65223
65598
|
if (!result.ok) {
|
|
65224
65599
|
return [result, { status: "complete", request: req, response }];
|
|
65225
65600
|
}
|
|
65226
65601
|
return [result, { status: "complete", request: req, response }];
|
|
65227
65602
|
}
|
|
65228
65603
|
var init_datasetsCreateDatapoint = __esm(() => {
|
|
65604
|
+
init_esm();
|
|
65229
65605
|
init_encodings();
|
|
65230
65606
|
init_matchers();
|
|
65231
65607
|
init_primitives();
|
|
@@ -73583,7 +73959,7 @@ async function $do71(client, request, options) {
|
|
|
73583
73959
|
return [doResult, { status: "request-error", request: req }];
|
|
73584
73960
|
}
|
|
73585
73961
|
const response = doResult.value;
|
|
73586
|
-
const [result] = await match(json(200, arrayType(
|
|
73962
|
+
const [result] = await match(json(200, arrayType(CreateChunkResponseBody$inboundSchema)), fail("4XX"), fail([500, "5XX"]))(response, req);
|
|
73587
73963
|
if (!result.ok) {
|
|
73588
73964
|
return [result, { status: "complete", request: req, response }];
|
|
73589
73965
|
}
|
|
@@ -76048,7 +76424,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
76048
76424
|
function createMCPServer(deps) {
|
|
76049
76425
|
const server = new McpServer({
|
|
76050
76426
|
name: "Orq",
|
|
76051
|
-
version: "3.11.0-rc.
|
|
76427
|
+
version: "3.11.0-rc.10"
|
|
76052
76428
|
});
|
|
76053
76429
|
const client = new OrqCore({
|
|
76054
76430
|
apiKey: deps.apiKey,
|
|
@@ -77456,7 +77832,7 @@ var routes = rn({
|
|
|
77456
77832
|
var app = Ve(routes, {
|
|
77457
77833
|
name: "mcp",
|
|
77458
77834
|
versionInfo: {
|
|
77459
|
-
currentVersion: "3.11.0-rc.
|
|
77835
|
+
currentVersion: "3.11.0-rc.10"
|
|
77460
77836
|
}
|
|
77461
77837
|
});
|
|
77462
77838
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -77464,5 +77840,5 @@ export {
|
|
|
77464
77840
|
app
|
|
77465
77841
|
};
|
|
77466
77842
|
|
|
77467
|
-
//# debugId=
|
|
77843
|
+
//# debugId=FAB065A029FA876164756E2164756E21
|
|
77468
77844
|
//# sourceMappingURL=mcp-server.js.map
|