tekimax-ts 0.1.7 → 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 +155 -25
- 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/zod/index.js
CHANGED
|
@@ -1,213 +1,871 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
3
|
-
exports.reasoningBodySchema =
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
|
|
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
|
-
var
|
|
119
|
-
Object.defineProperty(exports,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
var
|
|
133
|
-
Object.defineProperty(exports,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
var
|
|
147
|
-
Object.defineProperty(exports,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
Object.defineProperty(exports,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
Object.defineProperty(exports,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
var
|
|
173
|
-
Object.defineProperty(exports,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
var
|
|
187
|
-
Object.defineProperty(exports,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
var
|
|
201
|
-
Object.defineProperty(exports,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
1
|
+
'use strict'
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true })
|
|
3
|
+
exports.reasoningBodySchema =
|
|
4
|
+
exports.outputTokensDetailsSchema =
|
|
5
|
+
exports.outputTextContentSchema =
|
|
6
|
+
exports.outputTextContentParamSchema =
|
|
7
|
+
exports.metadataParamSchema =
|
|
8
|
+
exports.messageStatusSchema =
|
|
9
|
+
exports.messageSchema =
|
|
10
|
+
exports.messageRoleSchema =
|
|
11
|
+
exports.logProbSchema =
|
|
12
|
+
exports.jsonSchemaResponseFormatSchema =
|
|
13
|
+
exports.jsonSchemaResponseFormatParamSchema =
|
|
14
|
+
exports.jsonObjectResponseFormatSchema =
|
|
15
|
+
exports.itemReferenceParamSchema =
|
|
16
|
+
exports.itemParamSchema =
|
|
17
|
+
exports.itemFieldSchema =
|
|
18
|
+
exports.inputVideoContentSchema =
|
|
19
|
+
exports.inputTokensDetailsSchema =
|
|
20
|
+
exports.inputTextContentSchema =
|
|
21
|
+
exports.inputTextContentParamSchema =
|
|
22
|
+
exports.inputImageContentSchema =
|
|
23
|
+
exports.inputImageContentParamAutoParamSchema =
|
|
24
|
+
exports.inputFileContentSchema =
|
|
25
|
+
exports.inputFileContentParamSchema =
|
|
26
|
+
exports.incompleteDetailsSchema =
|
|
27
|
+
exports.includeEnumSchema =
|
|
28
|
+
exports.imageDetailSchema =
|
|
29
|
+
exports.functionToolSchema =
|
|
30
|
+
exports.functionToolParamSchema =
|
|
31
|
+
exports.functionToolChoiceSchema =
|
|
32
|
+
exports.functionCallStatusSchema =
|
|
33
|
+
exports.functionCallSchema =
|
|
34
|
+
exports.functionCallOutputStatusEnumSchema =
|
|
35
|
+
exports.functionCallOutputSchema =
|
|
36
|
+
exports.functionCallOutputItemParamSchema =
|
|
37
|
+
exports.functionCallItemStatusSchema =
|
|
38
|
+
exports.functionCallItemParamSchema =
|
|
39
|
+
exports.errorStreamingEventSchema =
|
|
40
|
+
exports.errorSchema =
|
|
41
|
+
exports.errorPayloadSchema =
|
|
42
|
+
exports.emptyModelParamSchema =
|
|
43
|
+
exports.developerMessageItemParamSchema =
|
|
44
|
+
exports.detailEnumSchema =
|
|
45
|
+
exports.createresponseMutationResponseSchema =
|
|
46
|
+
exports.createresponseMutationRequestSchema =
|
|
47
|
+
exports.createresponse200Schema =
|
|
48
|
+
exports.createResponseBodySchema =
|
|
49
|
+
exports.assistantMessageItemParamSchema =
|
|
50
|
+
exports.annotationSchema =
|
|
51
|
+
exports.allowedToolsParamSchema =
|
|
52
|
+
exports.allowedToolChoiceSchema =
|
|
53
|
+
void 0
|
|
54
|
+
exports.truncationEnumSchema =
|
|
55
|
+
exports.topLogProbSchema =
|
|
56
|
+
exports.toolSchema =
|
|
57
|
+
exports.toolChoiceValueEnumSchema =
|
|
58
|
+
exports.toolChoiceParamSchema =
|
|
59
|
+
exports.textResponseFormatSchema =
|
|
60
|
+
exports.textParamSchema =
|
|
61
|
+
exports.textFormatParamSchema =
|
|
62
|
+
exports.textFieldSchema =
|
|
63
|
+
exports.textContentSchema =
|
|
64
|
+
exports.systemMessageItemParamSchema =
|
|
65
|
+
exports.summaryTextContentSchema =
|
|
66
|
+
exports.streamOptionsParamSchema =
|
|
67
|
+
exports.specificToolChoiceParamSchema =
|
|
68
|
+
exports.specificFunctionParamSchema =
|
|
69
|
+
exports.serviceTierEnumSchema =
|
|
70
|
+
exports.responsesToolParamSchema =
|
|
71
|
+
exports.responseResourceSchema =
|
|
72
|
+
exports.responseRefusalDoneStreamingEventSchema =
|
|
73
|
+
exports.responseRefusalDeltaStreamingEventSchema =
|
|
74
|
+
exports.responseReasoningSummaryPartDoneStreamingEventSchema =
|
|
75
|
+
exports.responseReasoningSummaryPartAddedStreamingEventSchema =
|
|
76
|
+
exports.responseReasoningSummaryDoneStreamingEventSchema =
|
|
77
|
+
exports.responseReasoningSummaryDeltaStreamingEventSchema =
|
|
78
|
+
exports.responseReasoningDoneStreamingEventSchema =
|
|
79
|
+
exports.responseReasoningDeltaStreamingEventSchema =
|
|
80
|
+
exports.responseQueuedStreamingEventSchema =
|
|
81
|
+
exports.responseOutputTextDoneStreamingEventSchema =
|
|
82
|
+
exports.responseOutputTextDeltaStreamingEventSchema =
|
|
83
|
+
exports.responseOutputTextAnnotationAddedStreamingEventSchema =
|
|
84
|
+
exports.responseOutputItemDoneStreamingEventSchema =
|
|
85
|
+
exports.responseOutputItemAddedStreamingEventSchema =
|
|
86
|
+
exports.responseInProgressStreamingEventSchema =
|
|
87
|
+
exports.responseIncompleteStreamingEventSchema =
|
|
88
|
+
exports.responseFunctionCallArgumentsDoneStreamingEventSchema =
|
|
89
|
+
exports.responseFunctionCallArgumentsDeltaStreamingEventSchema =
|
|
90
|
+
exports.responseFailedStreamingEventSchema =
|
|
91
|
+
exports.responseCreatedStreamingEventSchema =
|
|
92
|
+
exports.responseContentPartDoneStreamingEventSchema =
|
|
93
|
+
exports.responseContentPartAddedStreamingEventSchema =
|
|
94
|
+
exports.responseCompletedStreamingEventSchema =
|
|
95
|
+
exports.refusalContentSchema =
|
|
96
|
+
exports.refusalContentParamSchema =
|
|
97
|
+
exports.reasoningTextContentSchema =
|
|
98
|
+
exports.reasoningSummaryEnumSchema =
|
|
99
|
+
exports.reasoningSummaryContentParamSchema =
|
|
100
|
+
exports.reasoningSchema =
|
|
101
|
+
exports.reasoningParamSchema =
|
|
102
|
+
exports.reasoningItemParamSchema =
|
|
103
|
+
exports.reasoningEffortEnumSchema =
|
|
104
|
+
void 0
|
|
105
|
+
exports.verbosityEnumSchema =
|
|
106
|
+
exports.userMessageItemParamSchema =
|
|
107
|
+
exports.usageSchema =
|
|
108
|
+
exports.urlCitationParamSchema =
|
|
109
|
+
exports.urlCitationBodySchema =
|
|
110
|
+
void 0
|
|
111
|
+
var allowedToolChoiceSchema_ts_1 = require('./allowedToolChoiceSchema.ts')
|
|
112
|
+
Object.defineProperty(exports, 'allowedToolChoiceSchema', {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function () {
|
|
115
|
+
return allowedToolChoiceSchema_ts_1.allowedToolChoiceSchema
|
|
116
|
+
},
|
|
117
|
+
})
|
|
118
|
+
var allowedToolsParamSchema_ts_1 = require('./allowedToolsParamSchema.ts')
|
|
119
|
+
Object.defineProperty(exports, 'allowedToolsParamSchema', {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () {
|
|
122
|
+
return allowedToolsParamSchema_ts_1.allowedToolsParamSchema
|
|
123
|
+
},
|
|
124
|
+
})
|
|
125
|
+
var annotationSchema_ts_1 = require('./annotationSchema.ts')
|
|
126
|
+
Object.defineProperty(exports, 'annotationSchema', {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function () {
|
|
129
|
+
return annotationSchema_ts_1.annotationSchema
|
|
130
|
+
},
|
|
131
|
+
})
|
|
132
|
+
var assistantMessageItemParamSchema_ts_1 = require('./assistantMessageItemParamSchema.ts')
|
|
133
|
+
Object.defineProperty(exports, 'assistantMessageItemParamSchema', {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
get: function () {
|
|
136
|
+
return assistantMessageItemParamSchema_ts_1.assistantMessageItemParamSchema
|
|
137
|
+
},
|
|
138
|
+
})
|
|
139
|
+
var createResponseBodySchema_ts_1 = require('./createResponseBodySchema.ts')
|
|
140
|
+
Object.defineProperty(exports, 'createResponseBodySchema', {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () {
|
|
143
|
+
return createResponseBodySchema_ts_1.createResponseBodySchema
|
|
144
|
+
},
|
|
145
|
+
})
|
|
146
|
+
var createresponseSchema_ts_1 = require('./createresponseSchema.ts')
|
|
147
|
+
Object.defineProperty(exports, 'createresponse200Schema', {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () {
|
|
150
|
+
return createresponseSchema_ts_1.createresponse200Schema
|
|
151
|
+
},
|
|
152
|
+
})
|
|
153
|
+
Object.defineProperty(exports, 'createresponseMutationRequestSchema', {
|
|
154
|
+
enumerable: true,
|
|
155
|
+
get: function () {
|
|
156
|
+
return createresponseSchema_ts_1.createresponseMutationRequestSchema
|
|
157
|
+
},
|
|
158
|
+
})
|
|
159
|
+
Object.defineProperty(exports, 'createresponseMutationResponseSchema', {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () {
|
|
162
|
+
return createresponseSchema_ts_1.createresponseMutationResponseSchema
|
|
163
|
+
},
|
|
164
|
+
})
|
|
165
|
+
var detailEnumSchema_ts_1 = require('./detailEnumSchema.ts')
|
|
166
|
+
Object.defineProperty(exports, 'detailEnumSchema', {
|
|
167
|
+
enumerable: true,
|
|
168
|
+
get: function () {
|
|
169
|
+
return detailEnumSchema_ts_1.detailEnumSchema
|
|
170
|
+
},
|
|
171
|
+
})
|
|
172
|
+
var developerMessageItemParamSchema_ts_1 = require('./developerMessageItemParamSchema.ts')
|
|
173
|
+
Object.defineProperty(exports, 'developerMessageItemParamSchema', {
|
|
174
|
+
enumerable: true,
|
|
175
|
+
get: function () {
|
|
176
|
+
return developerMessageItemParamSchema_ts_1.developerMessageItemParamSchema
|
|
177
|
+
},
|
|
178
|
+
})
|
|
179
|
+
var emptyModelParamSchema_ts_1 = require('./emptyModelParamSchema.ts')
|
|
180
|
+
Object.defineProperty(exports, 'emptyModelParamSchema', {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () {
|
|
183
|
+
return emptyModelParamSchema_ts_1.emptyModelParamSchema
|
|
184
|
+
},
|
|
185
|
+
})
|
|
186
|
+
var errorPayloadSchema_ts_1 = require('./errorPayloadSchema.ts')
|
|
187
|
+
Object.defineProperty(exports, 'errorPayloadSchema', {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function () {
|
|
190
|
+
return errorPayloadSchema_ts_1.errorPayloadSchema
|
|
191
|
+
},
|
|
192
|
+
})
|
|
193
|
+
var errorSchema_ts_1 = require('./errorSchema.ts')
|
|
194
|
+
Object.defineProperty(exports, 'errorSchema', {
|
|
195
|
+
enumerable: true,
|
|
196
|
+
get: function () {
|
|
197
|
+
return errorSchema_ts_1.errorSchema
|
|
198
|
+
},
|
|
199
|
+
})
|
|
200
|
+
var errorStreamingEventSchema_ts_1 = require('./errorStreamingEventSchema.ts')
|
|
201
|
+
Object.defineProperty(exports, 'errorStreamingEventSchema', {
|
|
202
|
+
enumerable: true,
|
|
203
|
+
get: function () {
|
|
204
|
+
return errorStreamingEventSchema_ts_1.errorStreamingEventSchema
|
|
205
|
+
},
|
|
206
|
+
})
|
|
207
|
+
var functionCallItemParamSchema_ts_1 = require('./functionCallItemParamSchema.ts')
|
|
208
|
+
Object.defineProperty(exports, 'functionCallItemParamSchema', {
|
|
209
|
+
enumerable: true,
|
|
210
|
+
get: function () {
|
|
211
|
+
return functionCallItemParamSchema_ts_1.functionCallItemParamSchema
|
|
212
|
+
},
|
|
213
|
+
})
|
|
214
|
+
var functionCallItemStatusSchema_ts_1 = require('./functionCallItemStatusSchema.ts')
|
|
215
|
+
Object.defineProperty(exports, 'functionCallItemStatusSchema', {
|
|
216
|
+
enumerable: true,
|
|
217
|
+
get: function () {
|
|
218
|
+
return functionCallItemStatusSchema_ts_1.functionCallItemStatusSchema
|
|
219
|
+
},
|
|
220
|
+
})
|
|
221
|
+
var functionCallOutputItemParamSchema_ts_1 = require('./functionCallOutputItemParamSchema.ts')
|
|
222
|
+
Object.defineProperty(exports, 'functionCallOutputItemParamSchema', {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function () {
|
|
225
|
+
return functionCallOutputItemParamSchema_ts_1.functionCallOutputItemParamSchema
|
|
226
|
+
},
|
|
227
|
+
})
|
|
228
|
+
var functionCallOutputSchema_ts_1 = require('./functionCallOutputSchema.ts')
|
|
229
|
+
Object.defineProperty(exports, 'functionCallOutputSchema', {
|
|
230
|
+
enumerable: true,
|
|
231
|
+
get: function () {
|
|
232
|
+
return functionCallOutputSchema_ts_1.functionCallOutputSchema
|
|
233
|
+
},
|
|
234
|
+
})
|
|
235
|
+
var functionCallOutputStatusEnumSchema_ts_1 = require('./functionCallOutputStatusEnumSchema.ts')
|
|
236
|
+
Object.defineProperty(exports, 'functionCallOutputStatusEnumSchema', {
|
|
237
|
+
enumerable: true,
|
|
238
|
+
get: function () {
|
|
239
|
+
return functionCallOutputStatusEnumSchema_ts_1.functionCallOutputStatusEnumSchema
|
|
240
|
+
},
|
|
241
|
+
})
|
|
242
|
+
var functionCallSchema_ts_1 = require('./functionCallSchema.ts')
|
|
243
|
+
Object.defineProperty(exports, 'functionCallSchema', {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () {
|
|
246
|
+
return functionCallSchema_ts_1.functionCallSchema
|
|
247
|
+
},
|
|
248
|
+
})
|
|
249
|
+
var functionCallStatusSchema_ts_1 = require('./functionCallStatusSchema.ts')
|
|
250
|
+
Object.defineProperty(exports, 'functionCallStatusSchema', {
|
|
251
|
+
enumerable: true,
|
|
252
|
+
get: function () {
|
|
253
|
+
return functionCallStatusSchema_ts_1.functionCallStatusSchema
|
|
254
|
+
},
|
|
255
|
+
})
|
|
256
|
+
var functionToolChoiceSchema_ts_1 = require('./functionToolChoiceSchema.ts')
|
|
257
|
+
Object.defineProperty(exports, 'functionToolChoiceSchema', {
|
|
258
|
+
enumerable: true,
|
|
259
|
+
get: function () {
|
|
260
|
+
return functionToolChoiceSchema_ts_1.functionToolChoiceSchema
|
|
261
|
+
},
|
|
262
|
+
})
|
|
263
|
+
var functionToolParamSchema_ts_1 = require('./functionToolParamSchema.ts')
|
|
264
|
+
Object.defineProperty(exports, 'functionToolParamSchema', {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () {
|
|
267
|
+
return functionToolParamSchema_ts_1.functionToolParamSchema
|
|
268
|
+
},
|
|
269
|
+
})
|
|
270
|
+
var functionToolSchema_ts_1 = require('./functionToolSchema.ts')
|
|
271
|
+
Object.defineProperty(exports, 'functionToolSchema', {
|
|
272
|
+
enumerable: true,
|
|
273
|
+
get: function () {
|
|
274
|
+
return functionToolSchema_ts_1.functionToolSchema
|
|
275
|
+
},
|
|
276
|
+
})
|
|
277
|
+
var imageDetailSchema_ts_1 = require('./imageDetailSchema.ts')
|
|
278
|
+
Object.defineProperty(exports, 'imageDetailSchema', {
|
|
279
|
+
enumerable: true,
|
|
280
|
+
get: function () {
|
|
281
|
+
return imageDetailSchema_ts_1.imageDetailSchema
|
|
282
|
+
},
|
|
283
|
+
})
|
|
284
|
+
var includeEnumSchema_ts_1 = require('./includeEnumSchema.ts')
|
|
285
|
+
Object.defineProperty(exports, 'includeEnumSchema', {
|
|
286
|
+
enumerable: true,
|
|
287
|
+
get: function () {
|
|
288
|
+
return includeEnumSchema_ts_1.includeEnumSchema
|
|
289
|
+
},
|
|
290
|
+
})
|
|
291
|
+
var incompleteDetailsSchema_ts_1 = require('./incompleteDetailsSchema.ts')
|
|
292
|
+
Object.defineProperty(exports, 'incompleteDetailsSchema', {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () {
|
|
295
|
+
return incompleteDetailsSchema_ts_1.incompleteDetailsSchema
|
|
296
|
+
},
|
|
297
|
+
})
|
|
298
|
+
var inputFileContentParamSchema_ts_1 = require('./inputFileContentParamSchema.ts')
|
|
299
|
+
Object.defineProperty(exports, 'inputFileContentParamSchema', {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function () {
|
|
302
|
+
return inputFileContentParamSchema_ts_1.inputFileContentParamSchema
|
|
303
|
+
},
|
|
304
|
+
})
|
|
305
|
+
var inputFileContentSchema_ts_1 = require('./inputFileContentSchema.ts')
|
|
306
|
+
Object.defineProperty(exports, 'inputFileContentSchema', {
|
|
307
|
+
enumerable: true,
|
|
308
|
+
get: function () {
|
|
309
|
+
return inputFileContentSchema_ts_1.inputFileContentSchema
|
|
310
|
+
},
|
|
311
|
+
})
|
|
312
|
+
var inputImageContentParamAutoParamSchema_ts_1 = require('./inputImageContentParamAutoParamSchema.ts')
|
|
313
|
+
Object.defineProperty(exports, 'inputImageContentParamAutoParamSchema', {
|
|
314
|
+
enumerable: true,
|
|
315
|
+
get: function () {
|
|
316
|
+
return inputImageContentParamAutoParamSchema_ts_1.inputImageContentParamAutoParamSchema
|
|
317
|
+
},
|
|
318
|
+
})
|
|
319
|
+
var inputImageContentSchema_ts_1 = require('./inputImageContentSchema.ts')
|
|
320
|
+
Object.defineProperty(exports, 'inputImageContentSchema', {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function () {
|
|
323
|
+
return inputImageContentSchema_ts_1.inputImageContentSchema
|
|
324
|
+
},
|
|
325
|
+
})
|
|
326
|
+
var inputTextContentParamSchema_ts_1 = require('./inputTextContentParamSchema.ts')
|
|
327
|
+
Object.defineProperty(exports, 'inputTextContentParamSchema', {
|
|
328
|
+
enumerable: true,
|
|
329
|
+
get: function () {
|
|
330
|
+
return inputTextContentParamSchema_ts_1.inputTextContentParamSchema
|
|
331
|
+
},
|
|
332
|
+
})
|
|
333
|
+
var inputTextContentSchema_ts_1 = require('./inputTextContentSchema.ts')
|
|
334
|
+
Object.defineProperty(exports, 'inputTextContentSchema', {
|
|
335
|
+
enumerable: true,
|
|
336
|
+
get: function () {
|
|
337
|
+
return inputTextContentSchema_ts_1.inputTextContentSchema
|
|
338
|
+
},
|
|
339
|
+
})
|
|
340
|
+
var inputTokensDetailsSchema_ts_1 = require('./inputTokensDetailsSchema.ts')
|
|
341
|
+
Object.defineProperty(exports, 'inputTokensDetailsSchema', {
|
|
342
|
+
enumerable: true,
|
|
343
|
+
get: function () {
|
|
344
|
+
return inputTokensDetailsSchema_ts_1.inputTokensDetailsSchema
|
|
345
|
+
},
|
|
346
|
+
})
|
|
347
|
+
var inputVideoContentSchema_ts_1 = require('./inputVideoContentSchema.ts')
|
|
348
|
+
Object.defineProperty(exports, 'inputVideoContentSchema', {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () {
|
|
351
|
+
return inputVideoContentSchema_ts_1.inputVideoContentSchema
|
|
352
|
+
},
|
|
353
|
+
})
|
|
354
|
+
var itemFieldSchema_ts_1 = require('./itemFieldSchema.ts')
|
|
355
|
+
Object.defineProperty(exports, 'itemFieldSchema', {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () {
|
|
358
|
+
return itemFieldSchema_ts_1.itemFieldSchema
|
|
359
|
+
},
|
|
360
|
+
})
|
|
361
|
+
var itemParamSchema_ts_1 = require('./itemParamSchema.ts')
|
|
362
|
+
Object.defineProperty(exports, 'itemParamSchema', {
|
|
363
|
+
enumerable: true,
|
|
364
|
+
get: function () {
|
|
365
|
+
return itemParamSchema_ts_1.itemParamSchema
|
|
366
|
+
},
|
|
367
|
+
})
|
|
368
|
+
var itemReferenceParamSchema_ts_1 = require('./itemReferenceParamSchema.ts')
|
|
369
|
+
Object.defineProperty(exports, 'itemReferenceParamSchema', {
|
|
370
|
+
enumerable: true,
|
|
371
|
+
get: function () {
|
|
372
|
+
return itemReferenceParamSchema_ts_1.itemReferenceParamSchema
|
|
373
|
+
},
|
|
374
|
+
})
|
|
375
|
+
var jsonObjectResponseFormatSchema_ts_1 = require('./jsonObjectResponseFormatSchema.ts')
|
|
376
|
+
Object.defineProperty(exports, 'jsonObjectResponseFormatSchema', {
|
|
377
|
+
enumerable: true,
|
|
378
|
+
get: function () {
|
|
379
|
+
return jsonObjectResponseFormatSchema_ts_1.jsonObjectResponseFormatSchema
|
|
380
|
+
},
|
|
381
|
+
})
|
|
382
|
+
var jsonSchemaResponseFormatParamSchema_ts_1 = require('./jsonSchemaResponseFormatParamSchema.ts')
|
|
383
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatParamSchema', {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () {
|
|
386
|
+
return jsonSchemaResponseFormatParamSchema_ts_1.jsonSchemaResponseFormatParamSchema
|
|
387
|
+
},
|
|
388
|
+
})
|
|
389
|
+
var jsonSchemaResponseFormatSchema_ts_1 = require('./jsonSchemaResponseFormatSchema.ts')
|
|
390
|
+
Object.defineProperty(exports, 'jsonSchemaResponseFormatSchema', {
|
|
391
|
+
enumerable: true,
|
|
392
|
+
get: function () {
|
|
393
|
+
return jsonSchemaResponseFormatSchema_ts_1.jsonSchemaResponseFormatSchema
|
|
394
|
+
},
|
|
395
|
+
})
|
|
396
|
+
var logProbSchema_ts_1 = require('./logProbSchema.ts')
|
|
397
|
+
Object.defineProperty(exports, 'logProbSchema', {
|
|
398
|
+
enumerable: true,
|
|
399
|
+
get: function () {
|
|
400
|
+
return logProbSchema_ts_1.logProbSchema
|
|
401
|
+
},
|
|
402
|
+
})
|
|
403
|
+
var messageRoleSchema_ts_1 = require('./messageRoleSchema.ts')
|
|
404
|
+
Object.defineProperty(exports, 'messageRoleSchema', {
|
|
405
|
+
enumerable: true,
|
|
406
|
+
get: function () {
|
|
407
|
+
return messageRoleSchema_ts_1.messageRoleSchema
|
|
408
|
+
},
|
|
409
|
+
})
|
|
410
|
+
var messageSchema_ts_1 = require('./messageSchema.ts')
|
|
411
|
+
Object.defineProperty(exports, 'messageSchema', {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () {
|
|
414
|
+
return messageSchema_ts_1.messageSchema
|
|
415
|
+
},
|
|
416
|
+
})
|
|
417
|
+
var messageStatusSchema_ts_1 = require('./messageStatusSchema.ts')
|
|
418
|
+
Object.defineProperty(exports, 'messageStatusSchema', {
|
|
419
|
+
enumerable: true,
|
|
420
|
+
get: function () {
|
|
421
|
+
return messageStatusSchema_ts_1.messageStatusSchema
|
|
422
|
+
},
|
|
423
|
+
})
|
|
424
|
+
var metadataParamSchema_ts_1 = require('./metadataParamSchema.ts')
|
|
425
|
+
Object.defineProperty(exports, 'metadataParamSchema', {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function () {
|
|
428
|
+
return metadataParamSchema_ts_1.metadataParamSchema
|
|
429
|
+
},
|
|
430
|
+
})
|
|
431
|
+
var outputTextContentParamSchema_ts_1 = require('./outputTextContentParamSchema.ts')
|
|
432
|
+
Object.defineProperty(exports, 'outputTextContentParamSchema', {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () {
|
|
435
|
+
return outputTextContentParamSchema_ts_1.outputTextContentParamSchema
|
|
436
|
+
},
|
|
437
|
+
})
|
|
438
|
+
var outputTextContentSchema_ts_1 = require('./outputTextContentSchema.ts')
|
|
439
|
+
Object.defineProperty(exports, 'outputTextContentSchema', {
|
|
440
|
+
enumerable: true,
|
|
441
|
+
get: function () {
|
|
442
|
+
return outputTextContentSchema_ts_1.outputTextContentSchema
|
|
443
|
+
},
|
|
444
|
+
})
|
|
445
|
+
var outputTokensDetailsSchema_ts_1 = require('./outputTokensDetailsSchema.ts')
|
|
446
|
+
Object.defineProperty(exports, 'outputTokensDetailsSchema', {
|
|
447
|
+
enumerable: true,
|
|
448
|
+
get: function () {
|
|
449
|
+
return outputTokensDetailsSchema_ts_1.outputTokensDetailsSchema
|
|
450
|
+
},
|
|
451
|
+
})
|
|
452
|
+
var reasoningBodySchema_ts_1 = require('./reasoningBodySchema.ts')
|
|
453
|
+
Object.defineProperty(exports, 'reasoningBodySchema', {
|
|
454
|
+
enumerable: true,
|
|
455
|
+
get: function () {
|
|
456
|
+
return reasoningBodySchema_ts_1.reasoningBodySchema
|
|
457
|
+
},
|
|
458
|
+
})
|
|
459
|
+
var reasoningEffortEnumSchema_ts_1 = require('./reasoningEffortEnumSchema.ts')
|
|
460
|
+
Object.defineProperty(exports, 'reasoningEffortEnumSchema', {
|
|
461
|
+
enumerable: true,
|
|
462
|
+
get: function () {
|
|
463
|
+
return reasoningEffortEnumSchema_ts_1.reasoningEffortEnumSchema
|
|
464
|
+
},
|
|
465
|
+
})
|
|
466
|
+
var reasoningItemParamSchema_ts_1 = require('./reasoningItemParamSchema.ts')
|
|
467
|
+
Object.defineProperty(exports, 'reasoningItemParamSchema', {
|
|
468
|
+
enumerable: true,
|
|
469
|
+
get: function () {
|
|
470
|
+
return reasoningItemParamSchema_ts_1.reasoningItemParamSchema
|
|
471
|
+
},
|
|
472
|
+
})
|
|
473
|
+
var reasoningParamSchema_ts_1 = require('./reasoningParamSchema.ts')
|
|
474
|
+
Object.defineProperty(exports, 'reasoningParamSchema', {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function () {
|
|
477
|
+
return reasoningParamSchema_ts_1.reasoningParamSchema
|
|
478
|
+
},
|
|
479
|
+
})
|
|
480
|
+
var reasoningSchema_ts_1 = require('./reasoningSchema.ts')
|
|
481
|
+
Object.defineProperty(exports, 'reasoningSchema', {
|
|
482
|
+
enumerable: true,
|
|
483
|
+
get: function () {
|
|
484
|
+
return reasoningSchema_ts_1.reasoningSchema
|
|
485
|
+
},
|
|
486
|
+
})
|
|
487
|
+
var reasoningSummaryContentParamSchema_ts_1 = require('./reasoningSummaryContentParamSchema.ts')
|
|
488
|
+
Object.defineProperty(exports, 'reasoningSummaryContentParamSchema', {
|
|
489
|
+
enumerable: true,
|
|
490
|
+
get: function () {
|
|
491
|
+
return reasoningSummaryContentParamSchema_ts_1.reasoningSummaryContentParamSchema
|
|
492
|
+
},
|
|
493
|
+
})
|
|
494
|
+
var reasoningSummaryEnumSchema_ts_1 = require('./reasoningSummaryEnumSchema.ts')
|
|
495
|
+
Object.defineProperty(exports, 'reasoningSummaryEnumSchema', {
|
|
496
|
+
enumerable: true,
|
|
497
|
+
get: function () {
|
|
498
|
+
return reasoningSummaryEnumSchema_ts_1.reasoningSummaryEnumSchema
|
|
499
|
+
},
|
|
500
|
+
})
|
|
501
|
+
var reasoningTextContentSchema_ts_1 = require('./reasoningTextContentSchema.ts')
|
|
502
|
+
Object.defineProperty(exports, 'reasoningTextContentSchema', {
|
|
503
|
+
enumerable: true,
|
|
504
|
+
get: function () {
|
|
505
|
+
return reasoningTextContentSchema_ts_1.reasoningTextContentSchema
|
|
506
|
+
},
|
|
507
|
+
})
|
|
508
|
+
var refusalContentParamSchema_ts_1 = require('./refusalContentParamSchema.ts')
|
|
509
|
+
Object.defineProperty(exports, 'refusalContentParamSchema', {
|
|
510
|
+
enumerable: true,
|
|
511
|
+
get: function () {
|
|
512
|
+
return refusalContentParamSchema_ts_1.refusalContentParamSchema
|
|
513
|
+
},
|
|
514
|
+
})
|
|
515
|
+
var refusalContentSchema_ts_1 = require('./refusalContentSchema.ts')
|
|
516
|
+
Object.defineProperty(exports, 'refusalContentSchema', {
|
|
517
|
+
enumerable: true,
|
|
518
|
+
get: function () {
|
|
519
|
+
return refusalContentSchema_ts_1.refusalContentSchema
|
|
520
|
+
},
|
|
521
|
+
})
|
|
522
|
+
var responseCompletedStreamingEventSchema_ts_1 = require('./responseCompletedStreamingEventSchema.ts')
|
|
523
|
+
Object.defineProperty(exports, 'responseCompletedStreamingEventSchema', {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function () {
|
|
526
|
+
return responseCompletedStreamingEventSchema_ts_1.responseCompletedStreamingEventSchema
|
|
527
|
+
},
|
|
528
|
+
})
|
|
529
|
+
var responseContentPartAddedStreamingEventSchema_ts_1 = require('./responseContentPartAddedStreamingEventSchema.ts')
|
|
530
|
+
Object.defineProperty(exports, 'responseContentPartAddedStreamingEventSchema', {
|
|
531
|
+
enumerable: true,
|
|
532
|
+
get: function () {
|
|
533
|
+
return responseContentPartAddedStreamingEventSchema_ts_1.responseContentPartAddedStreamingEventSchema
|
|
534
|
+
},
|
|
535
|
+
})
|
|
536
|
+
var responseContentPartDoneStreamingEventSchema_ts_1 = require('./responseContentPartDoneStreamingEventSchema.ts')
|
|
537
|
+
Object.defineProperty(exports, 'responseContentPartDoneStreamingEventSchema', {
|
|
538
|
+
enumerable: true,
|
|
539
|
+
get: function () {
|
|
540
|
+
return responseContentPartDoneStreamingEventSchema_ts_1.responseContentPartDoneStreamingEventSchema
|
|
541
|
+
},
|
|
542
|
+
})
|
|
543
|
+
var responseCreatedStreamingEventSchema_ts_1 = require('./responseCreatedStreamingEventSchema.ts')
|
|
544
|
+
Object.defineProperty(exports, 'responseCreatedStreamingEventSchema', {
|
|
545
|
+
enumerable: true,
|
|
546
|
+
get: function () {
|
|
547
|
+
return responseCreatedStreamingEventSchema_ts_1.responseCreatedStreamingEventSchema
|
|
548
|
+
},
|
|
549
|
+
})
|
|
550
|
+
var responseFailedStreamingEventSchema_ts_1 = require('./responseFailedStreamingEventSchema.ts')
|
|
551
|
+
Object.defineProperty(exports, 'responseFailedStreamingEventSchema', {
|
|
552
|
+
enumerable: true,
|
|
553
|
+
get: function () {
|
|
554
|
+
return responseFailedStreamingEventSchema_ts_1.responseFailedStreamingEventSchema
|
|
555
|
+
},
|
|
556
|
+
})
|
|
557
|
+
var responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1 = require('./responseFunctionCallArgumentsDeltaStreamingEventSchema.ts')
|
|
558
|
+
Object.defineProperty(
|
|
559
|
+
exports,
|
|
560
|
+
'responseFunctionCallArgumentsDeltaStreamingEventSchema',
|
|
561
|
+
{
|
|
562
|
+
enumerable: true,
|
|
563
|
+
get: function () {
|
|
564
|
+
return responseFunctionCallArgumentsDeltaStreamingEventSchema_ts_1.responseFunctionCallArgumentsDeltaStreamingEventSchema
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
)
|
|
568
|
+
var responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1 = require('./responseFunctionCallArgumentsDoneStreamingEventSchema.ts')
|
|
569
|
+
Object.defineProperty(
|
|
570
|
+
exports,
|
|
571
|
+
'responseFunctionCallArgumentsDoneStreamingEventSchema',
|
|
572
|
+
{
|
|
573
|
+
enumerable: true,
|
|
574
|
+
get: function () {
|
|
575
|
+
return responseFunctionCallArgumentsDoneStreamingEventSchema_ts_1.responseFunctionCallArgumentsDoneStreamingEventSchema
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
)
|
|
579
|
+
var responseIncompleteStreamingEventSchema_ts_1 = require('./responseIncompleteStreamingEventSchema.ts')
|
|
580
|
+
Object.defineProperty(exports, 'responseIncompleteStreamingEventSchema', {
|
|
581
|
+
enumerable: true,
|
|
582
|
+
get: function () {
|
|
583
|
+
return responseIncompleteStreamingEventSchema_ts_1.responseIncompleteStreamingEventSchema
|
|
584
|
+
},
|
|
585
|
+
})
|
|
586
|
+
var responseInProgressStreamingEventSchema_ts_1 = require('./responseInProgressStreamingEventSchema.ts')
|
|
587
|
+
Object.defineProperty(exports, 'responseInProgressStreamingEventSchema', {
|
|
588
|
+
enumerable: true,
|
|
589
|
+
get: function () {
|
|
590
|
+
return responseInProgressStreamingEventSchema_ts_1.responseInProgressStreamingEventSchema
|
|
591
|
+
},
|
|
592
|
+
})
|
|
593
|
+
var responseOutputItemAddedStreamingEventSchema_ts_1 = require('./responseOutputItemAddedStreamingEventSchema.ts')
|
|
594
|
+
Object.defineProperty(exports, 'responseOutputItemAddedStreamingEventSchema', {
|
|
595
|
+
enumerable: true,
|
|
596
|
+
get: function () {
|
|
597
|
+
return responseOutputItemAddedStreamingEventSchema_ts_1.responseOutputItemAddedStreamingEventSchema
|
|
598
|
+
},
|
|
599
|
+
})
|
|
600
|
+
var responseOutputItemDoneStreamingEventSchema_ts_1 = require('./responseOutputItemDoneStreamingEventSchema.ts')
|
|
601
|
+
Object.defineProperty(exports, 'responseOutputItemDoneStreamingEventSchema', {
|
|
602
|
+
enumerable: true,
|
|
603
|
+
get: function () {
|
|
604
|
+
return responseOutputItemDoneStreamingEventSchema_ts_1.responseOutputItemDoneStreamingEventSchema
|
|
605
|
+
},
|
|
606
|
+
})
|
|
607
|
+
var responseOutputTextAnnotationAddedStreamingEventSchema_ts_1 = require('./responseOutputTextAnnotationAddedStreamingEventSchema.ts')
|
|
608
|
+
Object.defineProperty(
|
|
609
|
+
exports,
|
|
610
|
+
'responseOutputTextAnnotationAddedStreamingEventSchema',
|
|
611
|
+
{
|
|
612
|
+
enumerable: true,
|
|
613
|
+
get: function () {
|
|
614
|
+
return responseOutputTextAnnotationAddedStreamingEventSchema_ts_1.responseOutputTextAnnotationAddedStreamingEventSchema
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
)
|
|
618
|
+
var responseOutputTextDeltaStreamingEventSchema_ts_1 = require('./responseOutputTextDeltaStreamingEventSchema.ts')
|
|
619
|
+
Object.defineProperty(exports, 'responseOutputTextDeltaStreamingEventSchema', {
|
|
620
|
+
enumerable: true,
|
|
621
|
+
get: function () {
|
|
622
|
+
return responseOutputTextDeltaStreamingEventSchema_ts_1.responseOutputTextDeltaStreamingEventSchema
|
|
623
|
+
},
|
|
624
|
+
})
|
|
625
|
+
var responseOutputTextDoneStreamingEventSchema_ts_1 = require('./responseOutputTextDoneStreamingEventSchema.ts')
|
|
626
|
+
Object.defineProperty(exports, 'responseOutputTextDoneStreamingEventSchema', {
|
|
627
|
+
enumerable: true,
|
|
628
|
+
get: function () {
|
|
629
|
+
return responseOutputTextDoneStreamingEventSchema_ts_1.responseOutputTextDoneStreamingEventSchema
|
|
630
|
+
},
|
|
631
|
+
})
|
|
632
|
+
var responseQueuedStreamingEventSchema_ts_1 = require('./responseQueuedStreamingEventSchema.ts')
|
|
633
|
+
Object.defineProperty(exports, 'responseQueuedStreamingEventSchema', {
|
|
634
|
+
enumerable: true,
|
|
635
|
+
get: function () {
|
|
636
|
+
return responseQueuedStreamingEventSchema_ts_1.responseQueuedStreamingEventSchema
|
|
637
|
+
},
|
|
638
|
+
})
|
|
639
|
+
var responseReasoningDeltaStreamingEventSchema_ts_1 = require('./responseReasoningDeltaStreamingEventSchema.ts')
|
|
640
|
+
Object.defineProperty(exports, 'responseReasoningDeltaStreamingEventSchema', {
|
|
641
|
+
enumerable: true,
|
|
642
|
+
get: function () {
|
|
643
|
+
return responseReasoningDeltaStreamingEventSchema_ts_1.responseReasoningDeltaStreamingEventSchema
|
|
644
|
+
},
|
|
645
|
+
})
|
|
646
|
+
var responseReasoningDoneStreamingEventSchema_ts_1 = require('./responseReasoningDoneStreamingEventSchema.ts')
|
|
647
|
+
Object.defineProperty(exports, 'responseReasoningDoneStreamingEventSchema', {
|
|
648
|
+
enumerable: true,
|
|
649
|
+
get: function () {
|
|
650
|
+
return responseReasoningDoneStreamingEventSchema_ts_1.responseReasoningDoneStreamingEventSchema
|
|
651
|
+
},
|
|
652
|
+
})
|
|
653
|
+
var responseReasoningSummaryDeltaStreamingEventSchema_ts_1 = require('./responseReasoningSummaryDeltaStreamingEventSchema.ts')
|
|
654
|
+
Object.defineProperty(
|
|
655
|
+
exports,
|
|
656
|
+
'responseReasoningSummaryDeltaStreamingEventSchema',
|
|
657
|
+
{
|
|
658
|
+
enumerable: true,
|
|
659
|
+
get: function () {
|
|
660
|
+
return responseReasoningSummaryDeltaStreamingEventSchema_ts_1.responseReasoningSummaryDeltaStreamingEventSchema
|
|
661
|
+
},
|
|
662
|
+
},
|
|
663
|
+
)
|
|
664
|
+
var responseReasoningSummaryDoneStreamingEventSchema_ts_1 = require('./responseReasoningSummaryDoneStreamingEventSchema.ts')
|
|
665
|
+
Object.defineProperty(
|
|
666
|
+
exports,
|
|
667
|
+
'responseReasoningSummaryDoneStreamingEventSchema',
|
|
668
|
+
{
|
|
669
|
+
enumerable: true,
|
|
670
|
+
get: function () {
|
|
671
|
+
return responseReasoningSummaryDoneStreamingEventSchema_ts_1.responseReasoningSummaryDoneStreamingEventSchema
|
|
672
|
+
},
|
|
673
|
+
},
|
|
674
|
+
)
|
|
675
|
+
var responseReasoningSummaryPartAddedStreamingEventSchema_ts_1 = require('./responseReasoningSummaryPartAddedStreamingEventSchema.ts')
|
|
676
|
+
Object.defineProperty(
|
|
677
|
+
exports,
|
|
678
|
+
'responseReasoningSummaryPartAddedStreamingEventSchema',
|
|
679
|
+
{
|
|
680
|
+
enumerable: true,
|
|
681
|
+
get: function () {
|
|
682
|
+
return responseReasoningSummaryPartAddedStreamingEventSchema_ts_1.responseReasoningSummaryPartAddedStreamingEventSchema
|
|
683
|
+
},
|
|
684
|
+
},
|
|
685
|
+
)
|
|
686
|
+
var responseReasoningSummaryPartDoneStreamingEventSchema_ts_1 = require('./responseReasoningSummaryPartDoneStreamingEventSchema.ts')
|
|
687
|
+
Object.defineProperty(
|
|
688
|
+
exports,
|
|
689
|
+
'responseReasoningSummaryPartDoneStreamingEventSchema',
|
|
690
|
+
{
|
|
691
|
+
enumerable: true,
|
|
692
|
+
get: function () {
|
|
693
|
+
return responseReasoningSummaryPartDoneStreamingEventSchema_ts_1.responseReasoningSummaryPartDoneStreamingEventSchema
|
|
694
|
+
},
|
|
695
|
+
},
|
|
696
|
+
)
|
|
697
|
+
var responseRefusalDeltaStreamingEventSchema_ts_1 = require('./responseRefusalDeltaStreamingEventSchema.ts')
|
|
698
|
+
Object.defineProperty(exports, 'responseRefusalDeltaStreamingEventSchema', {
|
|
699
|
+
enumerable: true,
|
|
700
|
+
get: function () {
|
|
701
|
+
return responseRefusalDeltaStreamingEventSchema_ts_1.responseRefusalDeltaStreamingEventSchema
|
|
702
|
+
},
|
|
703
|
+
})
|
|
704
|
+
var responseRefusalDoneStreamingEventSchema_ts_1 = require('./responseRefusalDoneStreamingEventSchema.ts')
|
|
705
|
+
Object.defineProperty(exports, 'responseRefusalDoneStreamingEventSchema', {
|
|
706
|
+
enumerable: true,
|
|
707
|
+
get: function () {
|
|
708
|
+
return responseRefusalDoneStreamingEventSchema_ts_1.responseRefusalDoneStreamingEventSchema
|
|
709
|
+
},
|
|
710
|
+
})
|
|
711
|
+
var responseResourceSchema_ts_1 = require('./responseResourceSchema.ts')
|
|
712
|
+
Object.defineProperty(exports, 'responseResourceSchema', {
|
|
713
|
+
enumerable: true,
|
|
714
|
+
get: function () {
|
|
715
|
+
return responseResourceSchema_ts_1.responseResourceSchema
|
|
716
|
+
},
|
|
717
|
+
})
|
|
718
|
+
var responsesToolParamSchema_ts_1 = require('./responsesToolParamSchema.ts')
|
|
719
|
+
Object.defineProperty(exports, 'responsesToolParamSchema', {
|
|
720
|
+
enumerable: true,
|
|
721
|
+
get: function () {
|
|
722
|
+
return responsesToolParamSchema_ts_1.responsesToolParamSchema
|
|
723
|
+
},
|
|
724
|
+
})
|
|
725
|
+
var serviceTierEnumSchema_ts_1 = require('./serviceTierEnumSchema.ts')
|
|
726
|
+
Object.defineProperty(exports, 'serviceTierEnumSchema', {
|
|
727
|
+
enumerable: true,
|
|
728
|
+
get: function () {
|
|
729
|
+
return serviceTierEnumSchema_ts_1.serviceTierEnumSchema
|
|
730
|
+
},
|
|
731
|
+
})
|
|
732
|
+
var specificFunctionParamSchema_ts_1 = require('./specificFunctionParamSchema.ts')
|
|
733
|
+
Object.defineProperty(exports, 'specificFunctionParamSchema', {
|
|
734
|
+
enumerable: true,
|
|
735
|
+
get: function () {
|
|
736
|
+
return specificFunctionParamSchema_ts_1.specificFunctionParamSchema
|
|
737
|
+
},
|
|
738
|
+
})
|
|
739
|
+
var specificToolChoiceParamSchema_ts_1 = require('./specificToolChoiceParamSchema.ts')
|
|
740
|
+
Object.defineProperty(exports, 'specificToolChoiceParamSchema', {
|
|
741
|
+
enumerable: true,
|
|
742
|
+
get: function () {
|
|
743
|
+
return specificToolChoiceParamSchema_ts_1.specificToolChoiceParamSchema
|
|
744
|
+
},
|
|
745
|
+
})
|
|
746
|
+
var streamOptionsParamSchema_ts_1 = require('./streamOptionsParamSchema.ts')
|
|
747
|
+
Object.defineProperty(exports, 'streamOptionsParamSchema', {
|
|
748
|
+
enumerable: true,
|
|
749
|
+
get: function () {
|
|
750
|
+
return streamOptionsParamSchema_ts_1.streamOptionsParamSchema
|
|
751
|
+
},
|
|
752
|
+
})
|
|
753
|
+
var summaryTextContentSchema_ts_1 = require('./summaryTextContentSchema.ts')
|
|
754
|
+
Object.defineProperty(exports, 'summaryTextContentSchema', {
|
|
755
|
+
enumerable: true,
|
|
756
|
+
get: function () {
|
|
757
|
+
return summaryTextContentSchema_ts_1.summaryTextContentSchema
|
|
758
|
+
},
|
|
759
|
+
})
|
|
760
|
+
var systemMessageItemParamSchema_ts_1 = require('./systemMessageItemParamSchema.ts')
|
|
761
|
+
Object.defineProperty(exports, 'systemMessageItemParamSchema', {
|
|
762
|
+
enumerable: true,
|
|
763
|
+
get: function () {
|
|
764
|
+
return systemMessageItemParamSchema_ts_1.systemMessageItemParamSchema
|
|
765
|
+
},
|
|
766
|
+
})
|
|
767
|
+
var textContentSchema_ts_1 = require('./textContentSchema.ts')
|
|
768
|
+
Object.defineProperty(exports, 'textContentSchema', {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function () {
|
|
771
|
+
return textContentSchema_ts_1.textContentSchema
|
|
772
|
+
},
|
|
773
|
+
})
|
|
774
|
+
var textFieldSchema_ts_1 = require('./textFieldSchema.ts')
|
|
775
|
+
Object.defineProperty(exports, 'textFieldSchema', {
|
|
776
|
+
enumerable: true,
|
|
777
|
+
get: function () {
|
|
778
|
+
return textFieldSchema_ts_1.textFieldSchema
|
|
779
|
+
},
|
|
780
|
+
})
|
|
781
|
+
var textFormatParamSchema_ts_1 = require('./textFormatParamSchema.ts')
|
|
782
|
+
Object.defineProperty(exports, 'textFormatParamSchema', {
|
|
783
|
+
enumerable: true,
|
|
784
|
+
get: function () {
|
|
785
|
+
return textFormatParamSchema_ts_1.textFormatParamSchema
|
|
786
|
+
},
|
|
787
|
+
})
|
|
788
|
+
var textParamSchema_ts_1 = require('./textParamSchema.ts')
|
|
789
|
+
Object.defineProperty(exports, 'textParamSchema', {
|
|
790
|
+
enumerable: true,
|
|
791
|
+
get: function () {
|
|
792
|
+
return textParamSchema_ts_1.textParamSchema
|
|
793
|
+
},
|
|
794
|
+
})
|
|
795
|
+
var textResponseFormatSchema_ts_1 = require('./textResponseFormatSchema.ts')
|
|
796
|
+
Object.defineProperty(exports, 'textResponseFormatSchema', {
|
|
797
|
+
enumerable: true,
|
|
798
|
+
get: function () {
|
|
799
|
+
return textResponseFormatSchema_ts_1.textResponseFormatSchema
|
|
800
|
+
},
|
|
801
|
+
})
|
|
802
|
+
var toolChoiceParamSchema_ts_1 = require('./toolChoiceParamSchema.ts')
|
|
803
|
+
Object.defineProperty(exports, 'toolChoiceParamSchema', {
|
|
804
|
+
enumerable: true,
|
|
805
|
+
get: function () {
|
|
806
|
+
return toolChoiceParamSchema_ts_1.toolChoiceParamSchema
|
|
807
|
+
},
|
|
808
|
+
})
|
|
809
|
+
var toolChoiceValueEnumSchema_ts_1 = require('./toolChoiceValueEnumSchema.ts')
|
|
810
|
+
Object.defineProperty(exports, 'toolChoiceValueEnumSchema', {
|
|
811
|
+
enumerable: true,
|
|
812
|
+
get: function () {
|
|
813
|
+
return toolChoiceValueEnumSchema_ts_1.toolChoiceValueEnumSchema
|
|
814
|
+
},
|
|
815
|
+
})
|
|
816
|
+
var toolSchema_ts_1 = require('./toolSchema.ts')
|
|
817
|
+
Object.defineProperty(exports, 'toolSchema', {
|
|
818
|
+
enumerable: true,
|
|
819
|
+
get: function () {
|
|
820
|
+
return toolSchema_ts_1.toolSchema
|
|
821
|
+
},
|
|
822
|
+
})
|
|
823
|
+
var topLogProbSchema_ts_1 = require('./topLogProbSchema.ts')
|
|
824
|
+
Object.defineProperty(exports, 'topLogProbSchema', {
|
|
825
|
+
enumerable: true,
|
|
826
|
+
get: function () {
|
|
827
|
+
return topLogProbSchema_ts_1.topLogProbSchema
|
|
828
|
+
},
|
|
829
|
+
})
|
|
830
|
+
var truncationEnumSchema_ts_1 = require('./truncationEnumSchema.ts')
|
|
831
|
+
Object.defineProperty(exports, 'truncationEnumSchema', {
|
|
832
|
+
enumerable: true,
|
|
833
|
+
get: function () {
|
|
834
|
+
return truncationEnumSchema_ts_1.truncationEnumSchema
|
|
835
|
+
},
|
|
836
|
+
})
|
|
837
|
+
var urlCitationBodySchema_ts_1 = require('./urlCitationBodySchema.ts')
|
|
838
|
+
Object.defineProperty(exports, 'urlCitationBodySchema', {
|
|
839
|
+
enumerable: true,
|
|
840
|
+
get: function () {
|
|
841
|
+
return urlCitationBodySchema_ts_1.urlCitationBodySchema
|
|
842
|
+
},
|
|
843
|
+
})
|
|
844
|
+
var urlCitationParamSchema_ts_1 = require('./urlCitationParamSchema.ts')
|
|
845
|
+
Object.defineProperty(exports, 'urlCitationParamSchema', {
|
|
846
|
+
enumerable: true,
|
|
847
|
+
get: function () {
|
|
848
|
+
return urlCitationParamSchema_ts_1.urlCitationParamSchema
|
|
849
|
+
},
|
|
850
|
+
})
|
|
851
|
+
var usageSchema_ts_1 = require('./usageSchema.ts')
|
|
852
|
+
Object.defineProperty(exports, 'usageSchema', {
|
|
853
|
+
enumerable: true,
|
|
854
|
+
get: function () {
|
|
855
|
+
return usageSchema_ts_1.usageSchema
|
|
856
|
+
},
|
|
857
|
+
})
|
|
858
|
+
var userMessageItemParamSchema_ts_1 = require('./userMessageItemParamSchema.ts')
|
|
859
|
+
Object.defineProperty(exports, 'userMessageItemParamSchema', {
|
|
860
|
+
enumerable: true,
|
|
861
|
+
get: function () {
|
|
862
|
+
return userMessageItemParamSchema_ts_1.userMessageItemParamSchema
|
|
863
|
+
},
|
|
864
|
+
})
|
|
865
|
+
var verbosityEnumSchema_ts_1 = require('./verbosityEnumSchema.ts')
|
|
866
|
+
Object.defineProperty(exports, 'verbosityEnumSchema', {
|
|
867
|
+
enumerable: true,
|
|
868
|
+
get: function () {
|
|
869
|
+
return verbosityEnumSchema_ts_1.verbosityEnumSchema
|
|
870
|
+
},
|
|
871
|
+
})
|