tekimax-ts 0.1.6 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +160 -97
- package/dist/adapter-BtbeHotF.d.cts +81 -0
- package/dist/adapter-BtbeHotF.d.ts +81 -0
- package/dist/adapter-CMu9Gvvm.d.cts +81 -0
- package/dist/adapter-CMu9Gvvm.d.ts +81 -0
- package/dist/adapter-DeUJcFAn.d.cts +43 -0
- package/dist/adapter-DeUJcFAn.d.ts +43 -0
- package/dist/adapter-K9NFtBg8.d.cts +81 -0
- package/dist/adapter-K9NFtBg8.d.ts +81 -0
- package/dist/adapter-TuDzMu0Y.d.cts +43 -0
- package/dist/adapter-TuDzMu0Y.d.ts +43 -0
- package/dist/adapter-YcdKK3By.d.cts +63 -0
- package/dist/adapter-YcdKK3By.d.ts +63 -0
- package/dist/adapter-zXqUGXCx.d.cts +81 -0
- package/dist/adapter-zXqUGXCx.d.ts +81 -0
- package/dist/chunk-MLKGABMK.js +9 -0
- package/dist/gen/index.js +1572 -378
- package/dist/gen/types.js +290 -201
- package/dist/gen/zod/allowedToolChoiceSchema.js +17 -13
- package/dist/gen/zod/allowedToolsParamSchema.js +28 -13
- package/dist/gen/zod/annotationSchema.js +16 -11
- package/dist/gen/zod/assistantMessageItemParamSchema.js +52 -19
- package/dist/gen/zod/createResponseBodySchema.js +142 -44
- package/dist/gen/zod/createresponseSchema.js +23 -12
- package/dist/gen/zod/detailEnumSchema.js +8 -8
- package/dist/gen/zod/developerMessageItemParamSchema.js +35 -16
- package/dist/gen/zod/emptyModelParamSchema.js +8 -8
- package/dist/gen/zod/errorPayloadSchema.js +27 -14
- package/dist/gen/zod/errorSchema.js +17 -11
- package/dist/gen/zod/errorStreamingEventSchema.js +23 -13
- package/dist/gen/zod/functionCallItemParamSchema.js +38 -15
- package/dist/gen/zod/functionCallItemStatusSchema.js +12 -8
- package/dist/gen/zod/functionCallOutputItemParamSchema.js +90 -27
- package/dist/gen/zod/functionCallOutputSchema.js +67 -24
- package/dist/gen/zod/functionCallOutputStatusEnumSchema.js +12 -8
- package/dist/gen/zod/functionCallSchema.js +29 -16
- package/dist/gen/zod/functionCallStatusSchema.js +12 -8
- package/dist/gen/zod/functionToolChoiceSchema.js +10 -10
- package/dist/gen/zod/functionToolParamSchema.js +25 -14
- package/dist/gen/zod/functionToolSchema.js +24 -14
- package/dist/gen/zod/imageDetailSchema.js +8 -8
- package/dist/gen/zod/includeEnumSchema.js +11 -8
- package/dist/gen/zod/incompleteDetailsSchema.js +14 -10
- package/dist/gen/zod/index.js +871 -213
- package/dist/gen/zod/inputFileContentParamSchema.js +24 -13
- package/dist/gen/zod/inputFileContentSchema.js +23 -12
- package/dist/gen/zod/inputImageContentParamAutoParamSchema.js +29 -13
- package/dist/gen/zod/inputImageContentSchema.js +22 -13
- package/dist/gen/zod/inputTextContentParamSchema.js +19 -11
- package/dist/gen/zod/inputTextContentSchema.js +16 -11
- package/dist/gen/zod/inputTokensDetailsSchema.js +15 -10
- package/dist/gen/zod/inputVideoContentSchema.js +17 -11
- package/dist/gen/zod/itemFieldSchema.js +45 -20
- package/dist/gen/zod/itemParamSchema.js +55 -23
- package/dist/gen/zod/itemReferenceParamSchema.js +15 -11
- package/dist/gen/zod/jsonObjectResponseFormatSchema.js +9 -9
- package/dist/gen/zod/jsonSchemaResponseFormatParamSchema.js +38 -13
- package/dist/gen/zod/jsonSchemaResponseFormatSchema.js +13 -13
- package/dist/gen/zod/logProbSchema.js +20 -14
- package/dist/gen/zod/messageRoleSchema.js +13 -8
- package/dist/gen/zod/messageSchema.js +109 -43
- package/dist/gen/zod/messageStatusSchema.js +12 -8
- package/dist/gen/zod/metadataParamSchema.js +13 -8
- package/dist/gen/zod/outputTextContentParamSchema.js +21 -12
- package/dist/gen/zod/outputTextContentSchema.js +30 -15
- package/dist/gen/zod/outputTokensDetailsSchema.js +17 -10
- package/dist/gen/zod/reasoningBodySchema.js +173 -54
- package/dist/gen/zod/reasoningEffortEnumSchema.js +14 -8
- package/dist/gen/zod/reasoningItemParamSchema.js +26 -14
- package/dist/gen/zod/reasoningParamSchema.js +33 -13
- package/dist/gen/zod/reasoningSchema.js +27 -13
- package/dist/gen/zod/reasoningSummaryContentParamSchema.js +13 -10
- package/dist/gen/zod/reasoningSummaryEnumSchema.js +12 -8
- package/dist/gen/zod/reasoningTextContentSchema.js +16 -11
- package/dist/gen/zod/refusalContentParamSchema.js +13 -10
- package/dist/gen/zod/refusalContentSchema.js +18 -11
- package/dist/gen/zod/responseCompletedStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseContentPartAddedStreamingEventSchema.js +98 -39
- package/dist/gen/zod/responseContentPartDoneStreamingEventSchema.js +98 -39
- package/dist/gen/zod/responseCreatedStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseFailedStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.js +38 -15
- package/dist/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.js +33 -14
- package/dist/gen/zod/responseInProgressStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseIncompleteStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseOutputItemAddedStreamingEventSchema.js +32 -14
- package/dist/gen/zod/responseOutputItemDoneStreamingEventSchema.js +30 -14
- package/dist/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.js +43 -17
- package/dist/gen/zod/responseOutputTextDeltaStreamingEventSchema.js +48 -18
- package/dist/gen/zod/responseOutputTextDoneStreamingEventSchema.js +39 -17
- package/dist/gen/zod/responseQueuedStreamingEventSchema.js +23 -13
- package/dist/gen/zod/responseReasoningDeltaStreamingEventSchema.js +40 -16
- package/dist/gen/zod/responseReasoningDoneStreamingEventSchema.js +31 -15
- package/dist/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.js +42 -16
- package/dist/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.js +33 -15
- package/dist/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.js +102 -39
- package/dist/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.js +102 -39
- package/dist/gen/zod/responseRefusalDeltaStreamingEventSchema.js +33 -15
- package/dist/gen/zod/responseRefusalDoneStreamingEventSchema.js +31 -15
- package/dist/gen/zod/responseResourceSchema.js +146 -51
- package/dist/gen/zod/responsesToolParamSchema.js +15 -11
- package/dist/gen/zod/serviceTierEnumSchema.js +13 -8
- package/dist/gen/zod/specificFunctionParamSchema.js +13 -10
- package/dist/gen/zod/specificToolChoiceParamSchema.js +11 -9
- package/dist/gen/zod/streamOptionsParamSchema.js +18 -10
- package/dist/gen/zod/summaryTextContentSchema.js +18 -11
- package/dist/gen/zod/systemMessageItemParamSchema.js +35 -16
- package/dist/gen/zod/textContentSchema.js +13 -11
- package/dist/gen/zod/textFieldSchema.js +24 -14
- package/dist/gen/zod/textFormatParamSchema.js +16 -10
- package/dist/gen/zod/textParamSchema.js +23 -12
- package/dist/gen/zod/textResponseFormatSchema.js +9 -9
- package/dist/gen/zod/toolChoiceParamSchema.js +21 -11
- package/dist/gen/zod/toolChoiceValueEnumSchema.js +8 -8
- package/dist/gen/zod/toolSchema.js +16 -11
- package/dist/gen/zod/topLogProbSchema.js +14 -12
- package/dist/gen/zod/truncationEnumSchema.js +8 -8
- package/dist/gen/zod/urlCitationBodySchema.js +29 -14
- package/dist/gen/zod/urlCitationParamSchema.js +28 -13
- package/dist/gen/zod/usageSchema.js +35 -16
- package/dist/gen/zod/userMessageItemParamSchema.js +64 -22
- package/dist/gen/zod/verbosityEnumSchema.js +8 -8
- package/dist/index.cjs +740 -0
- package/dist/index.d.cts +2742 -0
- package/dist/index.d.mts +51000 -31111
- package/dist/index.d.ts +962 -29932
- package/dist/index.js +347 -1431
- package/dist/index.mjs +2441 -1010
- package/dist/react/index.cjs +119 -0
- package/dist/react/index.d.cts +21 -0
- package/dist/react/index.d.ts +21 -0
- package/dist/react/index.js +94 -0
- package/package.json +40 -8
- package/.dockerignore +0 -5
- package/Dockerfile +0 -25
- package/kubb.config.js +0 -30
- package/kubb.config.ts +0 -35
- package/public/logos/tekimax-logo-ScreenRGB-2.png +0 -0
- package/spec/openapi.json +0 -3876
- package/src/client.ts +0 -129
- package/src/gen/.kubb/config.ts +0 -43
- package/src/gen/client/createresponse.ts +0 -27
- package/src/gen/client/index.ts +0 -1
- package/src/gen/index.ts +0 -187
- package/src/gen/schemas/allowedToolChoice.json +0 -1
- package/src/gen/schemas/allowedToolsParam.json +0 -1
- package/src/gen/schemas/annotation.json +0 -1
- package/src/gen/schemas/assistantMessageItemParam.json +0 -1
- package/src/gen/schemas/createResponseBody.json +0 -1
- package/src/gen/schemas/detailEnum.json +0 -1
- package/src/gen/schemas/developerMessageItemParam.json +0 -1
- package/src/gen/schemas/emptyModelParam.json +0 -1
- package/src/gen/schemas/error.json +0 -1
- package/src/gen/schemas/errorPayload.json +0 -1
- package/src/gen/schemas/errorStreamingEvent.json +0 -1
- package/src/gen/schemas/functionCall.json +0 -1
- package/src/gen/schemas/functionCallItemParam.json +0 -1
- package/src/gen/schemas/functionCallItemStatus.json +0 -1
- package/src/gen/schemas/functionCallOutput.json +0 -1
- package/src/gen/schemas/functionCallOutputItemParam.json +0 -1
- package/src/gen/schemas/functionCallOutputStatusEnum.json +0 -1
- package/src/gen/schemas/functionCallStatus.json +0 -1
- package/src/gen/schemas/functionTool.json +0 -1
- package/src/gen/schemas/functionToolChoice.json +0 -1
- package/src/gen/schemas/functionToolParam.json +0 -1
- package/src/gen/schemas/imageDetail.json +0 -1
- package/src/gen/schemas/includeEnum.json +0 -1
- package/src/gen/schemas/incompleteDetails.json +0 -1
- package/src/gen/schemas/inputFileContent.json +0 -1
- package/src/gen/schemas/inputFileContentParam.json +0 -1
- package/src/gen/schemas/inputImageContent.json +0 -1
- package/src/gen/schemas/inputImageContentParamAutoParam.json +0 -1
- package/src/gen/schemas/inputTextContent.json +0 -1
- package/src/gen/schemas/inputTextContentParam.json +0 -1
- package/src/gen/schemas/inputTokensDetails.json +0 -1
- package/src/gen/schemas/inputVideoContent.json +0 -1
- package/src/gen/schemas/itemField.json +0 -1
- package/src/gen/schemas/itemParam.json +0 -1
- package/src/gen/schemas/itemReferenceParam.json +0 -1
- package/src/gen/schemas/jsonObjectResponseFormat.json +0 -1
- package/src/gen/schemas/jsonSchemaResponseFormat.json +0 -1
- package/src/gen/schemas/jsonSchemaResponseFormatParam.json +0 -1
- package/src/gen/schemas/logProb.json +0 -1
- package/src/gen/schemas/message.json +0 -1
- package/src/gen/schemas/messageRole.json +0 -1
- package/src/gen/schemas/messageStatus.json +0 -1
- package/src/gen/schemas/metadataParam.json +0 -1
- package/src/gen/schemas/outputTextContent.json +0 -1
- package/src/gen/schemas/outputTextContentParam.json +0 -1
- package/src/gen/schemas/outputTokensDetails.json +0 -1
- package/src/gen/schemas/reasoning.json +0 -1
- package/src/gen/schemas/reasoningBody.json +0 -1
- package/src/gen/schemas/reasoningEffortEnum.json +0 -1
- package/src/gen/schemas/reasoningItemParam.json +0 -1
- package/src/gen/schemas/reasoningParam.json +0 -1
- package/src/gen/schemas/reasoningSummaryContentParam.json +0 -1
- package/src/gen/schemas/reasoningSummaryEnum.json +0 -1
- package/src/gen/schemas/reasoningTextContent.json +0 -1
- package/src/gen/schemas/refusalContent.json +0 -1
- package/src/gen/schemas/refusalContentParam.json +0 -1
- package/src/gen/schemas/responseCompletedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseContentPartAddedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseContentPartDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseCreatedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseFailedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseFunctionCallArgumentsDeltaStreamingEvent.json +0 -1
- package/src/gen/schemas/responseFunctionCallArgumentsDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseInProgressStreamingEvent.json +0 -1
- package/src/gen/schemas/responseIncompleteStreamingEvent.json +0 -1
- package/src/gen/schemas/responseOutputItemAddedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseOutputItemDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseOutputTextAnnotationAddedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseOutputTextDeltaStreamingEvent.json +0 -1
- package/src/gen/schemas/responseOutputTextDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseQueuedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningDeltaStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningSummaryDeltaStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningSummaryDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningSummaryPartAddedStreamingEvent.json +0 -1
- package/src/gen/schemas/responseReasoningSummaryPartDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseRefusalDeltaStreamingEvent.json +0 -1
- package/src/gen/schemas/responseRefusalDoneStreamingEvent.json +0 -1
- package/src/gen/schemas/responseResource.json +0 -1
- package/src/gen/schemas/responsesToolParam.json +0 -1
- package/src/gen/schemas/serviceTierEnum.json +0 -1
- package/src/gen/schemas/specificFunctionParam.json +0 -1
- package/src/gen/schemas/specificToolChoiceParam.json +0 -1
- package/src/gen/schemas/streamOptionsParam.json +0 -1
- package/src/gen/schemas/summaryTextContent.json +0 -1
- package/src/gen/schemas/systemMessageItemParam.json +0 -1
- package/src/gen/schemas/textContent.json +0 -1
- package/src/gen/schemas/textField.json +0 -1
- package/src/gen/schemas/textFormatParam.json +0 -1
- package/src/gen/schemas/textParam.json +0 -1
- package/src/gen/schemas/textResponseFormat.json +0 -1
- package/src/gen/schemas/tool.json +0 -1
- package/src/gen/schemas/toolChoiceParam.json +0 -1
- package/src/gen/schemas/toolChoiceValueEnum.json +0 -1
- package/src/gen/schemas/topLogProb.json +0 -1
- package/src/gen/schemas/truncationEnum.json +0 -1
- package/src/gen/schemas/urlCitationBody.json +0 -1
- package/src/gen/schemas/urlCitationParam.json +0 -1
- package/src/gen/schemas/usage.json +0 -1
- package/src/gen/schemas/userMessageItemParam.json +0 -1
- package/src/gen/schemas/verbosityEnum.json +0 -1
- package/src/gen/types.ts +0 -2613
- package/src/gen/zod/allowedToolChoiceSchema.ts +0 -14
- package/src/gen/zod/allowedToolsParamSchema.ts +0 -14
- package/src/gen/zod/annotationSchema.ts +0 -14
- package/src/gen/zod/assistantMessageItemParamSchema.ts +0 -20
- package/src/gen/zod/createResponseBodySchema.ts +0 -45
- package/src/gen/zod/createresponseSchema.ts +0 -17
- package/src/gen/zod/detailEnumSchema.ts +0 -8
- package/src/gen/zod/developerMessageItemParamSchema.ts +0 -17
- package/src/gen/zod/emptyModelParamSchema.ts +0 -10
- package/src/gen/zod/errorPayloadSchema.ts +0 -19
- package/src/gen/zod/errorSchema.ts +0 -14
- package/src/gen/zod/errorStreamingEventSchema.ts +0 -16
- package/src/gen/zod/functionCallItemParamSchema.ts +0 -16
- package/src/gen/zod/functionCallItemStatusSchema.ts +0 -8
- package/src/gen/zod/functionCallOutputItemParamSchema.ts +0 -30
- package/src/gen/zod/functionCallOutputSchema.ts +0 -27
- package/src/gen/zod/functionCallOutputStatusEnumSchema.ts +0 -11
- package/src/gen/zod/functionCallSchema.ts +0 -19
- package/src/gen/zod/functionCallStatusSchema.ts +0 -8
- package/src/gen/zod/functionToolChoiceSchema.ts +0 -11
- package/src/gen/zod/functionToolParamSchema.ts +0 -15
- package/src/gen/zod/functionToolSchema.ts +0 -19
- package/src/gen/zod/imageDetailSchema.ts +0 -8
- package/src/gen/zod/includeEnumSchema.ts +0 -8
- package/src/gen/zod/incompleteDetailsSchema.ts +0 -13
- package/src/gen/zod/index.ts +0 -103
- package/src/gen/zod/inputFileContentParamSchema.ts +0 -16
- package/src/gen/zod/inputFileContentSchema.ts +0 -15
- package/src/gen/zod/inputImageContentParamAutoParamSchema.ts +0 -16
- package/src/gen/zod/inputImageContentSchema.ts +0 -16
- package/src/gen/zod/inputTextContentParamSchema.ts +0 -14
- package/src/gen/zod/inputTextContentSchema.ts +0 -14
- package/src/gen/zod/inputTokensDetailsSchema.ts +0 -13
- package/src/gen/zod/inputVideoContentSchema.ts +0 -14
- package/src/gen/zod/itemFieldSchema.ts +0 -23
- package/src/gen/zod/itemParamSchema.ts +0 -23
- package/src/gen/zod/itemReferenceParamSchema.ts +0 -14
- package/src/gen/zod/jsonObjectResponseFormatSchema.ts +0 -10
- package/src/gen/zod/jsonSchemaResponseFormatParamSchema.ts +0 -16
- package/src/gen/zod/jsonSchemaResponseFormatSchema.ts +0 -14
- package/src/gen/zod/logProbSchema.ts +0 -17
- package/src/gen/zod/messageRoleSchema.ts +0 -8
- package/src/gen/zod/messageSchema.ts +0 -46
- package/src/gen/zod/messageStatusSchema.ts +0 -8
- package/src/gen/zod/metadataParamSchema.ts +0 -13
- package/src/gen/zod/outputTextContentParamSchema.ts +0 -13
- package/src/gen/zod/outputTextContentSchema.ts +0 -18
- package/src/gen/zod/outputTokensDetailsSchema.ts +0 -13
- package/src/gen/zod/reasoningBodySchema.ts +0 -57
- package/src/gen/zod/reasoningEffortEnumSchema.ts +0 -8
- package/src/gen/zod/reasoningItemParamSchema.ts +0 -15
- package/src/gen/zod/reasoningParamSchema.ts +0 -16
- package/src/gen/zod/reasoningSchema.ts +0 -16
- package/src/gen/zod/reasoningSummaryContentParamSchema.ts +0 -11
- package/src/gen/zod/reasoningSummaryEnumSchema.ts +0 -8
- package/src/gen/zod/reasoningTextContentSchema.ts +0 -14
- package/src/gen/zod/refusalContentParamSchema.ts +0 -11
- package/src/gen/zod/refusalContentSchema.ts +0 -14
- package/src/gen/zod/responseCompletedStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseContentPartAddedStreamingEventSchema.ts +0 -42
- package/src/gen/zod/responseContentPartDoneStreamingEventSchema.ts +0 -42
- package/src/gen/zod/responseCreatedStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseFailedStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts +0 -18
- package/src/gen/zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts +0 -17
- package/src/gen/zod/responseInProgressStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseIncompleteStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseOutputItemAddedStreamingEventSchema.ts +0 -17
- package/src/gen/zod/responseOutputItemDoneStreamingEventSchema.ts +0 -17
- package/src/gen/zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts +0 -20
- package/src/gen/zod/responseOutputTextDeltaStreamingEventSchema.ts +0 -21
- package/src/gen/zod/responseOutputTextDoneStreamingEventSchema.ts +0 -20
- package/src/gen/zod/responseQueuedStreamingEventSchema.ts +0 -16
- package/src/gen/zod/responseReasoningDeltaStreamingEventSchema.ts +0 -19
- package/src/gen/zod/responseReasoningDoneStreamingEventSchema.ts +0 -18
- package/src/gen/zod/responseReasoningSummaryDeltaStreamingEventSchema.ts +0 -19
- package/src/gen/zod/responseReasoningSummaryDoneStreamingEventSchema.ts +0 -18
- package/src/gen/zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts +0 -42
- package/src/gen/zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts +0 -42
- package/src/gen/zod/responseRefusalDeltaStreamingEventSchema.ts +0 -18
- package/src/gen/zod/responseRefusalDoneStreamingEventSchema.ts +0 -18
- package/src/gen/zod/responseResourceSchema.ts +0 -54
- package/src/gen/zod/responsesToolParamSchema.ts +0 -11
- package/src/gen/zod/serviceTierEnumSchema.ts +0 -8
- package/src/gen/zod/specificFunctionParamSchema.ts +0 -11
- package/src/gen/zod/specificToolChoiceParamSchema.ts +0 -9
- package/src/gen/zod/streamOptionsParamSchema.ts +0 -13
- package/src/gen/zod/summaryTextContentSchema.ts +0 -14
- package/src/gen/zod/systemMessageItemParamSchema.ts +0 -17
- package/src/gen/zod/textContentSchema.ts +0 -14
- package/src/gen/zod/textFieldSchema.ts +0 -15
- package/src/gen/zod/textFormatParamSchema.ts +0 -10
- package/src/gen/zod/textParamSchema.ts +0 -13
- package/src/gen/zod/textResponseFormatSchema.ts +0 -10
- package/src/gen/zod/toolChoiceParamSchema.ts +0 -14
- package/src/gen/zod/toolChoiceValueEnumSchema.ts +0 -8
- package/src/gen/zod/toolSchema.ts +0 -14
- package/src/gen/zod/topLogProbSchema.ts +0 -15
- package/src/gen/zod/truncationEnumSchema.ts +0 -8
- package/src/gen/zod/urlCitationBodySchema.ts +0 -17
- package/src/gen/zod/urlCitationParamSchema.ts +0 -14
- package/src/gen/zod/usageSchema.ts +0 -19
- package/src/gen/zod/userMessageItemParamSchema.ts +0 -23
- package/src/gen/zod/verbosityEnumSchema.ts +0 -8
- package/src/index.ts +0 -3
- package/tsconfig.json +0 -21
package/dist/gen/index.js
CHANGED
|
@@ -1,378 +1,1572 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
3
|
-
exports.functionCallOutputStatusEnumEnum =
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
var
|
|
202
|
-
Object.defineProperty(exports,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
var
|
|
216
|
-
Object.defineProperty(exports,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
var
|
|
230
|
-
Object.defineProperty(exports,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
var
|
|
244
|
-
Object.defineProperty(exports,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
var
|
|
258
|
-
Object.defineProperty(exports,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
var
|
|
272
|
-
Object.defineProperty(exports,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
var
|
|
286
|
-
Object.defineProperty(exports,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
var
|
|
300
|
-
Object.defineProperty(exports,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
var
|
|
314
|
-
Object.defineProperty(exports,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
var
|
|
328
|
-
Object.defineProperty(exports,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
var
|
|
342
|
-
Object.defineProperty(exports,
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
var
|
|
356
|
-
Object.defineProperty(exports,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
var
|
|
370
|
-
Object.defineProperty(exports,
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
1
|
+
'use strict'
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true })
|
|
3
|
+
exports.functionCallOutputStatusEnumEnum =
|
|
4
|
+
exports.functionCallTypeEnum =
|
|
5
|
+
exports.messageTypeEnum =
|
|
6
|
+
exports.messageStatusEnum =
|
|
7
|
+
exports.inputFileContentTypeEnum =
|
|
8
|
+
exports.inputImageContentTypeEnum =
|
|
9
|
+
exports.refusalContentTypeEnum =
|
|
10
|
+
exports.reasoningTextContentTypeEnum =
|
|
11
|
+
exports.summaryTextContentTypeEnum =
|
|
12
|
+
exports.textContentTypeEnum =
|
|
13
|
+
exports.outputTextContentTypeEnum =
|
|
14
|
+
exports.urlCitationBodyTypeEnum =
|
|
15
|
+
exports.inputTextContentTypeEnum =
|
|
16
|
+
exports.messageRoleEnum =
|
|
17
|
+
exports.serviceTierEnumEnum =
|
|
18
|
+
exports.truncationEnumEnum =
|
|
19
|
+
exports.reasoningSummaryEnumEnum =
|
|
20
|
+
exports.reasoningEffortEnumEnum =
|
|
21
|
+
exports.jsonSchemaResponseFormatParamTypeEnum =
|
|
22
|
+
exports.textResponseFormatTypeEnum =
|
|
23
|
+
exports.verbosityEnumEnum =
|
|
24
|
+
exports.allowedToolsParamTypeEnum =
|
|
25
|
+
exports.toolChoiceValueEnumEnum =
|
|
26
|
+
exports.specificFunctionParamTypeEnum =
|
|
27
|
+
exports.functionToolParamTypeEnum =
|
|
28
|
+
exports.includeEnumEnum =
|
|
29
|
+
exports.functionCallOutputItemParamTypeEnum =
|
|
30
|
+
exports.inputVideoContentTypeEnum =
|
|
31
|
+
exports.functionCallItemParamTypeEnum =
|
|
32
|
+
exports.functionCallStatusEnum =
|
|
33
|
+
exports.functionCallItemStatusEnum =
|
|
34
|
+
exports.assistantMessageItemParamRoleEnum =
|
|
35
|
+
exports.assistantMessageItemParamTypeEnum =
|
|
36
|
+
exports.refusalContentParamTypeEnum =
|
|
37
|
+
exports.outputTextContentParamTypeEnum =
|
|
38
|
+
exports.urlCitationParamTypeEnum =
|
|
39
|
+
exports.developerMessageItemParamRoleEnum =
|
|
40
|
+
exports.developerMessageItemParamTypeEnum =
|
|
41
|
+
exports.systemMessageItemParamRoleEnum =
|
|
42
|
+
exports.systemMessageItemParamTypeEnum =
|
|
43
|
+
exports.userMessageItemParamRoleEnum =
|
|
44
|
+
exports.userMessageItemParamTypeEnum =
|
|
45
|
+
exports.inputFileContentParamTypeEnum =
|
|
46
|
+
exports.inputImageContentParamAutoParamTypeEnum =
|
|
47
|
+
exports.imageDetailEnum =
|
|
48
|
+
exports.detailEnumEnum =
|
|
49
|
+
exports.inputTextContentParamTypeEnum =
|
|
50
|
+
exports.reasoningItemParamTypeEnum =
|
|
51
|
+
exports.reasoningSummaryContentParamTypeEnum =
|
|
52
|
+
exports.itemReferenceParamTypeEnum =
|
|
53
|
+
void 0
|
|
54
|
+
exports.functionCallOutputSchema =
|
|
55
|
+
exports.functionCallOutputItemParamSchema =
|
|
56
|
+
exports.functionCallItemStatusSchema =
|
|
57
|
+
exports.functionCallItemParamSchema =
|
|
58
|
+
exports.errorStreamingEventSchema =
|
|
59
|
+
exports.errorSchema =
|
|
60
|
+
exports.errorPayloadSchema =
|
|
61
|
+
exports.emptyModelParamSchema =
|
|
62
|
+
exports.developerMessageItemParamSchema =
|
|
63
|
+
exports.detailEnumSchema =
|
|
64
|
+
exports.createresponseMutationResponseSchema =
|
|
65
|
+
exports.createresponseMutationRequestSchema =
|
|
66
|
+
exports.createresponse200Schema =
|
|
67
|
+
exports.createResponseBodySchema =
|
|
68
|
+
exports.assistantMessageItemParamSchema =
|
|
69
|
+
exports.annotationSchema =
|
|
70
|
+
exports.allowedToolsParamSchema =
|
|
71
|
+
exports.allowedToolChoiceSchema =
|
|
72
|
+
exports.errorStreamingEventTypeEnum =
|
|
73
|
+
exports.responseFunctionCallArgumentsDoneStreamingEventTypeEnum =
|
|
74
|
+
exports.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum =
|
|
75
|
+
exports.responseOutputTextAnnotationAddedStreamingEventTypeEnum =
|
|
76
|
+
exports.responseReasoningSummaryDoneStreamingEventTypeEnum =
|
|
77
|
+
exports.responseReasoningSummaryDeltaStreamingEventTypeEnum =
|
|
78
|
+
exports.responseReasoningDoneStreamingEventTypeEnum =
|
|
79
|
+
exports.responseReasoningDeltaStreamingEventTypeEnum =
|
|
80
|
+
exports.responseRefusalDoneStreamingEventTypeEnum =
|
|
81
|
+
exports.responseRefusalDeltaStreamingEventTypeEnum =
|
|
82
|
+
exports.responseOutputTextDoneStreamingEventTypeEnum =
|
|
83
|
+
exports.responseOutputTextDeltaStreamingEventTypeEnum =
|
|
84
|
+
exports.responseContentPartDoneStreamingEventTypeEnum =
|
|
85
|
+
exports.responseContentPartAddedStreamingEventTypeEnum =
|
|
86
|
+
exports.responseReasoningSummaryPartDoneStreamingEventTypeEnum =
|
|
87
|
+
exports.responseReasoningSummaryPartAddedStreamingEventTypeEnum =
|
|
88
|
+
exports.responseOutputItemDoneStreamingEventTypeEnum =
|
|
89
|
+
exports.responseOutputItemAddedStreamingEventTypeEnum =
|
|
90
|
+
exports.responseIncompleteStreamingEventTypeEnum =
|
|
91
|
+
exports.responseFailedStreamingEventTypeEnum =
|
|
92
|
+
exports.responseCompletedStreamingEventTypeEnum =
|
|
93
|
+
exports.responseInProgressStreamingEventTypeEnum =
|
|
94
|
+
exports.responseQueuedStreamingEventTypeEnum =
|
|
95
|
+
exports.responseCreatedStreamingEventTypeEnum =
|
|
96
|
+
exports.responseResourceObjectEnum =
|
|
97
|
+
exports.jsonSchemaResponseFormatTypeEnum =
|
|
98
|
+
exports.jsonObjectResponseFormatTypeEnum =
|
|
99
|
+
exports.allowedToolChoiceTypeEnum =
|
|
100
|
+
exports.functionToolChoiceTypeEnum =
|
|
101
|
+
exports.functionToolTypeEnum =
|
|
102
|
+
exports.reasoningBodyTypeEnum =
|
|
103
|
+
exports.functionCallOutputTypeEnum =
|
|
104
|
+
void 0
|
|
105
|
+
exports.responseInProgressStreamingEventSchema =
|
|
106
|
+
exports.responseIncompleteStreamingEventSchema =
|
|
107
|
+
exports.responseFunctionCallArgumentsDoneStreamingEventSchema =
|
|
108
|
+
exports.responseFunctionCallArgumentsDeltaStreamingEventSchema =
|
|
109
|
+
exports.responseFailedStreamingEventSchema =
|
|
110
|
+
exports.responseCreatedStreamingEventSchema =
|
|
111
|
+
exports.responseContentPartDoneStreamingEventSchema =
|
|
112
|
+
exports.responseContentPartAddedStreamingEventSchema =
|
|
113
|
+
exports.responseCompletedStreamingEventSchema =
|
|
114
|
+
exports.refusalContentSchema =
|
|
115
|
+
exports.refusalContentParamSchema =
|
|
116
|
+
exports.reasoningTextContentSchema =
|
|
117
|
+
exports.reasoningSummaryEnumSchema =
|
|
118
|
+
exports.reasoningSummaryContentParamSchema =
|
|
119
|
+
exports.reasoningSchema =
|
|
120
|
+
exports.reasoningParamSchema =
|
|
121
|
+
exports.reasoningItemParamSchema =
|
|
122
|
+
exports.reasoningEffortEnumSchema =
|
|
123
|
+
exports.reasoningBodySchema =
|
|
124
|
+
exports.outputTokensDetailsSchema =
|
|
125
|
+
exports.outputTextContentSchema =
|
|
126
|
+
exports.outputTextContentParamSchema =
|
|
127
|
+
exports.metadataParamSchema =
|
|
128
|
+
exports.messageStatusSchema =
|
|
129
|
+
exports.messageSchema =
|
|
130
|
+
exports.messageRoleSchema =
|
|
131
|
+
exports.logProbSchema =
|
|
132
|
+
exports.jsonSchemaResponseFormatSchema =
|
|
133
|
+
exports.jsonSchemaResponseFormatParamSchema =
|
|
134
|
+
exports.jsonObjectResponseFormatSchema =
|
|
135
|
+
exports.itemReferenceParamSchema =
|
|
136
|
+
exports.itemParamSchema =
|
|
137
|
+
exports.itemFieldSchema =
|
|
138
|
+
exports.inputVideoContentSchema =
|
|
139
|
+
exports.inputTokensDetailsSchema =
|
|
140
|
+
exports.inputTextContentSchema =
|
|
141
|
+
exports.inputTextContentParamSchema =
|
|
142
|
+
exports.inputImageContentSchema =
|
|
143
|
+
exports.inputImageContentParamAutoParamSchema =
|
|
144
|
+
exports.inputFileContentSchema =
|
|
145
|
+
exports.inputFileContentParamSchema =
|
|
146
|
+
exports.incompleteDetailsSchema =
|
|
147
|
+
exports.includeEnumSchema =
|
|
148
|
+
exports.imageDetailSchema =
|
|
149
|
+
exports.functionToolSchema =
|
|
150
|
+
exports.functionToolParamSchema =
|
|
151
|
+
exports.functionToolChoiceSchema =
|
|
152
|
+
exports.functionCallStatusSchema =
|
|
153
|
+
exports.functionCallSchema =
|
|
154
|
+
exports.functionCallOutputStatusEnumSchema =
|
|
155
|
+
void 0
|
|
156
|
+
exports.verbosityEnumSchema =
|
|
157
|
+
exports.userMessageItemParamSchema =
|
|
158
|
+
exports.usageSchema =
|
|
159
|
+
exports.urlCitationParamSchema =
|
|
160
|
+
exports.urlCitationBodySchema =
|
|
161
|
+
exports.truncationEnumSchema =
|
|
162
|
+
exports.topLogProbSchema =
|
|
163
|
+
exports.toolSchema =
|
|
164
|
+
exports.toolChoiceValueEnumSchema =
|
|
165
|
+
exports.toolChoiceParamSchema =
|
|
166
|
+
exports.textResponseFormatSchema =
|
|
167
|
+
exports.textParamSchema =
|
|
168
|
+
exports.textFormatParamSchema =
|
|
169
|
+
exports.textFieldSchema =
|
|
170
|
+
exports.textContentSchema =
|
|
171
|
+
exports.systemMessageItemParamSchema =
|
|
172
|
+
exports.summaryTextContentSchema =
|
|
173
|
+
exports.streamOptionsParamSchema =
|
|
174
|
+
exports.specificToolChoiceParamSchema =
|
|
175
|
+
exports.specificFunctionParamSchema =
|
|
176
|
+
exports.serviceTierEnumSchema =
|
|
177
|
+
exports.responsesToolParamSchema =
|
|
178
|
+
exports.responseResourceSchema =
|
|
179
|
+
exports.responseRefusalDoneStreamingEventSchema =
|
|
180
|
+
exports.responseRefusalDeltaStreamingEventSchema =
|
|
181
|
+
exports.responseReasoningSummaryPartDoneStreamingEventSchema =
|
|
182
|
+
exports.responseReasoningSummaryPartAddedStreamingEventSchema =
|
|
183
|
+
exports.responseReasoningSummaryDoneStreamingEventSchema =
|
|
184
|
+
exports.responseReasoningSummaryDeltaStreamingEventSchema =
|
|
185
|
+
exports.responseReasoningDoneStreamingEventSchema =
|
|
186
|
+
exports.responseReasoningDeltaStreamingEventSchema =
|
|
187
|
+
exports.responseQueuedStreamingEventSchema =
|
|
188
|
+
exports.responseOutputTextDoneStreamingEventSchema =
|
|
189
|
+
exports.responseOutputTextDeltaStreamingEventSchema =
|
|
190
|
+
exports.responseOutputTextAnnotationAddedStreamingEventSchema =
|
|
191
|
+
exports.responseOutputItemDoneStreamingEventSchema =
|
|
192
|
+
exports.responseOutputItemAddedStreamingEventSchema =
|
|
193
|
+
void 0
|
|
194
|
+
var types_ts_1 = require('./types.ts')
|
|
195
|
+
Object.defineProperty(exports, 'itemReferenceParamTypeEnum', {
|
|
196
|
+
enumerable: true,
|
|
197
|
+
get: function () {
|
|
198
|
+
return types_ts_1.itemReferenceParamTypeEnum
|
|
199
|
+
},
|
|
200
|
+
})
|
|
201
|
+
var types_ts_2 = require('./types.ts')
|
|
202
|
+
Object.defineProperty(exports, 'reasoningSummaryContentParamTypeEnum', {
|
|
203
|
+
enumerable: true,
|
|
204
|
+
get: function () {
|
|
205
|
+
return types_ts_2.reasoningSummaryContentParamTypeEnum
|
|
206
|
+
},
|
|
207
|
+
})
|
|
208
|
+
var types_ts_3 = require('./types.ts')
|
|
209
|
+
Object.defineProperty(exports, 'reasoningItemParamTypeEnum', {
|
|
210
|
+
enumerable: true,
|
|
211
|
+
get: function () {
|
|
212
|
+
return types_ts_3.reasoningItemParamTypeEnum
|
|
213
|
+
},
|
|
214
|
+
})
|
|
215
|
+
var types_ts_4 = require('./types.ts')
|
|
216
|
+
Object.defineProperty(exports, 'inputTextContentParamTypeEnum', {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function () {
|
|
219
|
+
return types_ts_4.inputTextContentParamTypeEnum
|
|
220
|
+
},
|
|
221
|
+
})
|
|
222
|
+
var types_ts_5 = require('./types.ts')
|
|
223
|
+
Object.defineProperty(exports, 'detailEnumEnum', {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () {
|
|
226
|
+
return types_ts_5.detailEnumEnum
|
|
227
|
+
},
|
|
228
|
+
})
|
|
229
|
+
var types_ts_6 = require('./types.ts')
|
|
230
|
+
Object.defineProperty(exports, 'imageDetailEnum', {
|
|
231
|
+
enumerable: true,
|
|
232
|
+
get: function () {
|
|
233
|
+
return types_ts_6.imageDetailEnum
|
|
234
|
+
},
|
|
235
|
+
})
|
|
236
|
+
var types_ts_7 = require('./types.ts')
|
|
237
|
+
Object.defineProperty(exports, 'inputImageContentParamAutoParamTypeEnum', {
|
|
238
|
+
enumerable: true,
|
|
239
|
+
get: function () {
|
|
240
|
+
return types_ts_7.inputImageContentParamAutoParamTypeEnum
|
|
241
|
+
},
|
|
242
|
+
})
|
|
243
|
+
var types_ts_8 = require('./types.ts')
|
|
244
|
+
Object.defineProperty(exports, 'inputFileContentParamTypeEnum', {
|
|
245
|
+
enumerable: true,
|
|
246
|
+
get: function () {
|
|
247
|
+
return types_ts_8.inputFileContentParamTypeEnum
|
|
248
|
+
},
|
|
249
|
+
})
|
|
250
|
+
var types_ts_9 = require('./types.ts')
|
|
251
|
+
Object.defineProperty(exports, 'userMessageItemParamTypeEnum', {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () {
|
|
254
|
+
return types_ts_9.userMessageItemParamTypeEnum
|
|
255
|
+
},
|
|
256
|
+
})
|
|
257
|
+
var types_ts_10 = require('./types.ts')
|
|
258
|
+
Object.defineProperty(exports, 'userMessageItemParamRoleEnum', {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return types_ts_10.userMessageItemParamRoleEnum
|
|
262
|
+
},
|
|
263
|
+
})
|
|
264
|
+
var types_ts_11 = require('./types.ts')
|
|
265
|
+
Object.defineProperty(exports, 'systemMessageItemParamTypeEnum', {
|
|
266
|
+
enumerable: true,
|
|
267
|
+
get: function () {
|
|
268
|
+
return types_ts_11.systemMessageItemParamTypeEnum
|
|
269
|
+
},
|
|
270
|
+
})
|
|
271
|
+
var types_ts_12 = require('./types.ts')
|
|
272
|
+
Object.defineProperty(exports, 'systemMessageItemParamRoleEnum', {
|
|
273
|
+
enumerable: true,
|
|
274
|
+
get: function () {
|
|
275
|
+
return types_ts_12.systemMessageItemParamRoleEnum
|
|
276
|
+
},
|
|
277
|
+
})
|
|
278
|
+
var types_ts_13 = require('./types.ts')
|
|
279
|
+
Object.defineProperty(exports, 'developerMessageItemParamTypeEnum', {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: function () {
|
|
282
|
+
return types_ts_13.developerMessageItemParamTypeEnum
|
|
283
|
+
},
|
|
284
|
+
})
|
|
285
|
+
var types_ts_14 = require('./types.ts')
|
|
286
|
+
Object.defineProperty(exports, 'developerMessageItemParamRoleEnum', {
|
|
287
|
+
enumerable: true,
|
|
288
|
+
get: function () {
|
|
289
|
+
return types_ts_14.developerMessageItemParamRoleEnum
|
|
290
|
+
},
|
|
291
|
+
})
|
|
292
|
+
var types_ts_15 = require('./types.ts')
|
|
293
|
+
Object.defineProperty(exports, 'urlCitationParamTypeEnum', {
|
|
294
|
+
enumerable: true,
|
|
295
|
+
get: function () {
|
|
296
|
+
return types_ts_15.urlCitationParamTypeEnum
|
|
297
|
+
},
|
|
298
|
+
})
|
|
299
|
+
var types_ts_16 = require('./types.ts')
|
|
300
|
+
Object.defineProperty(exports, 'outputTextContentParamTypeEnum', {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function () {
|
|
303
|
+
return types_ts_16.outputTextContentParamTypeEnum
|
|
304
|
+
},
|
|
305
|
+
})
|
|
306
|
+
var types_ts_17 = require('./types.ts')
|
|
307
|
+
Object.defineProperty(exports, 'refusalContentParamTypeEnum', {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () {
|
|
310
|
+
return types_ts_17.refusalContentParamTypeEnum
|
|
311
|
+
},
|
|
312
|
+
})
|
|
313
|
+
var types_ts_18 = require('./types.ts')
|
|
314
|
+
Object.defineProperty(exports, 'assistantMessageItemParamTypeEnum', {
|
|
315
|
+
enumerable: true,
|
|
316
|
+
get: function () {
|
|
317
|
+
return types_ts_18.assistantMessageItemParamTypeEnum
|
|
318
|
+
},
|
|
319
|
+
})
|
|
320
|
+
var types_ts_19 = require('./types.ts')
|
|
321
|
+
Object.defineProperty(exports, 'assistantMessageItemParamRoleEnum', {
|
|
322
|
+
enumerable: true,
|
|
323
|
+
get: function () {
|
|
324
|
+
return types_ts_19.assistantMessageItemParamRoleEnum
|
|
325
|
+
},
|
|
326
|
+
})
|
|
327
|
+
var types_ts_20 = require('./types.ts')
|
|
328
|
+
Object.defineProperty(exports, 'functionCallItemStatusEnum', {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function () {
|
|
331
|
+
return types_ts_20.functionCallItemStatusEnum
|
|
332
|
+
},
|
|
333
|
+
})
|
|
334
|
+
var types_ts_21 = require('./types.ts')
|
|
335
|
+
Object.defineProperty(exports, 'functionCallStatusEnum', {
|
|
336
|
+
enumerable: true,
|
|
337
|
+
get: function () {
|
|
338
|
+
return types_ts_21.functionCallStatusEnum
|
|
339
|
+
},
|
|
340
|
+
})
|
|
341
|
+
var types_ts_22 = require('./types.ts')
|
|
342
|
+
Object.defineProperty(exports, 'functionCallItemParamTypeEnum', {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function () {
|
|
345
|
+
return types_ts_22.functionCallItemParamTypeEnum
|
|
346
|
+
},
|
|
347
|
+
})
|
|
348
|
+
var types_ts_23 = require('./types.ts')
|
|
349
|
+
Object.defineProperty(exports, 'inputVideoContentTypeEnum', {
|
|
350
|
+
enumerable: true,
|
|
351
|
+
get: function () {
|
|
352
|
+
return types_ts_23.inputVideoContentTypeEnum
|
|
353
|
+
},
|
|
354
|
+
})
|
|
355
|
+
var types_ts_24 = require('./types.ts')
|
|
356
|
+
Object.defineProperty(exports, 'functionCallOutputItemParamTypeEnum', {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () {
|
|
359
|
+
return types_ts_24.functionCallOutputItemParamTypeEnum
|
|
360
|
+
},
|
|
361
|
+
})
|
|
362
|
+
var types_ts_25 = require('./types.ts')
|
|
363
|
+
Object.defineProperty(exports, 'includeEnumEnum', {
|
|
364
|
+
enumerable: true,
|
|
365
|
+
get: function () {
|
|
366
|
+
return types_ts_25.includeEnumEnum
|
|
367
|
+
},
|
|
368
|
+
})
|
|
369
|
+
var types_ts_26 = require('./types.ts')
|
|
370
|
+
Object.defineProperty(exports, 'functionToolParamTypeEnum', {
|
|
371
|
+
enumerable: true,
|
|
372
|
+
get: function () {
|
|
373
|
+
return types_ts_26.functionToolParamTypeEnum
|
|
374
|
+
},
|
|
375
|
+
})
|
|
376
|
+
var types_ts_27 = require('./types.ts')
|
|
377
|
+
Object.defineProperty(exports, 'specificFunctionParamTypeEnum', {
|
|
378
|
+
enumerable: true,
|
|
379
|
+
get: function () {
|
|
380
|
+
return types_ts_27.specificFunctionParamTypeEnum
|
|
381
|
+
},
|
|
382
|
+
})
|
|
383
|
+
var types_ts_28 = require('./types.ts')
|
|
384
|
+
Object.defineProperty(exports, 'toolChoiceValueEnumEnum', {
|
|
385
|
+
enumerable: true,
|
|
386
|
+
get: function () {
|
|
387
|
+
return types_ts_28.toolChoiceValueEnumEnum
|
|
388
|
+
},
|
|
389
|
+
})
|
|
390
|
+
var types_ts_29 = require('./types.ts')
|
|
391
|
+
Object.defineProperty(exports, 'allowedToolsParamTypeEnum', {
|
|
392
|
+
enumerable: true,
|
|
393
|
+
get: function () {
|
|
394
|
+
return types_ts_29.allowedToolsParamTypeEnum
|
|
395
|
+
},
|
|
396
|
+
})
|
|
397
|
+
var types_ts_30 = require('./types.ts')
|
|
398
|
+
Object.defineProperty(exports, 'verbosityEnumEnum', {
|
|
399
|
+
enumerable: true,
|
|
400
|
+
get: function () {
|
|
401
|
+
return types_ts_30.verbosityEnumEnum
|
|
402
|
+
},
|
|
403
|
+
})
|
|
404
|
+
var types_ts_31 = require('./types.ts')
|
|
405
|
+
Object.defineProperty(exports, 'textResponseFormatTypeEnum', {
|
|
406
|
+
enumerable: true,
|
|
407
|
+
get: function () {
|
|
408
|
+
return types_ts_31.textResponseFormatTypeEnum
|
|
409
|
+
},
|
|
410
|
+
})
|
|
411
|
+
var types_ts_32 = require('./types.ts')
|
|
412
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatParamTypeEnum', {
|
|
413
|
+
enumerable: true,
|
|
414
|
+
get: function () {
|
|
415
|
+
return types_ts_32.jsonSchemaResponseFormatParamTypeEnum
|
|
416
|
+
},
|
|
417
|
+
})
|
|
418
|
+
var types_ts_33 = require('./types.ts')
|
|
419
|
+
Object.defineProperty(exports, 'reasoningEffortEnumEnum', {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function () {
|
|
422
|
+
return types_ts_33.reasoningEffortEnumEnum
|
|
423
|
+
},
|
|
424
|
+
})
|
|
425
|
+
var types_ts_34 = require('./types.ts')
|
|
426
|
+
Object.defineProperty(exports, 'reasoningSummaryEnumEnum', {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function () {
|
|
429
|
+
return types_ts_34.reasoningSummaryEnumEnum
|
|
430
|
+
},
|
|
431
|
+
})
|
|
432
|
+
var types_ts_35 = require('./types.ts')
|
|
433
|
+
Object.defineProperty(exports, 'truncationEnumEnum', {
|
|
434
|
+
enumerable: true,
|
|
435
|
+
get: function () {
|
|
436
|
+
return types_ts_35.truncationEnumEnum
|
|
437
|
+
},
|
|
438
|
+
})
|
|
439
|
+
var types_ts_36 = require('./types.ts')
|
|
440
|
+
Object.defineProperty(exports, 'serviceTierEnumEnum', {
|
|
441
|
+
enumerable: true,
|
|
442
|
+
get: function () {
|
|
443
|
+
return types_ts_36.serviceTierEnumEnum
|
|
444
|
+
},
|
|
445
|
+
})
|
|
446
|
+
var types_ts_37 = require('./types.ts')
|
|
447
|
+
Object.defineProperty(exports, 'messageRoleEnum', {
|
|
448
|
+
enumerable: true,
|
|
449
|
+
get: function () {
|
|
450
|
+
return types_ts_37.messageRoleEnum
|
|
451
|
+
},
|
|
452
|
+
})
|
|
453
|
+
var types_ts_38 = require('./types.ts')
|
|
454
|
+
Object.defineProperty(exports, 'inputTextContentTypeEnum', {
|
|
455
|
+
enumerable: true,
|
|
456
|
+
get: function () {
|
|
457
|
+
return types_ts_38.inputTextContentTypeEnum
|
|
458
|
+
},
|
|
459
|
+
})
|
|
460
|
+
var types_ts_39 = require('./types.ts')
|
|
461
|
+
Object.defineProperty(exports, 'urlCitationBodyTypeEnum', {
|
|
462
|
+
enumerable: true,
|
|
463
|
+
get: function () {
|
|
464
|
+
return types_ts_39.urlCitationBodyTypeEnum
|
|
465
|
+
},
|
|
466
|
+
})
|
|
467
|
+
var types_ts_40 = require('./types.ts')
|
|
468
|
+
Object.defineProperty(exports, 'outputTextContentTypeEnum', {
|
|
469
|
+
enumerable: true,
|
|
470
|
+
get: function () {
|
|
471
|
+
return types_ts_40.outputTextContentTypeEnum
|
|
472
|
+
},
|
|
473
|
+
})
|
|
474
|
+
var types_ts_41 = require('./types.ts')
|
|
475
|
+
Object.defineProperty(exports, 'textContentTypeEnum', {
|
|
476
|
+
enumerable: true,
|
|
477
|
+
get: function () {
|
|
478
|
+
return types_ts_41.textContentTypeEnum
|
|
479
|
+
},
|
|
480
|
+
})
|
|
481
|
+
var types_ts_42 = require('./types.ts')
|
|
482
|
+
Object.defineProperty(exports, 'summaryTextContentTypeEnum', {
|
|
483
|
+
enumerable: true,
|
|
484
|
+
get: function () {
|
|
485
|
+
return types_ts_42.summaryTextContentTypeEnum
|
|
486
|
+
},
|
|
487
|
+
})
|
|
488
|
+
var types_ts_43 = require('./types.ts')
|
|
489
|
+
Object.defineProperty(exports, 'reasoningTextContentTypeEnum', {
|
|
490
|
+
enumerable: true,
|
|
491
|
+
get: function () {
|
|
492
|
+
return types_ts_43.reasoningTextContentTypeEnum
|
|
493
|
+
},
|
|
494
|
+
})
|
|
495
|
+
var types_ts_44 = require('./types.ts')
|
|
496
|
+
Object.defineProperty(exports, 'refusalContentTypeEnum', {
|
|
497
|
+
enumerable: true,
|
|
498
|
+
get: function () {
|
|
499
|
+
return types_ts_44.refusalContentTypeEnum
|
|
500
|
+
},
|
|
501
|
+
})
|
|
502
|
+
var types_ts_45 = require('./types.ts')
|
|
503
|
+
Object.defineProperty(exports, 'inputImageContentTypeEnum', {
|
|
504
|
+
enumerable: true,
|
|
505
|
+
get: function () {
|
|
506
|
+
return types_ts_45.inputImageContentTypeEnum
|
|
507
|
+
},
|
|
508
|
+
})
|
|
509
|
+
var types_ts_46 = require('./types.ts')
|
|
510
|
+
Object.defineProperty(exports, 'inputFileContentTypeEnum', {
|
|
511
|
+
enumerable: true,
|
|
512
|
+
get: function () {
|
|
513
|
+
return types_ts_46.inputFileContentTypeEnum
|
|
514
|
+
},
|
|
515
|
+
})
|
|
516
|
+
var types_ts_47 = require('./types.ts')
|
|
517
|
+
Object.defineProperty(exports, 'messageStatusEnum', {
|
|
518
|
+
enumerable: true,
|
|
519
|
+
get: function () {
|
|
520
|
+
return types_ts_47.messageStatusEnum
|
|
521
|
+
},
|
|
522
|
+
})
|
|
523
|
+
var types_ts_48 = require('./types.ts')
|
|
524
|
+
Object.defineProperty(exports, 'messageTypeEnum', {
|
|
525
|
+
enumerable: true,
|
|
526
|
+
get: function () {
|
|
527
|
+
return types_ts_48.messageTypeEnum
|
|
528
|
+
},
|
|
529
|
+
})
|
|
530
|
+
var types_ts_49 = require('./types.ts')
|
|
531
|
+
Object.defineProperty(exports, 'functionCallTypeEnum', {
|
|
532
|
+
enumerable: true,
|
|
533
|
+
get: function () {
|
|
534
|
+
return types_ts_49.functionCallTypeEnum
|
|
535
|
+
},
|
|
536
|
+
})
|
|
537
|
+
var types_ts_50 = require('./types.ts')
|
|
538
|
+
Object.defineProperty(exports, 'functionCallOutputStatusEnumEnum', {
|
|
539
|
+
enumerable: true,
|
|
540
|
+
get: function () {
|
|
541
|
+
return types_ts_50.functionCallOutputStatusEnumEnum
|
|
542
|
+
},
|
|
543
|
+
})
|
|
544
|
+
var types_ts_51 = require('./types.ts')
|
|
545
|
+
Object.defineProperty(exports, 'functionCallOutputTypeEnum', {
|
|
546
|
+
enumerable: true,
|
|
547
|
+
get: function () {
|
|
548
|
+
return types_ts_51.functionCallOutputTypeEnum
|
|
549
|
+
},
|
|
550
|
+
})
|
|
551
|
+
var types_ts_52 = require('./types.ts')
|
|
552
|
+
Object.defineProperty(exports, 'reasoningBodyTypeEnum', {
|
|
553
|
+
enumerable: true,
|
|
554
|
+
get: function () {
|
|
555
|
+
return types_ts_52.reasoningBodyTypeEnum
|
|
556
|
+
},
|
|
557
|
+
})
|
|
558
|
+
var types_ts_53 = require('./types.ts')
|
|
559
|
+
Object.defineProperty(exports, 'functionToolTypeEnum', {
|
|
560
|
+
enumerable: true,
|
|
561
|
+
get: function () {
|
|
562
|
+
return types_ts_53.functionToolTypeEnum
|
|
563
|
+
},
|
|
564
|
+
})
|
|
565
|
+
var types_ts_54 = require('./types.ts')
|
|
566
|
+
Object.defineProperty(exports, 'functionToolChoiceTypeEnum', {
|
|
567
|
+
enumerable: true,
|
|
568
|
+
get: function () {
|
|
569
|
+
return types_ts_54.functionToolChoiceTypeEnum
|
|
570
|
+
},
|
|
571
|
+
})
|
|
572
|
+
var types_ts_55 = require('./types.ts')
|
|
573
|
+
Object.defineProperty(exports, 'allowedToolChoiceTypeEnum', {
|
|
574
|
+
enumerable: true,
|
|
575
|
+
get: function () {
|
|
576
|
+
return types_ts_55.allowedToolChoiceTypeEnum
|
|
577
|
+
},
|
|
578
|
+
})
|
|
579
|
+
var types_ts_56 = require('./types.ts')
|
|
580
|
+
Object.defineProperty(exports, 'jsonObjectResponseFormatTypeEnum', {
|
|
581
|
+
enumerable: true,
|
|
582
|
+
get: function () {
|
|
583
|
+
return types_ts_56.jsonObjectResponseFormatTypeEnum
|
|
584
|
+
},
|
|
585
|
+
})
|
|
586
|
+
var types_ts_57 = require('./types.ts')
|
|
587
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatTypeEnum', {
|
|
588
|
+
enumerable: true,
|
|
589
|
+
get: function () {
|
|
590
|
+
return types_ts_57.jsonSchemaResponseFormatTypeEnum
|
|
591
|
+
},
|
|
592
|
+
})
|
|
593
|
+
var types_ts_58 = require('./types.ts')
|
|
594
|
+
Object.defineProperty(exports, 'responseResourceObjectEnum', {
|
|
595
|
+
enumerable: true,
|
|
596
|
+
get: function () {
|
|
597
|
+
return types_ts_58.responseResourceObjectEnum
|
|
598
|
+
},
|
|
599
|
+
})
|
|
600
|
+
var types_ts_59 = require('./types.ts')
|
|
601
|
+
Object.defineProperty(exports, 'responseCreatedStreamingEventTypeEnum', {
|
|
602
|
+
enumerable: true,
|
|
603
|
+
get: function () {
|
|
604
|
+
return types_ts_59.responseCreatedStreamingEventTypeEnum
|
|
605
|
+
},
|
|
606
|
+
})
|
|
607
|
+
var types_ts_60 = require('./types.ts')
|
|
608
|
+
Object.defineProperty(exports, 'responseQueuedStreamingEventTypeEnum', {
|
|
609
|
+
enumerable: true,
|
|
610
|
+
get: function () {
|
|
611
|
+
return types_ts_60.responseQueuedStreamingEventTypeEnum
|
|
612
|
+
},
|
|
613
|
+
})
|
|
614
|
+
var types_ts_61 = require('./types.ts')
|
|
615
|
+
Object.defineProperty(exports, 'responseInProgressStreamingEventTypeEnum', {
|
|
616
|
+
enumerable: true,
|
|
617
|
+
get: function () {
|
|
618
|
+
return types_ts_61.responseInProgressStreamingEventTypeEnum
|
|
619
|
+
},
|
|
620
|
+
})
|
|
621
|
+
var types_ts_62 = require('./types.ts')
|
|
622
|
+
Object.defineProperty(exports, 'responseCompletedStreamingEventTypeEnum', {
|
|
623
|
+
enumerable: true,
|
|
624
|
+
get: function () {
|
|
625
|
+
return types_ts_62.responseCompletedStreamingEventTypeEnum
|
|
626
|
+
},
|
|
627
|
+
})
|
|
628
|
+
var types_ts_63 = require('./types.ts')
|
|
629
|
+
Object.defineProperty(exports, 'responseFailedStreamingEventTypeEnum', {
|
|
630
|
+
enumerable: true,
|
|
631
|
+
get: function () {
|
|
632
|
+
return types_ts_63.responseFailedStreamingEventTypeEnum
|
|
633
|
+
},
|
|
634
|
+
})
|
|
635
|
+
var types_ts_64 = require('./types.ts')
|
|
636
|
+
Object.defineProperty(exports, 'responseIncompleteStreamingEventTypeEnum', {
|
|
637
|
+
enumerable: true,
|
|
638
|
+
get: function () {
|
|
639
|
+
return types_ts_64.responseIncompleteStreamingEventTypeEnum
|
|
640
|
+
},
|
|
641
|
+
})
|
|
642
|
+
var types_ts_65 = require('./types.ts')
|
|
643
|
+
Object.defineProperty(
|
|
644
|
+
exports,
|
|
645
|
+
'responseOutputItemAddedStreamingEventTypeEnum',
|
|
646
|
+
{
|
|
647
|
+
enumerable: true,
|
|
648
|
+
get: function () {
|
|
649
|
+
return types_ts_65.responseOutputItemAddedStreamingEventTypeEnum
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
)
|
|
653
|
+
var types_ts_66 = require('./types.ts')
|
|
654
|
+
Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventTypeEnum', {
|
|
655
|
+
enumerable: true,
|
|
656
|
+
get: function () {
|
|
657
|
+
return types_ts_66.responseOutputItemDoneStreamingEventTypeEnum
|
|
658
|
+
},
|
|
659
|
+
})
|
|
660
|
+
var types_ts_67 = require('./types.ts')
|
|
661
|
+
Object.defineProperty(
|
|
662
|
+
exports,
|
|
663
|
+
'responseReasoningSummaryPartAddedStreamingEventTypeEnum',
|
|
664
|
+
{
|
|
665
|
+
enumerable: true,
|
|
666
|
+
get: function () {
|
|
667
|
+
return types_ts_67.responseReasoningSummaryPartAddedStreamingEventTypeEnum
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
)
|
|
671
|
+
var types_ts_68 = require('./types.ts')
|
|
672
|
+
Object.defineProperty(
|
|
673
|
+
exports,
|
|
674
|
+
'responseReasoningSummaryPartDoneStreamingEventTypeEnum',
|
|
675
|
+
{
|
|
676
|
+
enumerable: true,
|
|
677
|
+
get: function () {
|
|
678
|
+
return types_ts_68.responseReasoningSummaryPartDoneStreamingEventTypeEnum
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
)
|
|
682
|
+
var types_ts_69 = require('./types.ts')
|
|
683
|
+
Object.defineProperty(
|
|
684
|
+
exports,
|
|
685
|
+
'responseContentPartAddedStreamingEventTypeEnum',
|
|
686
|
+
{
|
|
687
|
+
enumerable: true,
|
|
688
|
+
get: function () {
|
|
689
|
+
return types_ts_69.responseContentPartAddedStreamingEventTypeEnum
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
)
|
|
693
|
+
var types_ts_70 = require('./types.ts')
|
|
694
|
+
Object.defineProperty(
|
|
695
|
+
exports,
|
|
696
|
+
'responseContentPartDoneStreamingEventTypeEnum',
|
|
697
|
+
{
|
|
698
|
+
enumerable: true,
|
|
699
|
+
get: function () {
|
|
700
|
+
return types_ts_70.responseContentPartDoneStreamingEventTypeEnum
|
|
701
|
+
},
|
|
702
|
+
},
|
|
703
|
+
)
|
|
704
|
+
var types_ts_71 = require('./types.ts')
|
|
705
|
+
Object.defineProperty(
|
|
706
|
+
exports,
|
|
707
|
+
'responseOutputTextDeltaStreamingEventTypeEnum',
|
|
708
|
+
{
|
|
709
|
+
enumerable: true,
|
|
710
|
+
get: function () {
|
|
711
|
+
return types_ts_71.responseOutputTextDeltaStreamingEventTypeEnum
|
|
712
|
+
},
|
|
713
|
+
},
|
|
714
|
+
)
|
|
715
|
+
var types_ts_72 = require('./types.ts')
|
|
716
|
+
Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventTypeEnum', {
|
|
717
|
+
enumerable: true,
|
|
718
|
+
get: function () {
|
|
719
|
+
return types_ts_72.responseOutputTextDoneStreamingEventTypeEnum
|
|
720
|
+
},
|
|
721
|
+
})
|
|
722
|
+
var types_ts_73 = require('./types.ts')
|
|
723
|
+
Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventTypeEnum', {
|
|
724
|
+
enumerable: true,
|
|
725
|
+
get: function () {
|
|
726
|
+
return types_ts_73.responseRefusalDeltaStreamingEventTypeEnum
|
|
727
|
+
},
|
|
728
|
+
})
|
|
729
|
+
var types_ts_74 = require('./types.ts')
|
|
730
|
+
Object.defineProperty(exports, 'responseRefusalDoneStreamingEventTypeEnum', {
|
|
731
|
+
enumerable: true,
|
|
732
|
+
get: function () {
|
|
733
|
+
return types_ts_74.responseRefusalDoneStreamingEventTypeEnum
|
|
734
|
+
},
|
|
735
|
+
})
|
|
736
|
+
var types_ts_75 = require('./types.ts')
|
|
737
|
+
Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventTypeEnum', {
|
|
738
|
+
enumerable: true,
|
|
739
|
+
get: function () {
|
|
740
|
+
return types_ts_75.responseReasoningDeltaStreamingEventTypeEnum
|
|
741
|
+
},
|
|
742
|
+
})
|
|
743
|
+
var types_ts_76 = require('./types.ts')
|
|
744
|
+
Object.defineProperty(exports, 'responseReasoningDoneStreamingEventTypeEnum', {
|
|
745
|
+
enumerable: true,
|
|
746
|
+
get: function () {
|
|
747
|
+
return types_ts_76.responseReasoningDoneStreamingEventTypeEnum
|
|
748
|
+
},
|
|
749
|
+
})
|
|
750
|
+
var types_ts_77 = require('./types.ts')
|
|
751
|
+
Object.defineProperty(
|
|
752
|
+
exports,
|
|
753
|
+
'responseReasoningSummaryDeltaStreamingEventTypeEnum',
|
|
754
|
+
{
|
|
755
|
+
enumerable: true,
|
|
756
|
+
get: function () {
|
|
757
|
+
return types_ts_77.responseReasoningSummaryDeltaStreamingEventTypeEnum
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
)
|
|
761
|
+
var types_ts_78 = require('./types.ts')
|
|
762
|
+
Object.defineProperty(
|
|
763
|
+
exports,
|
|
764
|
+
'responseReasoningSummaryDoneStreamingEventTypeEnum',
|
|
765
|
+
{
|
|
766
|
+
enumerable: true,
|
|
767
|
+
get: function () {
|
|
768
|
+
return types_ts_78.responseReasoningSummaryDoneStreamingEventTypeEnum
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
)
|
|
772
|
+
var types_ts_79 = require('./types.ts')
|
|
773
|
+
Object.defineProperty(
|
|
774
|
+
exports,
|
|
775
|
+
'responseOutputTextAnnotationAddedStreamingEventTypeEnum',
|
|
776
|
+
{
|
|
777
|
+
enumerable: true,
|
|
778
|
+
get: function () {
|
|
779
|
+
return types_ts_79.responseOutputTextAnnotationAddedStreamingEventTypeEnum
|
|
780
|
+
},
|
|
781
|
+
},
|
|
782
|
+
)
|
|
783
|
+
var types_ts_80 = require('./types.ts')
|
|
784
|
+
Object.defineProperty(
|
|
785
|
+
exports,
|
|
786
|
+
'responseFunctionCallArgumentsDeltaStreamingEventTypeEnum',
|
|
787
|
+
{
|
|
788
|
+
enumerable: true,
|
|
789
|
+
get: function () {
|
|
790
|
+
return types_ts_80.responseFunctionCallArgumentsDeltaStreamingEventTypeEnum
|
|
791
|
+
},
|
|
792
|
+
},
|
|
793
|
+
)
|
|
794
|
+
var types_ts_81 = require('./types.ts')
|
|
795
|
+
Object.defineProperty(
|
|
796
|
+
exports,
|
|
797
|
+
'responseFunctionCallArgumentsDoneStreamingEventTypeEnum',
|
|
798
|
+
{
|
|
799
|
+
enumerable: true,
|
|
800
|
+
get: function () {
|
|
801
|
+
return types_ts_81.responseFunctionCallArgumentsDoneStreamingEventTypeEnum
|
|
802
|
+
},
|
|
803
|
+
},
|
|
804
|
+
)
|
|
805
|
+
var types_ts_82 = require('./types.ts')
|
|
806
|
+
Object.defineProperty(exports, 'errorStreamingEventTypeEnum', {
|
|
807
|
+
enumerable: true,
|
|
808
|
+
get: function () {
|
|
809
|
+
return types_ts_82.errorStreamingEventTypeEnum
|
|
810
|
+
},
|
|
811
|
+
})
|
|
812
|
+
var allowedToolChoiceSchema_ts_1 = require('./zod/allowedToolChoiceSchema.ts')
|
|
813
|
+
Object.defineProperty(exports, 'allowedToolChoiceSchema', {
|
|
814
|
+
enumerable: true,
|
|
815
|
+
get: function () {
|
|
816
|
+
return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema
|
|
817
|
+
},
|
|
818
|
+
})
|
|
819
|
+
var allowedToolsParamSchema_ts_1 = require('./zod/allowedToolsParamSchema.ts')
|
|
820
|
+
Object.defineProperty(exports, 'allowedToolsParamSchema', {
|
|
821
|
+
enumerable: true,
|
|
822
|
+
get: function () {
|
|
823
|
+
return allowedToolsParamSchema_ts_1.allowedToolsParamSchema
|
|
824
|
+
},
|
|
825
|
+
})
|
|
826
|
+
var annotationSchema_ts_1 = require('./zod/annotationSchema.ts')
|
|
827
|
+
Object.defineProperty(exports, 'annotationSchema', {
|
|
828
|
+
enumerable: true,
|
|
829
|
+
get: function () {
|
|
830
|
+
return annotationSchema_ts_1.annotationSchema
|
|
831
|
+
},
|
|
832
|
+
})
|
|
833
|
+
var assistantMessageItemParamSchema_ts_1 = require('./zod/assistantMessageItemParamSchema.ts')
|
|
834
|
+
Object.defineProperty(exports, 'assistantMessageItemParamSchema', {
|
|
835
|
+
enumerable: true,
|
|
836
|
+
get: function () {
|
|
837
|
+
return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema
|
|
838
|
+
},
|
|
839
|
+
})
|
|
840
|
+
var createResponseBodySchema_ts_1 = require('./zod/createResponseBodySchema.ts')
|
|
841
|
+
Object.defineProperty(exports, 'createResponseBodySchema', {
|
|
842
|
+
enumerable: true,
|
|
843
|
+
get: function () {
|
|
844
|
+
return createResponseBodySchema_ts_1.createResponseBodySchema
|
|
845
|
+
},
|
|
846
|
+
})
|
|
847
|
+
var createresponseSchema_ts_1 = require('./zod/createresponseSchema.ts')
|
|
848
|
+
Object.defineProperty(exports, 'createresponse200Schema', {
|
|
849
|
+
enumerable: true,
|
|
850
|
+
get: function () {
|
|
851
|
+
return createresponseSchema_ts_1.createresponse200Schema
|
|
852
|
+
},
|
|
853
|
+
})
|
|
854
|
+
Object.defineProperty(exports, 'createresponseMutationRequestSchema', {
|
|
855
|
+
enumerable: true,
|
|
856
|
+
get: function () {
|
|
857
|
+
return createresponseSchema_ts_1.createresponseMutationRequestSchema
|
|
858
|
+
},
|
|
859
|
+
})
|
|
860
|
+
Object.defineProperty(exports, 'createresponseMutationResponseSchema', {
|
|
861
|
+
enumerable: true,
|
|
862
|
+
get: function () {
|
|
863
|
+
return createresponseSchema_ts_1.createresponseMutationResponseSchema
|
|
864
|
+
},
|
|
865
|
+
})
|
|
866
|
+
var detailEnumSchema_ts_1 = require('./zod/detailEnumSchema.ts')
|
|
867
|
+
Object.defineProperty(exports, 'detailEnumSchema', {
|
|
868
|
+
enumerable: true,
|
|
869
|
+
get: function () {
|
|
870
|
+
return detailEnumSchema_ts_1.detailEnumSchema
|
|
871
|
+
},
|
|
872
|
+
})
|
|
873
|
+
var developerMessageItemParamSchema_ts_1 = require('./zod/developerMessageItemParamSchema.ts')
|
|
874
|
+
Object.defineProperty(exports, 'developerMessageItemParamSchema', {
|
|
875
|
+
enumerable: true,
|
|
876
|
+
get: function () {
|
|
877
|
+
return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema
|
|
878
|
+
},
|
|
879
|
+
})
|
|
880
|
+
var emptyModelParamSchema_ts_1 = require('./zod/emptyModelParamSchema.ts')
|
|
881
|
+
Object.defineProperty(exports, 'emptyModelParamSchema', {
|
|
882
|
+
enumerable: true,
|
|
883
|
+
get: function () {
|
|
884
|
+
return emptyModelParamSchema_ts_1.emptyModelParamSchema
|
|
885
|
+
},
|
|
886
|
+
})
|
|
887
|
+
var errorPayloadSchema_ts_1 = require('./zod/errorPayloadSchema.ts')
|
|
888
|
+
Object.defineProperty(exports, 'errorPayloadSchema', {
|
|
889
|
+
enumerable: true,
|
|
890
|
+
get: function () {
|
|
891
|
+
return errorPayloadSchema_ts_1.errorPayloadSchema
|
|
892
|
+
},
|
|
893
|
+
})
|
|
894
|
+
var errorSchema_ts_1 = require('./zod/errorSchema.ts')
|
|
895
|
+
Object.defineProperty(exports, 'errorSchema', {
|
|
896
|
+
enumerable: true,
|
|
897
|
+
get: function () {
|
|
898
|
+
return errorSchema_ts_1.errorSchema
|
|
899
|
+
},
|
|
900
|
+
})
|
|
901
|
+
var errorStreamingEventSchema_ts_1 = require('./zod/errorStreamingEventSchema.ts')
|
|
902
|
+
Object.defineProperty(exports, 'errorStreamingEventSchema', {
|
|
903
|
+
enumerable: true,
|
|
904
|
+
get: function () {
|
|
905
|
+
return errorStreamingEventSchema_ts_1.errorStreamingEventSchema
|
|
906
|
+
},
|
|
907
|
+
})
|
|
908
|
+
var functionCallItemParamSchema_ts_1 = require('./zod/functionCallItemParamSchema.ts')
|
|
909
|
+
Object.defineProperty(exports, 'functionCallItemParamSchema', {
|
|
910
|
+
enumerable: true,
|
|
911
|
+
get: function () {
|
|
912
|
+
return functionCallItemParamSchema_ts_1.functionCallItemParamSchema
|
|
913
|
+
},
|
|
914
|
+
})
|
|
915
|
+
var functionCallItemStatusSchema_ts_1 = require('./zod/functionCallItemStatusSchema.ts')
|
|
916
|
+
Object.defineProperty(exports, 'functionCallItemStatusSchema', {
|
|
917
|
+
enumerable: true,
|
|
918
|
+
get: function () {
|
|
919
|
+
return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema
|
|
920
|
+
},
|
|
921
|
+
})
|
|
922
|
+
var functionCallOutputItemParamSchema_ts_1 = require('./zod/functionCallOutputItemParamSchema.ts')
|
|
923
|
+
Object.defineProperty(exports, 'functionCallOutputItemParamSchema', {
|
|
924
|
+
enumerable: true,
|
|
925
|
+
get: function () {
|
|
926
|
+
return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema
|
|
927
|
+
},
|
|
928
|
+
})
|
|
929
|
+
var functionCallOutputSchema_ts_1 = require('./zod/functionCallOutputSchema.ts')
|
|
930
|
+
Object.defineProperty(exports, 'functionCallOutputSchema', {
|
|
931
|
+
enumerable: true,
|
|
932
|
+
get: function () {
|
|
933
|
+
return functionCallOutputSchema_ts_1.functionCallOutputSchema
|
|
934
|
+
},
|
|
935
|
+
})
|
|
936
|
+
var functionCallOutputStatusEnumSchema_ts_1 = require('./zod/functionCallOutputStatusEnumSchema.ts')
|
|
937
|
+
Object.defineProperty(exports, 'functionCallOutputStatusEnumSchema', {
|
|
938
|
+
enumerable: true,
|
|
939
|
+
get: function () {
|
|
940
|
+
return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema
|
|
941
|
+
},
|
|
942
|
+
})
|
|
943
|
+
var functionCallSchema_ts_1 = require('./zod/functionCallSchema.ts')
|
|
944
|
+
Object.defineProperty(exports, 'functionCallSchema', {
|
|
945
|
+
enumerable: true,
|
|
946
|
+
get: function () {
|
|
947
|
+
return functionCallSchema_ts_1.functionCallSchema
|
|
948
|
+
},
|
|
949
|
+
})
|
|
950
|
+
var functionCallStatusSchema_ts_1 = require('./zod/functionCallStatusSchema.ts')
|
|
951
|
+
Object.defineProperty(exports, 'functionCallStatusSchema', {
|
|
952
|
+
enumerable: true,
|
|
953
|
+
get: function () {
|
|
954
|
+
return functionCallStatusSchema_ts_1.functionCallStatusSchema
|
|
955
|
+
},
|
|
956
|
+
})
|
|
957
|
+
var functionToolChoiceSchema_ts_1 = require('./zod/functionToolChoiceSchema.ts')
|
|
958
|
+
Object.defineProperty(exports, 'functionToolChoiceSchema', {
|
|
959
|
+
enumerable: true,
|
|
960
|
+
get: function () {
|
|
961
|
+
return functionToolChoiceSchema_ts_1.functionToolChoiceSchema
|
|
962
|
+
},
|
|
963
|
+
})
|
|
964
|
+
var functionToolParamSchema_ts_1 = require('./zod/functionToolParamSchema.ts')
|
|
965
|
+
Object.defineProperty(exports, 'functionToolParamSchema', {
|
|
966
|
+
enumerable: true,
|
|
967
|
+
get: function () {
|
|
968
|
+
return functionToolParamSchema_ts_1.functionToolParamSchema
|
|
969
|
+
},
|
|
970
|
+
})
|
|
971
|
+
var functionToolSchema_ts_1 = require('./zod/functionToolSchema.ts')
|
|
972
|
+
Object.defineProperty(exports, 'functionToolSchema', {
|
|
973
|
+
enumerable: true,
|
|
974
|
+
get: function () {
|
|
975
|
+
return functionToolSchema_ts_1.functionToolSchema
|
|
976
|
+
},
|
|
977
|
+
})
|
|
978
|
+
var imageDetailSchema_ts_1 = require('./zod/imageDetailSchema.ts')
|
|
979
|
+
Object.defineProperty(exports, 'imageDetailSchema', {
|
|
980
|
+
enumerable: true,
|
|
981
|
+
get: function () {
|
|
982
|
+
return imageDetailSchema_ts_1.imageDetailSchema
|
|
983
|
+
},
|
|
984
|
+
})
|
|
985
|
+
var includeEnumSchema_ts_1 = require('./zod/includeEnumSchema.ts')
|
|
986
|
+
Object.defineProperty(exports, 'includeEnumSchema', {
|
|
987
|
+
enumerable: true,
|
|
988
|
+
get: function () {
|
|
989
|
+
return includeEnumSchema_ts_1.includeEnumSchema
|
|
990
|
+
},
|
|
991
|
+
})
|
|
992
|
+
var incompleteDetailsSchema_ts_1 = require('./zod/incompleteDetailsSchema.ts')
|
|
993
|
+
Object.defineProperty(exports, 'incompleteDetailsSchema', {
|
|
994
|
+
enumerable: true,
|
|
995
|
+
get: function () {
|
|
996
|
+
return incompleteDetailsSchema_ts_1.incompleteDetailsSchema
|
|
997
|
+
},
|
|
998
|
+
})
|
|
999
|
+
var inputFileContentParamSchema_ts_1 = require('./zod/inputFileContentParamSchema.ts')
|
|
1000
|
+
Object.defineProperty(exports, 'inputFileContentParamSchema', {
|
|
1001
|
+
enumerable: true,
|
|
1002
|
+
get: function () {
|
|
1003
|
+
return inputFileContentParamSchema_ts_1.inputFileContentParamSchema
|
|
1004
|
+
},
|
|
1005
|
+
})
|
|
1006
|
+
var inputFileContentSchema_ts_1 = require('./zod/inputFileContentSchema.ts')
|
|
1007
|
+
Object.defineProperty(exports, 'inputFileContentSchema', {
|
|
1008
|
+
enumerable: true,
|
|
1009
|
+
get: function () {
|
|
1010
|
+
return inputFileContentSchema_ts_1.inputFileContentSchema
|
|
1011
|
+
},
|
|
1012
|
+
})
|
|
1013
|
+
var inputImageContentParamAutoParamSchema_ts_1 = require('./zod/inputImageContentParamAutoParamSchema.ts')
|
|
1014
|
+
Object.defineProperty(exports, 'inputImageContentParamAutoParamSchema', {
|
|
1015
|
+
enumerable: true,
|
|
1016
|
+
get: function () {
|
|
1017
|
+
return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema
|
|
1018
|
+
},
|
|
1019
|
+
})
|
|
1020
|
+
var inputImageContentSchema_ts_1 = require('./zod/inputImageContentSchema.ts')
|
|
1021
|
+
Object.defineProperty(exports, 'inputImageContentSchema', {
|
|
1022
|
+
enumerable: true,
|
|
1023
|
+
get: function () {
|
|
1024
|
+
return inputImageContentSchema_ts_1.inputImageContentSchema
|
|
1025
|
+
},
|
|
1026
|
+
})
|
|
1027
|
+
var inputTextContentParamSchema_ts_1 = require('./zod/inputTextContentParamSchema.ts')
|
|
1028
|
+
Object.defineProperty(exports, 'inputTextContentParamSchema', {
|
|
1029
|
+
enumerable: true,
|
|
1030
|
+
get: function () {
|
|
1031
|
+
return inputTextContentParamSchema_ts_1.inputTextContentParamSchema
|
|
1032
|
+
},
|
|
1033
|
+
})
|
|
1034
|
+
var inputTextContentSchema_ts_1 = require('./zod/inputTextContentSchema.ts')
|
|
1035
|
+
Object.defineProperty(exports, 'inputTextContentSchema', {
|
|
1036
|
+
enumerable: true,
|
|
1037
|
+
get: function () {
|
|
1038
|
+
return inputTextContentSchema_ts_1.inputTextContentSchema
|
|
1039
|
+
},
|
|
1040
|
+
})
|
|
1041
|
+
var inputTokensDetailsSchema_ts_1 = require('./zod/inputTokensDetailsSchema.ts')
|
|
1042
|
+
Object.defineProperty(exports, 'inputTokensDetailsSchema', {
|
|
1043
|
+
enumerable: true,
|
|
1044
|
+
get: function () {
|
|
1045
|
+
return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema
|
|
1046
|
+
},
|
|
1047
|
+
})
|
|
1048
|
+
var inputVideoContentSchema_ts_1 = require('./zod/inputVideoContentSchema.ts')
|
|
1049
|
+
Object.defineProperty(exports, 'inputVideoContentSchema', {
|
|
1050
|
+
enumerable: true,
|
|
1051
|
+
get: function () {
|
|
1052
|
+
return inputVideoContentSchema_ts_1.inputVideoContentSchema
|
|
1053
|
+
},
|
|
1054
|
+
})
|
|
1055
|
+
var itemFieldSchema_ts_1 = require('./zod/itemFieldSchema.ts')
|
|
1056
|
+
Object.defineProperty(exports, 'itemFieldSchema', {
|
|
1057
|
+
enumerable: true,
|
|
1058
|
+
get: function () {
|
|
1059
|
+
return itemFieldSchema_ts_1.itemFieldSchema
|
|
1060
|
+
},
|
|
1061
|
+
})
|
|
1062
|
+
var itemParamSchema_ts_1 = require('./zod/itemParamSchema.ts')
|
|
1063
|
+
Object.defineProperty(exports, 'itemParamSchema', {
|
|
1064
|
+
enumerable: true,
|
|
1065
|
+
get: function () {
|
|
1066
|
+
return itemParamSchema_ts_1.itemParamSchema
|
|
1067
|
+
},
|
|
1068
|
+
})
|
|
1069
|
+
var itemReferenceParamSchema_ts_1 = require('./zod/itemReferenceParamSchema.ts')
|
|
1070
|
+
Object.defineProperty(exports, 'itemReferenceParamSchema', {
|
|
1071
|
+
enumerable: true,
|
|
1072
|
+
get: function () {
|
|
1073
|
+
return itemReferenceParamSchema_ts_1.itemReferenceParamSchema
|
|
1074
|
+
},
|
|
1075
|
+
})
|
|
1076
|
+
var jsonObjectResponseFormatSchema_ts_1 = require('./zod/jsonObjectResponseFormatSchema.ts')
|
|
1077
|
+
Object.defineProperty(exports, 'jsonObjectResponseFormatSchema', {
|
|
1078
|
+
enumerable: true,
|
|
1079
|
+
get: function () {
|
|
1080
|
+
return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema
|
|
1081
|
+
},
|
|
1082
|
+
})
|
|
1083
|
+
var jsonSchemaResponseFormatParamSchema_ts_1 = require('./zod/jsonSchemaResponseFormatParamSchema.ts')
|
|
1084
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatParamSchema', {
|
|
1085
|
+
enumerable: true,
|
|
1086
|
+
get: function () {
|
|
1087
|
+
return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema
|
|
1088
|
+
},
|
|
1089
|
+
})
|
|
1090
|
+
var jsonSchemaResponseFormatSchema_ts_1 = require('./zod/jsonSchemaResponseFormatSchema.ts')
|
|
1091
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatSchema', {
|
|
1092
|
+
enumerable: true,
|
|
1093
|
+
get: function () {
|
|
1094
|
+
return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema
|
|
1095
|
+
},
|
|
1096
|
+
})
|
|
1097
|
+
var logProbSchema_ts_1 = require('./zod/logProbSchema.ts')
|
|
1098
|
+
Object.defineProperty(exports, 'logProbSchema', {
|
|
1099
|
+
enumerable: true,
|
|
1100
|
+
get: function () {
|
|
1101
|
+
return logProbSchema_ts_1.logProbSchema
|
|
1102
|
+
},
|
|
1103
|
+
})
|
|
1104
|
+
var messageRoleSchema_ts_1 = require('./zod/messageRoleSchema.ts')
|
|
1105
|
+
Object.defineProperty(exports, 'messageRoleSchema', {
|
|
1106
|
+
enumerable: true,
|
|
1107
|
+
get: function () {
|
|
1108
|
+
return messageRoleSchema_ts_1.messageRoleSchema
|
|
1109
|
+
},
|
|
1110
|
+
})
|
|
1111
|
+
var messageSchema_ts_1 = require('./zod/messageSchema.ts')
|
|
1112
|
+
Object.defineProperty(exports, 'messageSchema', {
|
|
1113
|
+
enumerable: true,
|
|
1114
|
+
get: function () {
|
|
1115
|
+
return messageSchema_ts_1.messageSchema
|
|
1116
|
+
},
|
|
1117
|
+
})
|
|
1118
|
+
var messageStatusSchema_ts_1 = require('./zod/messageStatusSchema.ts')
|
|
1119
|
+
Object.defineProperty(exports, 'messageStatusSchema', {
|
|
1120
|
+
enumerable: true,
|
|
1121
|
+
get: function () {
|
|
1122
|
+
return messageStatusSchema_ts_1.messageStatusSchema
|
|
1123
|
+
},
|
|
1124
|
+
})
|
|
1125
|
+
var metadataParamSchema_ts_1 = require('./zod/metadataParamSchema.ts')
|
|
1126
|
+
Object.defineProperty(exports, 'metadataParamSchema', {
|
|
1127
|
+
enumerable: true,
|
|
1128
|
+
get: function () {
|
|
1129
|
+
return metadataParamSchema_ts_1.metadataParamSchema
|
|
1130
|
+
},
|
|
1131
|
+
})
|
|
1132
|
+
var outputTextContentParamSchema_ts_1 = require('./zod/outputTextContentParamSchema.ts')
|
|
1133
|
+
Object.defineProperty(exports, 'outputTextContentParamSchema', {
|
|
1134
|
+
enumerable: true,
|
|
1135
|
+
get: function () {
|
|
1136
|
+
return outputTextContentParamSchema_ts_1.outputTextContentParamSchema
|
|
1137
|
+
},
|
|
1138
|
+
})
|
|
1139
|
+
var outputTextContentSchema_ts_1 = require('./zod/outputTextContentSchema.ts')
|
|
1140
|
+
Object.defineProperty(exports, 'outputTextContentSchema', {
|
|
1141
|
+
enumerable: true,
|
|
1142
|
+
get: function () {
|
|
1143
|
+
return outputTextContentSchema_ts_1.outputTextContentSchema
|
|
1144
|
+
},
|
|
1145
|
+
})
|
|
1146
|
+
var outputTokensDetailsSchema_ts_1 = require('./zod/outputTokensDetailsSchema.ts')
|
|
1147
|
+
Object.defineProperty(exports, 'outputTokensDetailsSchema', {
|
|
1148
|
+
enumerable: true,
|
|
1149
|
+
get: function () {
|
|
1150
|
+
return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema
|
|
1151
|
+
},
|
|
1152
|
+
})
|
|
1153
|
+
var reasoningBodySchema_ts_1 = require('./zod/reasoningBodySchema.ts')
|
|
1154
|
+
Object.defineProperty(exports, 'reasoningBodySchema', {
|
|
1155
|
+
enumerable: true,
|
|
1156
|
+
get: function () {
|
|
1157
|
+
return reasoningBodySchema_ts_1.reasoningBodySchema
|
|
1158
|
+
},
|
|
1159
|
+
})
|
|
1160
|
+
var reasoningEffortEnumSchema_ts_1 = require('./zod/reasoningEffortEnumSchema.ts')
|
|
1161
|
+
Object.defineProperty(exports, 'reasoningEffortEnumSchema', {
|
|
1162
|
+
enumerable: true,
|
|
1163
|
+
get: function () {
|
|
1164
|
+
return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema
|
|
1165
|
+
},
|
|
1166
|
+
})
|
|
1167
|
+
var reasoningItemParamSchema_ts_1 = require('./zod/reasoningItemParamSchema.ts')
|
|
1168
|
+
Object.defineProperty(exports, 'reasoningItemParamSchema', {
|
|
1169
|
+
enumerable: true,
|
|
1170
|
+
get: function () {
|
|
1171
|
+
return reasoningItemParamSchema_ts_1.reasoningItemParamSchema
|
|
1172
|
+
},
|
|
1173
|
+
})
|
|
1174
|
+
var reasoningParamSchema_ts_1 = require('./zod/reasoningParamSchema.ts')
|
|
1175
|
+
Object.defineProperty(exports, 'reasoningParamSchema', {
|
|
1176
|
+
enumerable: true,
|
|
1177
|
+
get: function () {
|
|
1178
|
+
return reasoningParamSchema_ts_1.reasoningParamSchema
|
|
1179
|
+
},
|
|
1180
|
+
})
|
|
1181
|
+
var reasoningSchema_ts_1 = require('./zod/reasoningSchema.ts')
|
|
1182
|
+
Object.defineProperty(exports, 'reasoningSchema', {
|
|
1183
|
+
enumerable: true,
|
|
1184
|
+
get: function () {
|
|
1185
|
+
return reasoningSchema_ts_1.reasoningSchema
|
|
1186
|
+
},
|
|
1187
|
+
})
|
|
1188
|
+
var reasoningSummaryContentParamSchema_ts_1 = require('./zod/reasoningSummaryContentParamSchema.ts')
|
|
1189
|
+
Object.defineProperty(exports, 'reasoningSummaryContentParamSchema', {
|
|
1190
|
+
enumerable: true,
|
|
1191
|
+
get: function () {
|
|
1192
|
+
return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema
|
|
1193
|
+
},
|
|
1194
|
+
})
|
|
1195
|
+
var reasoningSummaryEnumSchema_ts_1 = require('./zod/reasoningSummaryEnumSchema.ts')
|
|
1196
|
+
Object.defineProperty(exports, 'reasoningSummaryEnumSchema', {
|
|
1197
|
+
enumerable: true,
|
|
1198
|
+
get: function () {
|
|
1199
|
+
return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema
|
|
1200
|
+
},
|
|
1201
|
+
})
|
|
1202
|
+
var reasoningTextContentSchema_ts_1 = require('./zod/reasoningTextContentSchema.ts')
|
|
1203
|
+
Object.defineProperty(exports, 'reasoningTextContentSchema', {
|
|
1204
|
+
enumerable: true,
|
|
1205
|
+
get: function () {
|
|
1206
|
+
return reasoningTextContentSchema_ts_1.reasoningTextContentSchema
|
|
1207
|
+
},
|
|
1208
|
+
})
|
|
1209
|
+
var refusalContentParamSchema_ts_1 = require('./zod/refusalContentParamSchema.ts')
|
|
1210
|
+
Object.defineProperty(exports, 'refusalContentParamSchema', {
|
|
1211
|
+
enumerable: true,
|
|
1212
|
+
get: function () {
|
|
1213
|
+
return refusalContentParamSchema_ts_1.refusalContentParamSchema
|
|
1214
|
+
},
|
|
1215
|
+
})
|
|
1216
|
+
var refusalContentSchema_ts_1 = require('./zod/refusalContentSchema.ts')
|
|
1217
|
+
Object.defineProperty(exports, 'refusalContentSchema', {
|
|
1218
|
+
enumerable: true,
|
|
1219
|
+
get: function () {
|
|
1220
|
+
return refusalContentSchema_ts_1.refusalContentSchema
|
|
1221
|
+
},
|
|
1222
|
+
})
|
|
1223
|
+
var responseCompletedStreamingEventSchema_ts_1 = require('./zod/responseCompletedStreamingEventSchema.ts')
|
|
1224
|
+
Object.defineProperty(exports, 'responseCompletedStreamingEventSchema', {
|
|
1225
|
+
enumerable: true,
|
|
1226
|
+
get: function () {
|
|
1227
|
+
return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema
|
|
1228
|
+
},
|
|
1229
|
+
})
|
|
1230
|
+
var responseContentPartAddedStreamingEventSchema_ts_1 = require('./zod/responseContentPartAddedStreamingEventSchema.ts')
|
|
1231
|
+
Object.defineProperty(exports, 'responseContentPartAddedStreamingEventSchema', {
|
|
1232
|
+
enumerable: true,
|
|
1233
|
+
get: function () {
|
|
1234
|
+
return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema
|
|
1235
|
+
},
|
|
1236
|
+
})
|
|
1237
|
+
var responseContentPartDoneStreamingEventSchema_ts_1 = require('./zod/responseContentPartDoneStreamingEventSchema.ts')
|
|
1238
|
+
Object.defineProperty(exports, 'responseContentPartDoneStreamingEventSchema', {
|
|
1239
|
+
enumerable: true,
|
|
1240
|
+
get: function () {
|
|
1241
|
+
return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema
|
|
1242
|
+
},
|
|
1243
|
+
})
|
|
1244
|
+
var responseCreatedStreamingEventSchema_ts_1 = require('./zod/responseCreatedStreamingEventSchema.ts')
|
|
1245
|
+
Object.defineProperty(exports, 'responseCreatedStreamingEventSchema', {
|
|
1246
|
+
enumerable: true,
|
|
1247
|
+
get: function () {
|
|
1248
|
+
return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema
|
|
1249
|
+
},
|
|
1250
|
+
})
|
|
1251
|
+
var responseFailedStreamingEventSchema_ts_1 = require('./zod/responseFailedStreamingEventSchema.ts')
|
|
1252
|
+
Object.defineProperty(exports, 'responseFailedStreamingEventSchema', {
|
|
1253
|
+
enumerable: true,
|
|
1254
|
+
get: function () {
|
|
1255
|
+
return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema
|
|
1256
|
+
},
|
|
1257
|
+
})
|
|
1258
|
+
var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require('./zod/responseFunctionCallArgumentsDeltaStreamingEventSchema.ts')
|
|
1259
|
+
Object.defineProperty(
|
|
1260
|
+
exports,
|
|
1261
|
+
'responseFunctionCallArgumentsDeltaStreamingEventSchema',
|
|
1262
|
+
{
|
|
1263
|
+
enumerable: true,
|
|
1264
|
+
get: function () {
|
|
1265
|
+
return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
)
|
|
1269
|
+
var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require('./zod/responseFunctionCallArgumentsDoneStreamingEventSchema.ts')
|
|
1270
|
+
Object.defineProperty(
|
|
1271
|
+
exports,
|
|
1272
|
+
'responseFunctionCallArgumentsDoneStreamingEventSchema',
|
|
1273
|
+
{
|
|
1274
|
+
enumerable: true,
|
|
1275
|
+
get: function () {
|
|
1276
|
+
return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema
|
|
1277
|
+
},
|
|
1278
|
+
},
|
|
1279
|
+
)
|
|
1280
|
+
var responseIncompleteStreamingEventSchema_ts_1 = require('./zod/responseIncompleteStreamingEventSchema.ts')
|
|
1281
|
+
Object.defineProperty(exports, 'responseIncompleteStreamingEventSchema', {
|
|
1282
|
+
enumerable: true,
|
|
1283
|
+
get: function () {
|
|
1284
|
+
return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema
|
|
1285
|
+
},
|
|
1286
|
+
})
|
|
1287
|
+
var responseInProgressStreamingEventSchema_ts_1 = require('./zod/responseInProgressStreamingEventSchema.ts')
|
|
1288
|
+
Object.defineProperty(exports, 'responseInProgressStreamingEventSchema', {
|
|
1289
|
+
enumerable: true,
|
|
1290
|
+
get: function () {
|
|
1291
|
+
return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema
|
|
1292
|
+
},
|
|
1293
|
+
})
|
|
1294
|
+
var responseOutputItemAddedStreamingEventSchema_ts_1 = require('./zod/responseOutputItemAddedStreamingEventSchema.ts')
|
|
1295
|
+
Object.defineProperty(exports, 'responseOutputItemAddedStreamingEventSchema', {
|
|
1296
|
+
enumerable: true,
|
|
1297
|
+
get: function () {
|
|
1298
|
+
return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema
|
|
1299
|
+
},
|
|
1300
|
+
})
|
|
1301
|
+
var responseOutputItemDoneStreamingEventSchema_ts_1 = require('./zod/responseOutputItemDoneStreamingEventSchema.ts')
|
|
1302
|
+
Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventSchema', {
|
|
1303
|
+
enumerable: true,
|
|
1304
|
+
get: function () {
|
|
1305
|
+
return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema
|
|
1306
|
+
},
|
|
1307
|
+
})
|
|
1308
|
+
var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require('./zod/responseOutputTextAnnotationAddedStreamingEventSchema.ts')
|
|
1309
|
+
Object.defineProperty(
|
|
1310
|
+
exports,
|
|
1311
|
+
'responseOutputTextAnnotationAddedStreamingEventSchema',
|
|
1312
|
+
{
|
|
1313
|
+
enumerable: true,
|
|
1314
|
+
get: function () {
|
|
1315
|
+
return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema
|
|
1316
|
+
},
|
|
1317
|
+
},
|
|
1318
|
+
)
|
|
1319
|
+
var responseOutputTextDeltaStreamingEventSchema_ts_1 = require('./zod/responseOutputTextDeltaStreamingEventSchema.ts')
|
|
1320
|
+
Object.defineProperty(exports, 'responseOutputTextDeltaStreamingEventSchema', {
|
|
1321
|
+
enumerable: true,
|
|
1322
|
+
get: function () {
|
|
1323
|
+
return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema
|
|
1324
|
+
},
|
|
1325
|
+
})
|
|
1326
|
+
var responseOutputTextDoneStreamingEventSchema_ts_1 = require('./zod/responseOutputTextDoneStreamingEventSchema.ts')
|
|
1327
|
+
Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventSchema', {
|
|
1328
|
+
enumerable: true,
|
|
1329
|
+
get: function () {
|
|
1330
|
+
return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema
|
|
1331
|
+
},
|
|
1332
|
+
})
|
|
1333
|
+
var responseQueuedStreamingEventSchema_ts_1 = require('./zod/responseQueuedStreamingEventSchema.ts')
|
|
1334
|
+
Object.defineProperty(exports, 'responseQueuedStreamingEventSchema', {
|
|
1335
|
+
enumerable: true,
|
|
1336
|
+
get: function () {
|
|
1337
|
+
return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema
|
|
1338
|
+
},
|
|
1339
|
+
})
|
|
1340
|
+
var responseReasoningDeltaStreamingEventSchema_ts_1 = require('./zod/responseReasoningDeltaStreamingEventSchema.ts')
|
|
1341
|
+
Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventSchema', {
|
|
1342
|
+
enumerable: true,
|
|
1343
|
+
get: function () {
|
|
1344
|
+
return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema
|
|
1345
|
+
},
|
|
1346
|
+
})
|
|
1347
|
+
var responseReasoningDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningDoneStreamingEventSchema.ts')
|
|
1348
|
+
Object.defineProperty(exports, 'responseReasoningDoneStreamingEventSchema', {
|
|
1349
|
+
enumerable: true,
|
|
1350
|
+
get: function () {
|
|
1351
|
+
return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema
|
|
1352
|
+
},
|
|
1353
|
+
})
|
|
1354
|
+
var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryDeltaStreamingEventSchema.ts')
|
|
1355
|
+
Object.defineProperty(
|
|
1356
|
+
exports,
|
|
1357
|
+
'responseReasoningSummaryDeltaStreamingEventSchema',
|
|
1358
|
+
{
|
|
1359
|
+
enumerable: true,
|
|
1360
|
+
get: function () {
|
|
1361
|
+
return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
)
|
|
1365
|
+
var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryDoneStreamingEventSchema.ts')
|
|
1366
|
+
Object.defineProperty(
|
|
1367
|
+
exports,
|
|
1368
|
+
'responseReasoningSummaryDoneStreamingEventSchema',
|
|
1369
|
+
{
|
|
1370
|
+
enumerable: true,
|
|
1371
|
+
get: function () {
|
|
1372
|
+
return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema
|
|
1373
|
+
},
|
|
1374
|
+
},
|
|
1375
|
+
)
|
|
1376
|
+
var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryPartAddedStreamingEventSchema.ts')
|
|
1377
|
+
Object.defineProperty(
|
|
1378
|
+
exports,
|
|
1379
|
+
'responseReasoningSummaryPartAddedStreamingEventSchema',
|
|
1380
|
+
{
|
|
1381
|
+
enumerable: true,
|
|
1382
|
+
get: function () {
|
|
1383
|
+
return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema
|
|
1384
|
+
},
|
|
1385
|
+
},
|
|
1386
|
+
)
|
|
1387
|
+
var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require('./zod/responseReasoningSummaryPartDoneStreamingEventSchema.ts')
|
|
1388
|
+
Object.defineProperty(
|
|
1389
|
+
exports,
|
|
1390
|
+
'responseReasoningSummaryPartDoneStreamingEventSchema',
|
|
1391
|
+
{
|
|
1392
|
+
enumerable: true,
|
|
1393
|
+
get: function () {
|
|
1394
|
+
return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
)
|
|
1398
|
+
var responseRefusalDeltaStreamingEventSchema_ts_1 = require('./zod/responseRefusalDeltaStreamingEventSchema.ts')
|
|
1399
|
+
Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventSchema', {
|
|
1400
|
+
enumerable: true,
|
|
1401
|
+
get: function () {
|
|
1402
|
+
return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema
|
|
1403
|
+
},
|
|
1404
|
+
})
|
|
1405
|
+
var responseRefusalDoneStreamingEventSchema_ts_1 = require('./zod/responseRefusalDoneStreamingEventSchema.ts')
|
|
1406
|
+
Object.defineProperty(exports, 'responseRefusalDoneStreamingEventSchema', {
|
|
1407
|
+
enumerable: true,
|
|
1408
|
+
get: function () {
|
|
1409
|
+
return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema
|
|
1410
|
+
},
|
|
1411
|
+
})
|
|
1412
|
+
var responseResourceSchema_ts_1 = require('./zod/responseResourceSchema.ts')
|
|
1413
|
+
Object.defineProperty(exports, 'responseResourceSchema', {
|
|
1414
|
+
enumerable: true,
|
|
1415
|
+
get: function () {
|
|
1416
|
+
return responseResourceSchema_ts_1.responseResourceSchema
|
|
1417
|
+
},
|
|
1418
|
+
})
|
|
1419
|
+
var responsesToolParamSchema_ts_1 = require('./zod/responsesToolParamSchema.ts')
|
|
1420
|
+
Object.defineProperty(exports, 'responsesToolParamSchema', {
|
|
1421
|
+
enumerable: true,
|
|
1422
|
+
get: function () {
|
|
1423
|
+
return responsesToolParamSchema_ts_1.responsesToolParamSchema
|
|
1424
|
+
},
|
|
1425
|
+
})
|
|
1426
|
+
var serviceTierEnumSchema_ts_1 = require('./zod/serviceTierEnumSchema.ts')
|
|
1427
|
+
Object.defineProperty(exports, 'serviceTierEnumSchema', {
|
|
1428
|
+
enumerable: true,
|
|
1429
|
+
get: function () {
|
|
1430
|
+
return serviceTierEnumSchema_ts_1.serviceTierEnumSchema
|
|
1431
|
+
},
|
|
1432
|
+
})
|
|
1433
|
+
var specificFunctionParamSchema_ts_1 = require('./zod/specificFunctionParamSchema.ts')
|
|
1434
|
+
Object.defineProperty(exports, 'specificFunctionParamSchema', {
|
|
1435
|
+
enumerable: true,
|
|
1436
|
+
get: function () {
|
|
1437
|
+
return specificFunctionParamSchema_ts_1.specificFunctionParamSchema
|
|
1438
|
+
},
|
|
1439
|
+
})
|
|
1440
|
+
var specificToolChoiceParamSchema_ts_1 = require('./zod/specificToolChoiceParamSchema.ts')
|
|
1441
|
+
Object.defineProperty(exports, 'specificToolChoiceParamSchema', {
|
|
1442
|
+
enumerable: true,
|
|
1443
|
+
get: function () {
|
|
1444
|
+
return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema
|
|
1445
|
+
},
|
|
1446
|
+
})
|
|
1447
|
+
var streamOptionsParamSchema_ts_1 = require('./zod/streamOptionsParamSchema.ts')
|
|
1448
|
+
Object.defineProperty(exports, 'streamOptionsParamSchema', {
|
|
1449
|
+
enumerable: true,
|
|
1450
|
+
get: function () {
|
|
1451
|
+
return streamOptionsParamSchema_ts_1.streamOptionsParamSchema
|
|
1452
|
+
},
|
|
1453
|
+
})
|
|
1454
|
+
var summaryTextContentSchema_ts_1 = require('./zod/summaryTextContentSchema.ts')
|
|
1455
|
+
Object.defineProperty(exports, 'summaryTextContentSchema', {
|
|
1456
|
+
enumerable: true,
|
|
1457
|
+
get: function () {
|
|
1458
|
+
return summaryTextContentSchema_ts_1.summaryTextContentSchema
|
|
1459
|
+
},
|
|
1460
|
+
})
|
|
1461
|
+
var systemMessageItemParamSchema_ts_1 = require('./zod/systemMessageItemParamSchema.ts')
|
|
1462
|
+
Object.defineProperty(exports, 'systemMessageItemParamSchema', {
|
|
1463
|
+
enumerable: true,
|
|
1464
|
+
get: function () {
|
|
1465
|
+
return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema
|
|
1466
|
+
},
|
|
1467
|
+
})
|
|
1468
|
+
var textContentSchema_ts_1 = require('./zod/textContentSchema.ts')
|
|
1469
|
+
Object.defineProperty(exports, 'textContentSchema', {
|
|
1470
|
+
enumerable: true,
|
|
1471
|
+
get: function () {
|
|
1472
|
+
return textContentSchema_ts_1.textContentSchema
|
|
1473
|
+
},
|
|
1474
|
+
})
|
|
1475
|
+
var textFieldSchema_ts_1 = require('./zod/textFieldSchema.ts')
|
|
1476
|
+
Object.defineProperty(exports, 'textFieldSchema', {
|
|
1477
|
+
enumerable: true,
|
|
1478
|
+
get: function () {
|
|
1479
|
+
return textFieldSchema_ts_1.textFieldSchema
|
|
1480
|
+
},
|
|
1481
|
+
})
|
|
1482
|
+
var textFormatParamSchema_ts_1 = require('./zod/textFormatParamSchema.ts')
|
|
1483
|
+
Object.defineProperty(exports, 'textFormatParamSchema', {
|
|
1484
|
+
enumerable: true,
|
|
1485
|
+
get: function () {
|
|
1486
|
+
return textFormatParamSchema_ts_1.textFormatParamSchema
|
|
1487
|
+
},
|
|
1488
|
+
})
|
|
1489
|
+
var textParamSchema_ts_1 = require('./zod/textParamSchema.ts')
|
|
1490
|
+
Object.defineProperty(exports, 'textParamSchema', {
|
|
1491
|
+
enumerable: true,
|
|
1492
|
+
get: function () {
|
|
1493
|
+
return textParamSchema_ts_1.textParamSchema
|
|
1494
|
+
},
|
|
1495
|
+
})
|
|
1496
|
+
var textResponseFormatSchema_ts_1 = require('./zod/textResponseFormatSchema.ts')
|
|
1497
|
+
Object.defineProperty(exports, 'textResponseFormatSchema', {
|
|
1498
|
+
enumerable: true,
|
|
1499
|
+
get: function () {
|
|
1500
|
+
return textResponseFormatSchema_ts_1.textResponseFormatSchema
|
|
1501
|
+
},
|
|
1502
|
+
})
|
|
1503
|
+
var toolChoiceParamSchema_ts_1 = require('./zod/toolChoiceParamSchema.ts')
|
|
1504
|
+
Object.defineProperty(exports, 'toolChoiceParamSchema', {
|
|
1505
|
+
enumerable: true,
|
|
1506
|
+
get: function () {
|
|
1507
|
+
return toolChoiceParamSchema_ts_1.toolChoiceParamSchema
|
|
1508
|
+
},
|
|
1509
|
+
})
|
|
1510
|
+
var toolChoiceValueEnumSchema_ts_1 = require('./zod/toolChoiceValueEnumSchema.ts')
|
|
1511
|
+
Object.defineProperty(exports, 'toolChoiceValueEnumSchema', {
|
|
1512
|
+
enumerable: true,
|
|
1513
|
+
get: function () {
|
|
1514
|
+
return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema
|
|
1515
|
+
},
|
|
1516
|
+
})
|
|
1517
|
+
var toolSchema_ts_1 = require('./zod/toolSchema.ts')
|
|
1518
|
+
Object.defineProperty(exports, 'toolSchema', {
|
|
1519
|
+
enumerable: true,
|
|
1520
|
+
get: function () {
|
|
1521
|
+
return toolSchema_ts_1.toolSchema
|
|
1522
|
+
},
|
|
1523
|
+
})
|
|
1524
|
+
var topLogProbSchema_ts_1 = require('./zod/topLogProbSchema.ts')
|
|
1525
|
+
Object.defineProperty(exports, 'topLogProbSchema', {
|
|
1526
|
+
enumerable: true,
|
|
1527
|
+
get: function () {
|
|
1528
|
+
return topLogProbSchema_ts_1.topLogProbSchema
|
|
1529
|
+
},
|
|
1530
|
+
})
|
|
1531
|
+
var truncationEnumSchema_ts_1 = require('./zod/truncationEnumSchema.ts')
|
|
1532
|
+
Object.defineProperty(exports, 'truncationEnumSchema', {
|
|
1533
|
+
enumerable: true,
|
|
1534
|
+
get: function () {
|
|
1535
|
+
return truncationEnumSchema_ts_1.truncationEnumSchema
|
|
1536
|
+
},
|
|
1537
|
+
})
|
|
1538
|
+
var urlCitationBodySchema_ts_1 = require('./zod/urlCitationBodySchema.ts')
|
|
1539
|
+
Object.defineProperty(exports, 'urlCitationBodySchema', {
|
|
1540
|
+
enumerable: true,
|
|
1541
|
+
get: function () {
|
|
1542
|
+
return urlCitationBodySchema_ts_1.urlCitationBodySchema
|
|
1543
|
+
},
|
|
1544
|
+
})
|
|
1545
|
+
var urlCitationParamSchema_ts_1 = require('./zod/urlCitationParamSchema.ts')
|
|
1546
|
+
Object.defineProperty(exports, 'urlCitationParamSchema', {
|
|
1547
|
+
enumerable: true,
|
|
1548
|
+
get: function () {
|
|
1549
|
+
return urlCitationParamSchema_ts_1.urlCitationParamSchema
|
|
1550
|
+
},
|
|
1551
|
+
})
|
|
1552
|
+
var usageSchema_ts_1 = require('./zod/usageSchema.ts')
|
|
1553
|
+
Object.defineProperty(exports, 'usageSchema', {
|
|
1554
|
+
enumerable: true,
|
|
1555
|
+
get: function () {
|
|
1556
|
+
return usageSchema_ts_1.usageSchema
|
|
1557
|
+
},
|
|
1558
|
+
})
|
|
1559
|
+
var userMessageItemParamSchema_ts_1 = require('./zod/userMessageItemParamSchema.ts')
|
|
1560
|
+
Object.defineProperty(exports, 'userMessageItemParamSchema', {
|
|
1561
|
+
enumerable: true,
|
|
1562
|
+
get: function () {
|
|
1563
|
+
return userMessageItemParamSchema_ts_1.userMessageItemParamSchema
|
|
1564
|
+
},
|
|
1565
|
+
})
|
|
1566
|
+
var verbosityEnumSchema_ts_1 = require('./zod/verbosityEnumSchema.ts')
|
|
1567
|
+
Object.defineProperty(exports, 'verbosityEnumSchema', {
|
|
1568
|
+
enumerable: true,
|
|
1569
|
+
get: function () {
|
|
1570
|
+
return verbosityEnumSchema_ts_1.verbosityEnumSchema
|
|
1571
|
+
},
|
|
1572
|
+
})
|