@openrouter/sdk 0.12.35 → 0.12.79
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/FUNCTIONS.md +2 -2
- package/README.md +1 -1
- package/esm/funcs/analyticsGetUserActivity.js +2 -1
- package/esm/funcs/apiKeysCreate.js +2 -1
- package/esm/funcs/apiKeysDelete.js +2 -1
- package/esm/funcs/apiKeysGet.js +2 -1
- package/esm/funcs/apiKeysGetCurrentKeyMetadata.js +2 -1
- package/esm/funcs/apiKeysList.js +2 -1
- package/esm/funcs/apiKeysUpdate.js +2 -1
- package/esm/funcs/betaResponsesSend.d.ts +3 -3
- package/esm/funcs/betaResponsesSend.js +3 -18
- package/esm/funcs/byokCreate.d.ts +19 -0
- package/esm/funcs/byokCreate.js +100 -0
- package/esm/funcs/byokDelete.d.ts +19 -0
- package/esm/funcs/byokDelete.js +103 -0
- package/esm/funcs/byokGet.d.ts +19 -0
- package/esm/funcs/byokGet.js +103 -0
- package/esm/funcs/byokList.d.ts +21 -0
- package/esm/funcs/byokList.js +136 -0
- package/esm/funcs/byokUpdate.d.ts +19 -0
- package/esm/funcs/byokUpdate.js +106 -0
- package/esm/funcs/chatSend.js +2 -18
- package/esm/funcs/creditsGetCredits.js +2 -1
- package/esm/funcs/datasetsGetRankingsDaily.d.ts +37 -0
- package/esm/funcs/datasetsGetRankingsDaily.js +120 -0
- package/esm/funcs/embeddingsGenerate.js +2 -14
- package/esm/funcs/embeddingsListModels.js +2 -1
- package/esm/funcs/endpointsList.js +2 -1
- package/esm/funcs/endpointsListZdrEndpoints.js +2 -1
- package/esm/funcs/generationsGetGeneration.js +2 -12
- package/esm/funcs/generationsListGenerationContent.js +2 -12
- package/esm/funcs/guardrailsBulkAssignKeys.js +2 -1
- package/esm/funcs/guardrailsBulkAssignMembers.js +2 -1
- package/esm/funcs/guardrailsBulkUnassignKeys.js +2 -1
- package/esm/funcs/guardrailsBulkUnassignMembers.js +2 -1
- package/esm/funcs/guardrailsCreate.js +2 -1
- package/esm/funcs/guardrailsDelete.js +2 -1
- package/esm/funcs/guardrailsGet.js +2 -1
- package/esm/funcs/guardrailsList.js +2 -1
- package/esm/funcs/guardrailsListGuardrailKeyAssignments.js +2 -1
- package/esm/funcs/guardrailsListGuardrailMemberAssignments.js +2 -1
- package/esm/funcs/guardrailsListKeyAssignments.js +2 -1
- package/esm/funcs/guardrailsListMemberAssignments.js +2 -1
- package/esm/funcs/guardrailsUpdate.js +2 -1
- package/esm/funcs/modelsCount.js +2 -1
- package/esm/funcs/modelsList.js +2 -1
- package/esm/funcs/modelsListForUser.js +2 -1
- package/esm/funcs/oAuthCreateAuthCode.js +2 -1
- package/esm/funcs/oAuthExchangeAuthCodeForAPIKey.js +2 -1
- package/esm/funcs/observabilityCreate.d.ts +19 -0
- package/esm/funcs/observabilityCreate.js +98 -0
- package/esm/funcs/observabilityDelete.d.ts +19 -0
- package/esm/funcs/observabilityDelete.js +103 -0
- package/esm/funcs/observabilityGet.d.ts +19 -0
- package/esm/funcs/observabilityGet.js +103 -0
- package/esm/funcs/observabilityList.d.ts +21 -0
- package/esm/funcs/observabilityList.js +134 -0
- package/esm/funcs/observabilityUpdate.d.ts +19 -0
- package/esm/funcs/observabilityUpdate.js +104 -0
- package/esm/funcs/organizationListMembers.js +2 -1
- package/esm/funcs/presetsCreatePresetsChatCompletions.d.ts +21 -0
- package/esm/funcs/presetsCreatePresetsChatCompletions.js +106 -0
- package/esm/funcs/presetsCreatePresetsMessages.d.ts +21 -0
- package/esm/funcs/presetsCreatePresetsMessages.js +106 -0
- package/esm/funcs/presetsCreatePresetsResponses.d.ts +21 -0
- package/esm/funcs/presetsCreatePresetsResponses.js +106 -0
- package/esm/funcs/providersList.js +2 -1
- package/esm/funcs/rerankRerank.js +2 -14
- package/esm/funcs/sttCreateTranscription.js +2 -14
- package/esm/funcs/ttsCreateSpeech.js +2 -14
- package/esm/funcs/videoGenerationGenerate.js +2 -1
- package/esm/funcs/videoGenerationGetGeneration.js +2 -1
- package/esm/funcs/videoGenerationGetVideoContent.js +2 -1
- package/esm/funcs/videoGenerationListVideosModels.js +2 -1
- package/esm/funcs/workspacesBulkAddMembers.js +2 -1
- package/esm/funcs/workspacesBulkRemoveMembers.js +2 -1
- package/esm/funcs/workspacesCreate.js +2 -1
- package/esm/funcs/workspacesDelete.js +2 -1
- package/esm/funcs/workspacesGet.js +2 -1
- package/esm/funcs/workspacesList.js +2 -1
- package/esm/funcs/workspacesUpdate.js +2 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.js +6 -0
- package/esm/lib/sdks.d.ts +1 -1
- package/esm/lib/sdks.js +3 -5
- package/esm/models/anthropicallowedcallers.d.ts +11 -0
- package/esm/models/anthropicallowedcallers.js +13 -0
- package/esm/models/anthropicbase64imagesource.d.ts +17 -0
- package/esm/models/anthropicbase64imagesource.js +21 -0
- package/esm/models/anthropicbase64pdfsource.d.ts +23 -0
- package/esm/models/anthropicbase64pdfsource.js +25 -0
- package/esm/models/anthropiccachecontroldirective.d.ts +1 -1
- package/esm/models/anthropiccitationcharlocationparam.d.ts +22 -0
- package/esm/models/anthropiccitationcharlocationparam.js +27 -0
- package/esm/models/anthropiccitationcontentblocklocationparam.d.ts +22 -0
- package/esm/models/anthropiccitationcontentblocklocationparam.js +27 -0
- package/esm/models/anthropiccitationpagelocationparam.d.ts +22 -0
- package/esm/models/anthropiccitationpagelocationparam.js +27 -0
- package/esm/models/anthropiccitationsearchresultlocation.d.ts +24 -0
- package/esm/models/anthropiccitationsearchresultlocation.js +27 -0
- package/esm/models/anthropiccitationwebsearchresultlocation.d.ts +20 -0
- package/esm/models/anthropiccitationwebsearchresultlocation.js +23 -0
- package/esm/models/anthropicdocumentblockparam.d.ts +71 -0
- package/esm/models/anthropicdocumentblockparam.js +84 -0
- package/esm/models/anthropicimageblockparam.d.ts +28 -0
- package/esm/models/anthropicimageblockparam.js +34 -0
- package/esm/models/anthropicimagemimetype.d.ts +12 -0
- package/esm/models/anthropicimagemimetype.js +14 -0
- package/esm/models/anthropicinputtokensclearatleast.d.ts +21 -0
- package/esm/models/anthropicinputtokensclearatleast.js +19 -0
- package/esm/models/anthropicinputtokenstrigger.d.ts +14 -0
- package/esm/models/anthropicinputtokenstrigger.js +14 -0
- package/esm/models/anthropicplaintextsource.d.ts +23 -0
- package/esm/models/anthropicplaintextsource.js +25 -0
- package/esm/models/anthropicsearchresultblockparam.d.ts +37 -0
- package/esm/models/anthropicsearchresultblockparam.js +32 -0
- package/esm/models/anthropictextblockparam.d.ts +33 -0
- package/esm/models/anthropictextblockparam.js +45 -0
- package/esm/models/anthropicthinkingdisplay.d.ts +10 -0
- package/esm/models/anthropicthinkingdisplay.js +12 -0
- package/esm/models/anthropicthinkingturns.d.ts +21 -0
- package/esm/models/anthropicthinkingturns.js +19 -0
- package/esm/models/anthropictooluseskeep.d.ts +21 -0
- package/esm/models/anthropictooluseskeep.js +19 -0
- package/esm/models/anthropictoolusestrigger.d.ts +14 -0
- package/esm/models/anthropictoolusestrigger.js +14 -0
- package/esm/models/anthropicurlimagesource.d.ts +14 -0
- package/esm/models/anthropicurlimagesource.js +14 -0
- package/esm/models/anthropicurlpdfsource.d.ts +14 -0
- package/esm/models/anthropicurlpdfsource.js +14 -0
- package/esm/models/anthropicwebsearchresultblockparam.d.ts +27 -0
- package/esm/models/anthropicwebsearchresultblockparam.js +28 -0
- package/esm/models/anthropicwebsearchtooluserlocation.d.ts +27 -0
- package/esm/models/anthropicwebsearchtooluserlocation.js +22 -0
- package/esm/models/applypatchcallitem.d.ts +45 -0
- package/esm/models/applypatchcallitem.js +47 -0
- package/esm/models/applypatchcalloperation.d.ts +20 -0
- package/esm/models/applypatchcalloperation.js +29 -0
- package/esm/models/applypatchcalloperationdiffdeltaevent.d.ts +17 -0
- package/esm/models/applypatchcalloperationdiffdeltaevent.js +25 -0
- package/esm/models/applypatchcalloperationdiffdoneevent.d.ts +17 -0
- package/esm/models/applypatchcalloperationdiffdoneevent.js +25 -0
- package/esm/models/applypatchcalloutputitem.d.ts +46 -0
- package/esm/models/applypatchcalloutputitem.js +54 -0
- package/esm/models/applypatchcallstatus.d.ts +18 -0
- package/esm/models/applypatchcallstatus.js +17 -0
- package/esm/models/applypatchcreatefileoperation.d.ts +24 -0
- package/esm/models/applypatchcreatefileoperation.js +25 -0
- package/esm/models/applypatchdeletefileoperation.d.ts +22 -0
- package/esm/models/applypatchdeletefileoperation.js +23 -0
- package/esm/models/applypatchengineenum.d.ts +17 -0
- package/esm/models/applypatchengineenum.js +16 -0
- package/esm/models/applypatchservertoolconfig.d.ts +19 -0
- package/esm/models/applypatchservertoolconfig.js +14 -0
- package/esm/models/applypatchservertoolopenrouter.d.ts +21 -0
- package/esm/models/applypatchservertoolopenrouter.js +15 -0
- package/esm/models/applypatchupdatefileoperation.d.ts +24 -0
- package/esm/models/applypatchupdatefileoperation.js +25 -0
- package/esm/models/autorouterplugin.d.ts +5 -0
- package/esm/models/autorouterplugin.js +2 -0
- package/esm/models/baseinputsunion.d.ts +6 -2
- package/esm/models/baseinputsunion.js +12 -0
- package/esm/models/byokkey.d.ts +58 -0
- package/esm/models/byokkey.js +37 -0
- package/esm/models/byokproviderslug.d.ts +98 -0
- package/esm/models/byokproviderslug.js +97 -0
- package/esm/models/chatrequest.d.ts +26 -15
- package/esm/models/chatrequest.js +17 -8
- package/esm/models/chatservertoolchoice.d.ts +18 -0
- package/esm/models/chatservertoolchoice.js +13 -0
- package/esm/models/chattoolchoice.d.ts +3 -2
- package/esm/models/chattoolchoice.js +2 -0
- package/esm/models/chatwebsearchshorthand.d.ts +2 -2
- package/esm/models/compactionitem.d.ts +26 -0
- package/esm/models/compactionitem.js +25 -0
- package/esm/models/contentfilterbuiltinentry.d.ts +1 -10
- package/esm/models/contentfilterbuiltinentry.js +2 -11
- package/esm/models/contentfilterbuiltinentryinput.d.ts +32 -0
- package/esm/models/contentfilterbuiltinentryinput.js +17 -0
- package/esm/models/contentpartinputaudio.d.ts +15 -0
- package/esm/models/contentpartinputaudio.js +20 -0
- package/esm/models/contentpartinputfile.d.ts +15 -0
- package/esm/models/contentpartinputfile.js +20 -0
- package/esm/models/contentpartinputvideo.d.ts +15 -0
- package/esm/models/contentpartinputvideo.js +20 -0
- package/esm/models/createbyokkeyrequest.d.ts +51 -0
- package/esm/models/createbyokkeyrequest.js +29 -0
- package/esm/models/createbyokkeyresponse.d.ts +11 -0
- package/esm/models/createbyokkeyresponse.js +15 -0
- package/esm/models/createguardrailrequest.d.ts +27 -5
- package/esm/models/createguardrailrequest.js +10 -2
- package/esm/models/createobservabilitydestinationrequest.d.ts +89 -0
- package/esm/models/createobservabilitydestinationrequest.js +58 -0
- package/esm/models/createobservabilitydestinationresponse.d.ts +11 -0
- package/esm/models/createobservabilitydestinationresponse.js +15 -0
- package/esm/models/createpresetfrominferenceresponse.d.ts +17 -0
- package/esm/models/createpresetfrominferenceresponse.js +15 -0
- package/esm/models/createworkspacerequest.d.ts +1 -1
- package/esm/models/customtoolcallinputdeltaevent.d.ts +17 -0
- package/esm/models/customtoolcallinputdeltaevent.js +25 -0
- package/esm/models/customtoolcallinputdoneevent.d.ts +17 -0
- package/esm/models/customtoolcallinputdoneevent.js +25 -0
- package/esm/models/customtoolcallitem.d.ts +35 -0
- package/esm/models/customtoolcallitem.js +28 -0
- package/esm/models/customtoolcalloutputitem.d.ts +68 -0
- package/esm/models/customtoolcalloutputitem.js +78 -0
- package/esm/models/deletebyokkeyresponse.d.ts +13 -0
- package/esm/models/deletebyokkeyresponse.js +14 -0
- package/esm/models/deleteobservabilitydestinationresponse.d.ts +13 -0
- package/esm/models/deleteobservabilitydestinationresponse.js +14 -0
- package/esm/models/easyinputmessage.d.ts +1 -0
- package/esm/models/easyinputmessage.js +1 -0
- package/esm/models/filesearchservertool.d.ts +12 -12
- package/esm/models/filesearchservertool.js +12 -17
- package/esm/models/functioncalloutputitem.d.ts +11 -10
- package/esm/models/functioncalloutputitem.js +7 -6
- package/esm/models/fusionplugin.d.ts +32 -0
- package/esm/models/fusionplugin.js +23 -0
- package/esm/models/fusionservertoolconfig.d.ts +82 -0
- package/esm/models/fusionservertoolconfig.js +52 -0
- package/esm/models/fusionservertoolopenrouter.d.ts +21 -0
- package/esm/models/fusionservertoolopenrouter.js +15 -0
- package/esm/models/generationresponse.d.ts +4 -0
- package/esm/models/generationresponse.js +2 -0
- package/esm/models/getbyokkeyresponse.d.ts +11 -0
- package/esm/models/getbyokkeyresponse.js +15 -0
- package/esm/models/getobservabilitydestinationresponse.d.ts +11 -0
- package/esm/models/getobservabilitydestinationresponse.js +15 -0
- package/esm/models/guardrail.d.ts +19 -1
- package/esm/models/guardrail.js +8 -0
- package/esm/models/index.d.ts +116 -0
- package/esm/models/index.js +116 -0
- package/esm/models/inputimage.d.ts +1 -0
- package/esm/models/inputimage.js +1 -0
- package/esm/models/inputmessageitem.d.ts +1 -0
- package/esm/models/inputmessageitem.js +1 -0
- package/esm/models/inputsunion.d.ts +19 -4
- package/esm/models/inputsunion.js +45 -0
- package/esm/models/itemreferenceitem.d.ts +24 -0
- package/esm/models/itemreferenceitem.js +19 -0
- package/esm/models/listbyokkeysresponse.d.ts +18 -0
- package/esm/models/listbyokkeysresponse.js +21 -0
- package/esm/models/listobservabilitydestinationsresponse.d.ts +18 -0
- package/esm/models/listobservabilitydestinationsresponse.js +21 -0
- package/esm/models/localshellcallitem.d.ts +61 -0
- package/esm/models/localshellcallitem.js +50 -0
- package/esm/models/localshellcalloutputitem.d.ts +36 -0
- package/esm/models/localshellcalloutputitem.js +29 -0
- package/esm/models/mcpapprovalrequestitem.d.ts +30 -0
- package/esm/models/mcpapprovalrequestitem.js +27 -0
- package/esm/models/mcpapprovalresponseitem.d.ts +30 -0
- package/esm/models/mcpapprovalresponseitem.js +27 -0
- package/esm/models/mcpcallitem.d.ts +34 -0
- package/esm/models/mcpcallitem.js +29 -0
- package/esm/models/mcplisttoolsitem.d.ts +50 -0
- package/esm/models/mcplisttoolsitem.js +41 -0
- package/esm/models/messagesadvisortoolresultblock.d.ts +23 -0
- package/esm/models/messagesadvisortoolresultblock.js +20 -0
- package/esm/models/messagesmessageparam.d.ts +228 -0
- package/esm/models/messagesmessageparam.js +261 -0
- package/esm/models/messagesoutputconfig.d.ts +93 -0
- package/esm/models/messagesoutputconfig.js +61 -0
- package/esm/models/messagesrequest.d.ts +630 -0
- package/esm/models/messagesrequest.js +607 -0
- package/esm/models/multimodalmedia.d.ts +14 -0
- package/esm/models/multimodalmedia.js +14 -0
- package/esm/models/observabilityarizedestination.d.ts +67 -0
- package/esm/models/observabilityarizedestination.js +48 -0
- package/esm/models/observabilitybraintrustdestination.d.ts +66 -0
- package/esm/models/observabilitybraintrustdestination.js +47 -0
- package/esm/models/observabilityclickhousedestination.d.ts +71 -0
- package/esm/models/observabilityclickhousedestination.js +49 -0
- package/esm/models/observabilitydatadogdestination.d.ts +75 -0
- package/esm/models/observabilitydatadogdestination.js +47 -0
- package/esm/models/observabilitydestination.d.ts +26 -0
- package/esm/models/observabilitydestination.js +47 -0
- package/esm/models/observabilityfilterrulesconfig.d.ts +112 -0
- package/esm/models/observabilityfilterrulesconfig.js +119 -0
- package/esm/models/observabilitygrafanadestination.d.ts +66 -0
- package/esm/models/observabilitygrafanadestination.js +47 -0
- package/esm/models/observabilitylangfusedestination.d.ts +66 -0
- package/esm/models/observabilitylangfusedestination.js +47 -0
- package/esm/models/observabilitylangsmithdestination.d.ts +73 -0
- package/esm/models/observabilitylangsmithdestination.js +48 -0
- package/esm/models/observabilitynewrelicdestination.d.ts +73 -0
- package/esm/models/observabilitynewrelicdestination.js +54 -0
- package/esm/models/observabilityopikdestination.d.ts +66 -0
- package/esm/models/observabilityopikdestination.js +47 -0
- package/esm/models/observabilityotelcollectordestination.d.ts +64 -0
- package/esm/models/observabilityotelcollectordestination.js +45 -0
- package/esm/models/observabilityposthogdestination.d.ts +65 -0
- package/esm/models/observabilityposthogdestination.js +46 -0
- package/esm/models/observabilityrampdestination.d.ts +68 -0
- package/esm/models/observabilityrampdestination.js +46 -0
- package/esm/models/observabilitys3destination.d.ts +77 -0
- package/esm/models/observabilitys3destination.js +52 -0
- package/esm/models/observabilitysentrydestination.d.ts +65 -0
- package/esm/models/observabilitysentrydestination.js +46 -0
- package/esm/models/observabilitysnowflakedestination.d.ts +69 -0
- package/esm/models/observabilitysnowflakedestination.js +50 -0
- package/esm/models/observabilityweavedestination.d.ts +67 -0
- package/esm/models/observabilityweavedestination.js +48 -0
- package/esm/models/observabilitywebhookdestination.d.ts +70 -0
- package/esm/models/observabilitywebhookdestination.js +54 -0
- package/esm/models/openairesponsecustomtoolcall.d.ts +25 -0
- package/esm/models/openairesponsecustomtoolcall.js +29 -0
- package/esm/models/openairesponsecustomtoolcalloutput.d.ts +38 -0
- package/esm/models/openairesponsecustomtoolcalloutput.js +59 -0
- package/esm/models/openairesponsestoolchoiceunion.d.ts +44 -2
- package/esm/models/openairesponsestoolchoiceunion.js +46 -0
- package/esm/models/operations/createbyokkey.d.ts +56 -0
- package/esm/models/operations/createbyokkey.js +23 -0
- package/esm/models/operations/createembeddings.d.ts +8 -4
- package/esm/models/operations/createembeddings.js +8 -0
- package/esm/models/operations/createobservabilitydestination.d.ts +56 -0
- package/esm/models/operations/createobservabilitydestination.js +23 -0
- package/esm/models/operations/createpresetschatcompletions.d.ts +61 -0
- package/esm/models/operations/createpresetschatcompletions.js +24 -0
- package/esm/models/operations/createpresetsmessages.d.ts +61 -0
- package/esm/models/operations/createpresetsmessages.js +24 -0
- package/esm/models/operations/createpresetsresponses.d.ts +61 -0
- package/esm/models/operations/createpresetsresponses.js +24 -0
- package/esm/models/operations/deletebyokkey.d.ts +58 -0
- package/esm/models/operations/deletebyokkey.js +21 -0
- package/esm/models/operations/deleteobservabilitydestination.d.ts +58 -0
- package/esm/models/operations/deleteobservabilitydestination.js +21 -0
- package/esm/models/operations/getbyokkey.d.ts +58 -0
- package/esm/models/operations/getbyokkey.js +21 -0
- package/esm/models/operations/getobservabilitydestination.d.ts +58 -0
- package/esm/models/operations/getobservabilitydestination.js +21 -0
- package/esm/models/operations/getrankingsdaily.d.ts +63 -0
- package/esm/models/operations/getrankingsdaily.js +24 -0
- package/esm/models/operations/index.d.ts +14 -0
- package/esm/models/operations/index.js +14 -0
- package/esm/models/operations/listbyokkeys.d.ts +176 -0
- package/esm/models/operations/listbyokkeys.js +129 -0
- package/esm/models/operations/listobservabilitydestinations.d.ts +77 -0
- package/esm/models/operations/listobservabilitydestinations.js +37 -0
- package/esm/models/operations/updatebyokkey.d.ts +61 -0
- package/esm/models/operations/updatebyokkey.js +24 -0
- package/esm/models/operations/updateobservabilitydestination.d.ts +61 -0
- package/esm/models/operations/updateobservabilitydestination.js +24 -0
- package/esm/models/outputapplypatchcallitem.d.ts +25 -0
- package/esm/models/outputapplypatchcallitem.js +25 -0
- package/esm/models/outputapplypatchservertoolitem.d.ts +9 -5
- package/esm/models/outputapplypatchservertoolitem.js +14 -4
- package/esm/models/outputcustomtoolcallitem.d.ts +42 -0
- package/esm/models/outputcustomtoolcallitem.js +47 -0
- package/esm/models/outputfusionservertoolitem.d.ts +100 -0
- package/esm/models/outputfusionservertoolitem.js +100 -0
- package/esm/models/outputitems.d.ts +7 -2
- package/esm/models/outputitems.js +6 -0
- package/esm/models/outputwebsearchservertoolitem.d.ts +8 -8
- package/esm/models/outputwebsearchservertoolitem.js +8 -9
- package/esm/models/pipelinestage.d.ts +1 -0
- package/esm/models/pipelinestage.js +1 -0
- package/esm/models/presetdesignatedversion.d.ts +22 -0
- package/esm/models/presetdesignatedversion.js +30 -0
- package/esm/models/presetwithdesignatedversion.d.ts +37 -0
- package/esm/models/presetwithdesignatedversion.js +45 -0
- package/esm/models/providername.d.ts +3 -0
- package/esm/models/providername.js +3 -0
- package/esm/models/provideroptions.d.ts +18 -0
- package/esm/models/provideroptions.js +3 -0
- package/esm/models/providerresponse.d.ts +3 -0
- package/esm/models/providerresponse.js +3 -0
- package/esm/models/rankingsdailyitem.d.ts +21 -0
- package/esm/models/rankingsdailyitem.js +22 -0
- package/esm/models/rankingsdailymeta.d.ts +38 -0
- package/esm/models/rankingsdailymeta.js +32 -0
- package/esm/models/rankingsdailyresponse.d.ts +16 -0
- package/esm/models/rankingsdailyresponse.js +17 -0
- package/esm/models/responsesrequest.d.ts +29 -13
- package/esm/models/responsesrequest.js +19 -0
- package/esm/models/routingstrategy.d.ts +1 -0
- package/esm/models/routingstrategy.js +1 -0
- package/esm/models/searchqualitylevel.d.ts +2 -2
- package/esm/models/searchqualitylevel.js +1 -1
- package/esm/models/shellcallitem.d.ts +54 -0
- package/esm/models/shellcallitem.js +50 -0
- package/esm/models/shellcalloutputitem.d.ts +58 -0
- package/esm/models/shellcalloutputitem.js +55 -0
- package/esm/models/stopservertoolswhencondition.d.ts +16 -0
- package/esm/models/stopservertoolswhencondition.js +22 -0
- package/esm/models/stopservertoolswhenfinishreasonis.d.ts +17 -0
- package/esm/models/stopservertoolswhenfinishreasonis.js +14 -0
- package/esm/models/stopservertoolswhenhastoolcall.d.ts +17 -0
- package/esm/models/stopservertoolswhenhastoolcall.js +19 -0
- package/esm/models/stopservertoolswhenmaxcost.d.ts +17 -0
- package/esm/models/stopservertoolswhenmaxcost.js +19 -0
- package/esm/models/stopservertoolswhenmaxtokensused.d.ts +17 -0
- package/esm/models/stopservertoolswhenmaxtokensused.js +19 -0
- package/esm/models/stopservertoolswhenstepcountis.d.ts +17 -0
- package/esm/models/stopservertoolswhenstepcountis.js +19 -0
- package/esm/models/streamevents.d.ts +5 -1
- package/esm/models/streamevents.js +8 -0
- package/esm/models/updatebyokkeyrequest.d.ts +40 -0
- package/esm/models/updatebyokkeyrequest.js +25 -0
- package/esm/models/updatebyokkeyresponse.d.ts +11 -0
- package/esm/models/updatebyokkeyresponse.js +15 -0
- package/esm/models/updateguardrailrequest.d.ts +27 -5
- package/esm/models/updateguardrailrequest.js +10 -2
- package/esm/models/updateobservabilitydestinationrequest.d.ts +47 -0
- package/esm/models/updateobservabilitydestinationrequest.js +29 -0
- package/esm/models/updateobservabilitydestinationresponse.d.ts +11 -0
- package/esm/models/updateobservabilitydestinationresponse.js +15 -0
- package/esm/models/updateworkspacerequest.d.ts +1 -1
- package/esm/models/videogenerationrequest.d.ts +20 -0
- package/esm/models/videogenerationrequest.js +5 -0
- package/esm/models/videomodel.d.ts +10 -0
- package/esm/models/videomodel.js +10 -0
- package/esm/models/webfetchengineenum.d.ts +4 -3
- package/esm/models/webfetchengineenum.js +3 -2
- package/esm/models/webfetchplugin.d.ts +32 -0
- package/esm/models/webfetchplugin.js +25 -0
- package/esm/models/webfetchservertoolconfig.d.ts +1 -1
- package/esm/models/websearchconfig.d.ts +2 -2
- package/esm/models/websearchengineenum.d.ts +1 -1
- package/esm/models/websearchengineenum.js +1 -1
- package/esm/models/websearchservertoolconfig.d.ts +2 -2
- package/esm/sdk/byok.d.ts +44 -0
- package/esm/sdk/byok.js +60 -0
- package/esm/sdk/datasets.d.ts +31 -0
- package/esm/sdk/datasets.js +37 -0
- package/esm/sdk/observability.d.ts +44 -0
- package/esm/sdk/observability.js +60 -0
- package/esm/sdk/presets.d.ts +27 -0
- package/esm/sdk/presets.js +39 -0
- package/esm/sdk/sdk.d.ts +12 -0
- package/esm/sdk/sdk.js +16 -0
- package/jsr.json +1 -1
- package/package.json +10 -6
- package/tsconfig.json +0 -2
|
@@ -6,7 +6,7 @@ export declare const AnthropicCacheControlDirectiveType: {
|
|
|
6
6
|
};
|
|
7
7
|
export type AnthropicCacheControlDirectiveType = ClosedEnum<typeof AnthropicCacheControlDirectiveType>;
|
|
8
8
|
/**
|
|
9
|
-
* Enable automatic prompt caching. When set, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.
|
|
9
|
+
* Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.
|
|
10
10
|
*/
|
|
11
11
|
export type AnthropicCacheControlDirective = {
|
|
12
12
|
ttl?: AnthropicCacheControlTtl | undefined;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicCitationCharLocationParam = {
|
|
3
|
+
citedText: string;
|
|
4
|
+
documentIndex: number;
|
|
5
|
+
documentTitle: string | null;
|
|
6
|
+
endCharIndex: number;
|
|
7
|
+
startCharIndex: number;
|
|
8
|
+
type: "char_location";
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type AnthropicCitationCharLocationParam$Outbound = {
|
|
12
|
+
cited_text: string;
|
|
13
|
+
document_index: number;
|
|
14
|
+
document_title: string | null;
|
|
15
|
+
end_char_index: number;
|
|
16
|
+
start_char_index: number;
|
|
17
|
+
type: "char_location";
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const AnthropicCitationCharLocationParam$outboundSchema: z.ZodType<AnthropicCitationCharLocationParam$Outbound, AnthropicCitationCharLocationParam>;
|
|
21
|
+
export declare function anthropicCitationCharLocationParamToJSON(anthropicCitationCharLocationParam: AnthropicCitationCharLocationParam): string;
|
|
22
|
+
//# sourceMappingURL=anthropiccitationcharlocationparam.d.ts.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 453c0a0bfdd4
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AnthropicCitationCharLocationParam$outboundSchema = z.object({
|
|
9
|
+
citedText: z.string(),
|
|
10
|
+
documentIndex: z.int(),
|
|
11
|
+
documentTitle: z.nullable(z.string()),
|
|
12
|
+
endCharIndex: z.int(),
|
|
13
|
+
startCharIndex: z.int(),
|
|
14
|
+
type: z.literal("char_location"),
|
|
15
|
+
}).transform((v) => {
|
|
16
|
+
return remap$(v, {
|
|
17
|
+
citedText: "cited_text",
|
|
18
|
+
documentIndex: "document_index",
|
|
19
|
+
documentTitle: "document_title",
|
|
20
|
+
endCharIndex: "end_char_index",
|
|
21
|
+
startCharIndex: "start_char_index",
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export function anthropicCitationCharLocationParamToJSON(anthropicCitationCharLocationParam) {
|
|
25
|
+
return JSON.stringify(AnthropicCitationCharLocationParam$outboundSchema.parse(anthropicCitationCharLocationParam));
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=anthropiccitationcharlocationparam.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicCitationContentBlockLocationParam = {
|
|
3
|
+
citedText: string;
|
|
4
|
+
documentIndex: number;
|
|
5
|
+
documentTitle: string | null;
|
|
6
|
+
endBlockIndex: number;
|
|
7
|
+
startBlockIndex: number;
|
|
8
|
+
type: "content_block_location";
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type AnthropicCitationContentBlockLocationParam$Outbound = {
|
|
12
|
+
cited_text: string;
|
|
13
|
+
document_index: number;
|
|
14
|
+
document_title: string | null;
|
|
15
|
+
end_block_index: number;
|
|
16
|
+
start_block_index: number;
|
|
17
|
+
type: "content_block_location";
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const AnthropicCitationContentBlockLocationParam$outboundSchema: z.ZodType<AnthropicCitationContentBlockLocationParam$Outbound, AnthropicCitationContentBlockLocationParam>;
|
|
21
|
+
export declare function anthropicCitationContentBlockLocationParamToJSON(anthropicCitationContentBlockLocationParam: AnthropicCitationContentBlockLocationParam): string;
|
|
22
|
+
//# sourceMappingURL=anthropiccitationcontentblocklocationparam.d.ts.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 1a2db0e73f5d
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AnthropicCitationContentBlockLocationParam$outboundSchema = z.object({
|
|
9
|
+
citedText: z.string(),
|
|
10
|
+
documentIndex: z.int(),
|
|
11
|
+
documentTitle: z.nullable(z.string()),
|
|
12
|
+
endBlockIndex: z.int(),
|
|
13
|
+
startBlockIndex: z.int(),
|
|
14
|
+
type: z.literal("content_block_location"),
|
|
15
|
+
}).transform((v) => {
|
|
16
|
+
return remap$(v, {
|
|
17
|
+
citedText: "cited_text",
|
|
18
|
+
documentIndex: "document_index",
|
|
19
|
+
documentTitle: "document_title",
|
|
20
|
+
endBlockIndex: "end_block_index",
|
|
21
|
+
startBlockIndex: "start_block_index",
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export function anthropicCitationContentBlockLocationParamToJSON(anthropicCitationContentBlockLocationParam) {
|
|
25
|
+
return JSON.stringify(AnthropicCitationContentBlockLocationParam$outboundSchema.parse(anthropicCitationContentBlockLocationParam));
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=anthropiccitationcontentblocklocationparam.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicCitationPageLocationParam = {
|
|
3
|
+
citedText: string;
|
|
4
|
+
documentIndex: number;
|
|
5
|
+
documentTitle: string | null;
|
|
6
|
+
endPageNumber: number;
|
|
7
|
+
startPageNumber: number;
|
|
8
|
+
type: "page_location";
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type AnthropicCitationPageLocationParam$Outbound = {
|
|
12
|
+
cited_text: string;
|
|
13
|
+
document_index: number;
|
|
14
|
+
document_title: string | null;
|
|
15
|
+
end_page_number: number;
|
|
16
|
+
start_page_number: number;
|
|
17
|
+
type: "page_location";
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const AnthropicCitationPageLocationParam$outboundSchema: z.ZodType<AnthropicCitationPageLocationParam$Outbound, AnthropicCitationPageLocationParam>;
|
|
21
|
+
export declare function anthropicCitationPageLocationParamToJSON(anthropicCitationPageLocationParam: AnthropicCitationPageLocationParam): string;
|
|
22
|
+
//# sourceMappingURL=anthropiccitationpagelocationparam.d.ts.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: a85ef27d808e
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AnthropicCitationPageLocationParam$outboundSchema = z.object({
|
|
9
|
+
citedText: z.string(),
|
|
10
|
+
documentIndex: z.int(),
|
|
11
|
+
documentTitle: z.nullable(z.string()),
|
|
12
|
+
endPageNumber: z.int(),
|
|
13
|
+
startPageNumber: z.int(),
|
|
14
|
+
type: z.literal("page_location"),
|
|
15
|
+
}).transform((v) => {
|
|
16
|
+
return remap$(v, {
|
|
17
|
+
citedText: "cited_text",
|
|
18
|
+
documentIndex: "document_index",
|
|
19
|
+
documentTitle: "document_title",
|
|
20
|
+
endPageNumber: "end_page_number",
|
|
21
|
+
startPageNumber: "start_page_number",
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export function anthropicCitationPageLocationParamToJSON(anthropicCitationPageLocationParam) {
|
|
25
|
+
return JSON.stringify(AnthropicCitationPageLocationParam$outboundSchema.parse(anthropicCitationPageLocationParam));
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=anthropiccitationpagelocationparam.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicCitationSearchResultLocation = {
|
|
3
|
+
citedText: string;
|
|
4
|
+
endBlockIndex: number;
|
|
5
|
+
searchResultIndex: number;
|
|
6
|
+
source: string;
|
|
7
|
+
startBlockIndex: number;
|
|
8
|
+
title: string | null;
|
|
9
|
+
type: "search_result_location";
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export type AnthropicCitationSearchResultLocation$Outbound = {
|
|
13
|
+
cited_text: string;
|
|
14
|
+
end_block_index: number;
|
|
15
|
+
search_result_index: number;
|
|
16
|
+
source: string;
|
|
17
|
+
start_block_index: number;
|
|
18
|
+
title: string | null;
|
|
19
|
+
type: "search_result_location";
|
|
20
|
+
};
|
|
21
|
+
/** @internal */
|
|
22
|
+
export declare const AnthropicCitationSearchResultLocation$outboundSchema: z.ZodType<AnthropicCitationSearchResultLocation$Outbound, AnthropicCitationSearchResultLocation>;
|
|
23
|
+
export declare function anthropicCitationSearchResultLocationToJSON(anthropicCitationSearchResultLocation: AnthropicCitationSearchResultLocation): string;
|
|
24
|
+
//# sourceMappingURL=anthropiccitationsearchresultlocation.d.ts.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 3e456a65667d
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AnthropicCitationSearchResultLocation$outboundSchema = z.object({
|
|
9
|
+
citedText: z.string(),
|
|
10
|
+
endBlockIndex: z.int(),
|
|
11
|
+
searchResultIndex: z.int(),
|
|
12
|
+
source: z.string(),
|
|
13
|
+
startBlockIndex: z.int(),
|
|
14
|
+
title: z.nullable(z.string()),
|
|
15
|
+
type: z.literal("search_result_location"),
|
|
16
|
+
}).transform((v) => {
|
|
17
|
+
return remap$(v, {
|
|
18
|
+
citedText: "cited_text",
|
|
19
|
+
endBlockIndex: "end_block_index",
|
|
20
|
+
searchResultIndex: "search_result_index",
|
|
21
|
+
startBlockIndex: "start_block_index",
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export function anthropicCitationSearchResultLocationToJSON(anthropicCitationSearchResultLocation) {
|
|
25
|
+
return JSON.stringify(AnthropicCitationSearchResultLocation$outboundSchema.parse(anthropicCitationSearchResultLocation));
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=anthropiccitationsearchresultlocation.js.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicCitationWebSearchResultLocation = {
|
|
3
|
+
citedText: string;
|
|
4
|
+
encryptedIndex: string;
|
|
5
|
+
title: string | null;
|
|
6
|
+
type: "web_search_result_location";
|
|
7
|
+
url: string;
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export type AnthropicCitationWebSearchResultLocation$Outbound = {
|
|
11
|
+
cited_text: string;
|
|
12
|
+
encrypted_index: string;
|
|
13
|
+
title: string | null;
|
|
14
|
+
type: "web_search_result_location";
|
|
15
|
+
url: string;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AnthropicCitationWebSearchResultLocation$outboundSchema: z.ZodType<AnthropicCitationWebSearchResultLocation$Outbound, AnthropicCitationWebSearchResultLocation>;
|
|
19
|
+
export declare function anthropicCitationWebSearchResultLocationToJSON(anthropicCitationWebSearchResultLocation: AnthropicCitationWebSearchResultLocation): string;
|
|
20
|
+
//# sourceMappingURL=anthropiccitationwebsearchresultlocation.d.ts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 5c08200bb3d1
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AnthropicCitationWebSearchResultLocation$outboundSchema = z.object({
|
|
9
|
+
citedText: z.string(),
|
|
10
|
+
encryptedIndex: z.string(),
|
|
11
|
+
title: z.nullable(z.string()),
|
|
12
|
+
type: z.literal("web_search_result_location"),
|
|
13
|
+
url: z.string(),
|
|
14
|
+
}).transform((v) => {
|
|
15
|
+
return remap$(v, {
|
|
16
|
+
citedText: "cited_text",
|
|
17
|
+
encryptedIndex: "encrypted_index",
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
export function anthropicCitationWebSearchResultLocationToJSON(anthropicCitationWebSearchResultLocation) {
|
|
21
|
+
return JSON.stringify(AnthropicCitationWebSearchResultLocation$outboundSchema.parse(anthropicCitationWebSearchResultLocation));
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=anthropiccitationwebsearchresultlocation.js.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { AnthropicBase64PdfSource, AnthropicBase64PdfSource$Outbound } from "./anthropicbase64pdfsource.js";
|
|
3
|
+
import { AnthropicCacheControlDirective, AnthropicCacheControlDirective$Outbound } from "./anthropiccachecontroldirective.js";
|
|
4
|
+
import { AnthropicImageBlockParam, AnthropicImageBlockParam$Outbound } from "./anthropicimageblockparam.js";
|
|
5
|
+
import { AnthropicPlainTextSource, AnthropicPlainTextSource$Outbound } from "./anthropicplaintextsource.js";
|
|
6
|
+
import { AnthropicTextBlockParam, AnthropicTextBlockParam$Outbound } from "./anthropictextblockparam.js";
|
|
7
|
+
import { AnthropicUrlPdfSource, AnthropicUrlPdfSource$Outbound } from "./anthropicurlpdfsource.js";
|
|
8
|
+
export type AnthropicDocumentBlockParamCitations = {
|
|
9
|
+
enabled?: boolean | undefined;
|
|
10
|
+
};
|
|
11
|
+
export type AnthropicDocumentBlockParamContent1 = AnthropicImageBlockParam | AnthropicTextBlockParam;
|
|
12
|
+
export type AnthropicDocumentBlockParamContent2 = string | Array<AnthropicImageBlockParam | AnthropicTextBlockParam>;
|
|
13
|
+
export type SourceContent = {
|
|
14
|
+
content: string | Array<AnthropicImageBlockParam | AnthropicTextBlockParam>;
|
|
15
|
+
type: "content";
|
|
16
|
+
};
|
|
17
|
+
export type AnthropicDocumentBlockParamSourceUnion = AnthropicBase64PdfSource | AnthropicPlainTextSource | SourceContent | AnthropicUrlPdfSource;
|
|
18
|
+
export type AnthropicDocumentBlockParam = {
|
|
19
|
+
/**
|
|
20
|
+
* Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.
|
|
21
|
+
*/
|
|
22
|
+
cacheControl?: AnthropicCacheControlDirective | undefined;
|
|
23
|
+
citations?: AnthropicDocumentBlockParamCitations | null | undefined;
|
|
24
|
+
context?: string | null | undefined;
|
|
25
|
+
source: AnthropicBase64PdfSource | AnthropicPlainTextSource | SourceContent | AnthropicUrlPdfSource;
|
|
26
|
+
title?: string | null | undefined;
|
|
27
|
+
type: "document";
|
|
28
|
+
};
|
|
29
|
+
/** @internal */
|
|
30
|
+
export type AnthropicDocumentBlockParamCitations$Outbound = {
|
|
31
|
+
enabled?: boolean | undefined;
|
|
32
|
+
};
|
|
33
|
+
/** @internal */
|
|
34
|
+
export declare const AnthropicDocumentBlockParamCitations$outboundSchema: z.ZodType<AnthropicDocumentBlockParamCitations$Outbound, AnthropicDocumentBlockParamCitations>;
|
|
35
|
+
export declare function anthropicDocumentBlockParamCitationsToJSON(anthropicDocumentBlockParamCitations: AnthropicDocumentBlockParamCitations): string;
|
|
36
|
+
/** @internal */
|
|
37
|
+
export type AnthropicDocumentBlockParamContent1$Outbound = AnthropicImageBlockParam$Outbound | AnthropicTextBlockParam$Outbound;
|
|
38
|
+
/** @internal */
|
|
39
|
+
export declare const AnthropicDocumentBlockParamContent1$outboundSchema: z.ZodType<AnthropicDocumentBlockParamContent1$Outbound, AnthropicDocumentBlockParamContent1>;
|
|
40
|
+
export declare function anthropicDocumentBlockParamContent1ToJSON(anthropicDocumentBlockParamContent1: AnthropicDocumentBlockParamContent1): string;
|
|
41
|
+
/** @internal */
|
|
42
|
+
export type AnthropicDocumentBlockParamContent2$Outbound = string | Array<AnthropicImageBlockParam$Outbound | AnthropicTextBlockParam$Outbound>;
|
|
43
|
+
/** @internal */
|
|
44
|
+
export declare const AnthropicDocumentBlockParamContent2$outboundSchema: z.ZodType<AnthropicDocumentBlockParamContent2$Outbound, AnthropicDocumentBlockParamContent2>;
|
|
45
|
+
export declare function anthropicDocumentBlockParamContent2ToJSON(anthropicDocumentBlockParamContent2: AnthropicDocumentBlockParamContent2): string;
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type SourceContent$Outbound = {
|
|
48
|
+
content: string | Array<AnthropicImageBlockParam$Outbound | AnthropicTextBlockParam$Outbound>;
|
|
49
|
+
type: "content";
|
|
50
|
+
};
|
|
51
|
+
/** @internal */
|
|
52
|
+
export declare const SourceContent$outboundSchema: z.ZodType<SourceContent$Outbound, SourceContent>;
|
|
53
|
+
export declare function sourceContentToJSON(sourceContent: SourceContent): string;
|
|
54
|
+
/** @internal */
|
|
55
|
+
export type AnthropicDocumentBlockParamSourceUnion$Outbound = AnthropicBase64PdfSource$Outbound | AnthropicPlainTextSource$Outbound | SourceContent$Outbound | AnthropicUrlPdfSource$Outbound;
|
|
56
|
+
/** @internal */
|
|
57
|
+
export declare const AnthropicDocumentBlockParamSourceUnion$outboundSchema: z.ZodType<AnthropicDocumentBlockParamSourceUnion$Outbound, AnthropicDocumentBlockParamSourceUnion>;
|
|
58
|
+
export declare function anthropicDocumentBlockParamSourceUnionToJSON(anthropicDocumentBlockParamSourceUnion: AnthropicDocumentBlockParamSourceUnion): string;
|
|
59
|
+
/** @internal */
|
|
60
|
+
export type AnthropicDocumentBlockParam$Outbound = {
|
|
61
|
+
cache_control?: AnthropicCacheControlDirective$Outbound | undefined;
|
|
62
|
+
citations?: AnthropicDocumentBlockParamCitations$Outbound | null | undefined;
|
|
63
|
+
context?: string | null | undefined;
|
|
64
|
+
source: AnthropicBase64PdfSource$Outbound | AnthropicPlainTextSource$Outbound | SourceContent$Outbound | AnthropicUrlPdfSource$Outbound;
|
|
65
|
+
title?: string | null | undefined;
|
|
66
|
+
type: "document";
|
|
67
|
+
};
|
|
68
|
+
/** @internal */
|
|
69
|
+
export declare const AnthropicDocumentBlockParam$outboundSchema: z.ZodType<AnthropicDocumentBlockParam$Outbound, AnthropicDocumentBlockParam>;
|
|
70
|
+
export declare function anthropicDocumentBlockParamToJSON(anthropicDocumentBlockParam: AnthropicDocumentBlockParam): string;
|
|
71
|
+
//# sourceMappingURL=anthropicdocumentblockparam.d.ts.map
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: da62cae77bdf
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
import { AnthropicBase64PdfSource$outboundSchema, } from "./anthropicbase64pdfsource.js";
|
|
8
|
+
import { AnthropicCacheControlDirective$outboundSchema, } from "./anthropiccachecontroldirective.js";
|
|
9
|
+
import { AnthropicImageBlockParam$outboundSchema, } from "./anthropicimageblockparam.js";
|
|
10
|
+
import { AnthropicPlainTextSource$outboundSchema, } from "./anthropicplaintextsource.js";
|
|
11
|
+
import { AnthropicTextBlockParam$outboundSchema, } from "./anthropictextblockparam.js";
|
|
12
|
+
import { AnthropicUrlPdfSource$outboundSchema, } from "./anthropicurlpdfsource.js";
|
|
13
|
+
/** @internal */
|
|
14
|
+
export const AnthropicDocumentBlockParamCitations$outboundSchema = z.object({
|
|
15
|
+
enabled: z.boolean().optional(),
|
|
16
|
+
});
|
|
17
|
+
export function anthropicDocumentBlockParamCitationsToJSON(anthropicDocumentBlockParamCitations) {
|
|
18
|
+
return JSON.stringify(AnthropicDocumentBlockParamCitations$outboundSchema.parse(anthropicDocumentBlockParamCitations));
|
|
19
|
+
}
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const AnthropicDocumentBlockParamContent1$outboundSchema = z.union([
|
|
22
|
+
AnthropicImageBlockParam$outboundSchema,
|
|
23
|
+
AnthropicTextBlockParam$outboundSchema,
|
|
24
|
+
]);
|
|
25
|
+
export function anthropicDocumentBlockParamContent1ToJSON(anthropicDocumentBlockParamContent1) {
|
|
26
|
+
return JSON.stringify(AnthropicDocumentBlockParamContent1$outboundSchema.parse(anthropicDocumentBlockParamContent1));
|
|
27
|
+
}
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const AnthropicDocumentBlockParamContent2$outboundSchema = z.union([
|
|
30
|
+
z.string(),
|
|
31
|
+
z.array(z.union([
|
|
32
|
+
AnthropicImageBlockParam$outboundSchema,
|
|
33
|
+
AnthropicTextBlockParam$outboundSchema,
|
|
34
|
+
])),
|
|
35
|
+
]);
|
|
36
|
+
export function anthropicDocumentBlockParamContent2ToJSON(anthropicDocumentBlockParamContent2) {
|
|
37
|
+
return JSON.stringify(AnthropicDocumentBlockParamContent2$outboundSchema.parse(anthropicDocumentBlockParamContent2));
|
|
38
|
+
}
|
|
39
|
+
/** @internal */
|
|
40
|
+
export const SourceContent$outboundSchema = z.object({
|
|
41
|
+
content: z.union([
|
|
42
|
+
z.string(),
|
|
43
|
+
z.array(z.union([
|
|
44
|
+
AnthropicImageBlockParam$outboundSchema,
|
|
45
|
+
AnthropicTextBlockParam$outboundSchema,
|
|
46
|
+
])),
|
|
47
|
+
]),
|
|
48
|
+
type: z.literal("content"),
|
|
49
|
+
});
|
|
50
|
+
export function sourceContentToJSON(sourceContent) {
|
|
51
|
+
return JSON.stringify(SourceContent$outboundSchema.parse(sourceContent));
|
|
52
|
+
}
|
|
53
|
+
/** @internal */
|
|
54
|
+
export const AnthropicDocumentBlockParamSourceUnion$outboundSchema = z.union([
|
|
55
|
+
AnthropicBase64PdfSource$outboundSchema,
|
|
56
|
+
AnthropicPlainTextSource$outboundSchema,
|
|
57
|
+
z.lazy(() => SourceContent$outboundSchema),
|
|
58
|
+
AnthropicUrlPdfSource$outboundSchema,
|
|
59
|
+
]);
|
|
60
|
+
export function anthropicDocumentBlockParamSourceUnionToJSON(anthropicDocumentBlockParamSourceUnion) {
|
|
61
|
+
return JSON.stringify(AnthropicDocumentBlockParamSourceUnion$outboundSchema.parse(anthropicDocumentBlockParamSourceUnion));
|
|
62
|
+
}
|
|
63
|
+
/** @internal */
|
|
64
|
+
export const AnthropicDocumentBlockParam$outboundSchema = z.object({
|
|
65
|
+
cacheControl: AnthropicCacheControlDirective$outboundSchema.optional(),
|
|
66
|
+
citations: z.nullable(z.lazy(() => AnthropicDocumentBlockParamCitations$outboundSchema)).optional(),
|
|
67
|
+
context: z.nullable(z.string()).optional(),
|
|
68
|
+
source: z.union([
|
|
69
|
+
AnthropicBase64PdfSource$outboundSchema,
|
|
70
|
+
AnthropicPlainTextSource$outboundSchema,
|
|
71
|
+
z.lazy(() => SourceContent$outboundSchema),
|
|
72
|
+
AnthropicUrlPdfSource$outboundSchema,
|
|
73
|
+
]),
|
|
74
|
+
title: z.nullable(z.string()).optional(),
|
|
75
|
+
type: z.literal("document"),
|
|
76
|
+
}).transform((v) => {
|
|
77
|
+
return remap$(v, {
|
|
78
|
+
cacheControl: "cache_control",
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
export function anthropicDocumentBlockParamToJSON(anthropicDocumentBlockParam) {
|
|
82
|
+
return JSON.stringify(AnthropicDocumentBlockParam$outboundSchema.parse(anthropicDocumentBlockParam));
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=anthropicdocumentblockparam.js.map
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { AnthropicBase64ImageSource, AnthropicBase64ImageSource$Outbound } from "./anthropicbase64imagesource.js";
|
|
3
|
+
import { AnthropicCacheControlDirective, AnthropicCacheControlDirective$Outbound } from "./anthropiccachecontroldirective.js";
|
|
4
|
+
import { AnthropicUrlImageSource, AnthropicUrlImageSource$Outbound } from "./anthropicurlimagesource.js";
|
|
5
|
+
export type AnthropicImageBlockParamSource = AnthropicBase64ImageSource | AnthropicUrlImageSource;
|
|
6
|
+
export type AnthropicImageBlockParam = {
|
|
7
|
+
/**
|
|
8
|
+
* Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.
|
|
9
|
+
*/
|
|
10
|
+
cacheControl?: AnthropicCacheControlDirective | undefined;
|
|
11
|
+
source: AnthropicBase64ImageSource | AnthropicUrlImageSource;
|
|
12
|
+
type: "image";
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type AnthropicImageBlockParamSource$Outbound = AnthropicBase64ImageSource$Outbound | AnthropicUrlImageSource$Outbound;
|
|
16
|
+
/** @internal */
|
|
17
|
+
export declare const AnthropicImageBlockParamSource$outboundSchema: z.ZodType<AnthropicImageBlockParamSource$Outbound, AnthropicImageBlockParamSource>;
|
|
18
|
+
export declare function anthropicImageBlockParamSourceToJSON(anthropicImageBlockParamSource: AnthropicImageBlockParamSource): string;
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type AnthropicImageBlockParam$Outbound = {
|
|
21
|
+
cache_control?: AnthropicCacheControlDirective$Outbound | undefined;
|
|
22
|
+
source: AnthropicBase64ImageSource$Outbound | AnthropicUrlImageSource$Outbound;
|
|
23
|
+
type: "image";
|
|
24
|
+
};
|
|
25
|
+
/** @internal */
|
|
26
|
+
export declare const AnthropicImageBlockParam$outboundSchema: z.ZodType<AnthropicImageBlockParam$Outbound, AnthropicImageBlockParam>;
|
|
27
|
+
export declare function anthropicImageBlockParamToJSON(anthropicImageBlockParam: AnthropicImageBlockParam): string;
|
|
28
|
+
//# sourceMappingURL=anthropicimageblockparam.d.ts.map
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 463612aae623
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
import { AnthropicBase64ImageSource$outboundSchema, } from "./anthropicbase64imagesource.js";
|
|
8
|
+
import { AnthropicCacheControlDirective$outboundSchema, } from "./anthropiccachecontroldirective.js";
|
|
9
|
+
import { AnthropicUrlImageSource$outboundSchema, } from "./anthropicurlimagesource.js";
|
|
10
|
+
/** @internal */
|
|
11
|
+
export const AnthropicImageBlockParamSource$outboundSchema = z.union([
|
|
12
|
+
AnthropicBase64ImageSource$outboundSchema,
|
|
13
|
+
AnthropicUrlImageSource$outboundSchema,
|
|
14
|
+
]);
|
|
15
|
+
export function anthropicImageBlockParamSourceToJSON(anthropicImageBlockParamSource) {
|
|
16
|
+
return JSON.stringify(AnthropicImageBlockParamSource$outboundSchema.parse(anthropicImageBlockParamSource));
|
|
17
|
+
}
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const AnthropicImageBlockParam$outboundSchema = z.object({
|
|
20
|
+
cacheControl: AnthropicCacheControlDirective$outboundSchema.optional(),
|
|
21
|
+
source: z.union([
|
|
22
|
+
AnthropicBase64ImageSource$outboundSchema,
|
|
23
|
+
AnthropicUrlImageSource$outboundSchema,
|
|
24
|
+
]),
|
|
25
|
+
type: z.literal("image"),
|
|
26
|
+
}).transform((v) => {
|
|
27
|
+
return remap$(v, {
|
|
28
|
+
cacheControl: "cache_control",
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
export function anthropicImageBlockParamToJSON(anthropicImageBlockParam) {
|
|
32
|
+
return JSON.stringify(AnthropicImageBlockParam$outboundSchema.parse(anthropicImageBlockParam));
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=anthropicimageblockparam.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { OpenEnum } from "../types/enums.js";
|
|
3
|
+
export declare const AnthropicImageMimeType: {
|
|
4
|
+
readonly ImageJpeg: "image/jpeg";
|
|
5
|
+
readonly ImagePng: "image/png";
|
|
6
|
+
readonly ImageGif: "image/gif";
|
|
7
|
+
readonly ImageWebp: "image/webp";
|
|
8
|
+
};
|
|
9
|
+
export type AnthropicImageMimeType = OpenEnum<typeof AnthropicImageMimeType>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AnthropicImageMimeType$outboundSchema: z.ZodType<string, AnthropicImageMimeType>;
|
|
12
|
+
//# sourceMappingURL=anthropicimagemimetype.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 14923724a710
|
|
4
|
+
*/
|
|
5
|
+
import * as openEnums from "../types/enums.js";
|
|
6
|
+
export const AnthropicImageMimeType = {
|
|
7
|
+
ImageJpeg: "image/jpeg",
|
|
8
|
+
ImagePng: "image/png",
|
|
9
|
+
ImageGif: "image/gif",
|
|
10
|
+
ImageWebp: "image/webp",
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const AnthropicImageMimeType$outboundSchema = openEnums.outboundSchema(AnthropicImageMimeType);
|
|
14
|
+
//# sourceMappingURL=anthropicimagemimetype.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
export declare const AnthropicInputTokensClearAtLeastType: {
|
|
4
|
+
readonly InputTokens: "input_tokens";
|
|
5
|
+
};
|
|
6
|
+
export type AnthropicInputTokensClearAtLeastType = ClosedEnum<typeof AnthropicInputTokensClearAtLeastType>;
|
|
7
|
+
export type AnthropicInputTokensClearAtLeast = {
|
|
8
|
+
type: AnthropicInputTokensClearAtLeastType;
|
|
9
|
+
value: number;
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const AnthropicInputTokensClearAtLeastType$outboundSchema: z.ZodEnum<typeof AnthropicInputTokensClearAtLeastType>;
|
|
13
|
+
/** @internal */
|
|
14
|
+
export type AnthropicInputTokensClearAtLeast$Outbound = {
|
|
15
|
+
type: string;
|
|
16
|
+
value: number;
|
|
17
|
+
};
|
|
18
|
+
/** @internal */
|
|
19
|
+
export declare const AnthropicInputTokensClearAtLeast$outboundSchema: z.ZodType<AnthropicInputTokensClearAtLeast$Outbound, AnthropicInputTokensClearAtLeast>;
|
|
20
|
+
export declare function anthropicInputTokensClearAtLeastToJSON(anthropicInputTokensClearAtLeast: AnthropicInputTokensClearAtLeast): string;
|
|
21
|
+
//# sourceMappingURL=anthropicinputtokensclearatleast.d.ts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 411e6fbb1d5c
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
export const AnthropicInputTokensClearAtLeastType = {
|
|
7
|
+
InputTokens: "input_tokens",
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export const AnthropicInputTokensClearAtLeastType$outboundSchema = z.enum(AnthropicInputTokensClearAtLeastType);
|
|
11
|
+
/** @internal */
|
|
12
|
+
export const AnthropicInputTokensClearAtLeast$outboundSchema = z.object({
|
|
13
|
+
type: AnthropicInputTokensClearAtLeastType$outboundSchema,
|
|
14
|
+
value: z.int(),
|
|
15
|
+
});
|
|
16
|
+
export function anthropicInputTokensClearAtLeastToJSON(anthropicInputTokensClearAtLeast) {
|
|
17
|
+
return JSON.stringify(AnthropicInputTokensClearAtLeast$outboundSchema.parse(anthropicInputTokensClearAtLeast));
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=anthropicinputtokensclearatleast.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type AnthropicInputTokensTrigger = {
|
|
3
|
+
type: "input_tokens";
|
|
4
|
+
value: number;
|
|
5
|
+
};
|
|
6
|
+
/** @internal */
|
|
7
|
+
export type AnthropicInputTokensTrigger$Outbound = {
|
|
8
|
+
type: "input_tokens";
|
|
9
|
+
value: number;
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const AnthropicInputTokensTrigger$outboundSchema: z.ZodType<AnthropicInputTokensTrigger$Outbound, AnthropicInputTokensTrigger>;
|
|
13
|
+
export declare function anthropicInputTokensTriggerToJSON(anthropicInputTokensTrigger: AnthropicInputTokensTrigger): string;
|
|
14
|
+
//# sourceMappingURL=anthropicinputtokenstrigger.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 24d82ce75c3e
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export const AnthropicInputTokensTrigger$outboundSchema = z.object({
|
|
8
|
+
type: z.literal("input_tokens"),
|
|
9
|
+
value: z.int(),
|
|
10
|
+
});
|
|
11
|
+
export function anthropicInputTokensTriggerToJSON(anthropicInputTokensTrigger) {
|
|
12
|
+
return JSON.stringify(AnthropicInputTokensTrigger$outboundSchema.parse(anthropicInputTokensTrigger));
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=anthropicinputtokenstrigger.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
export declare const AnthropicPlainTextSourceMediaType: {
|
|
4
|
+
readonly TextPlain: "text/plain";
|
|
5
|
+
};
|
|
6
|
+
export type AnthropicPlainTextSourceMediaType = ClosedEnum<typeof AnthropicPlainTextSourceMediaType>;
|
|
7
|
+
export type AnthropicPlainTextSource = {
|
|
8
|
+
data: string;
|
|
9
|
+
mediaType: AnthropicPlainTextSourceMediaType;
|
|
10
|
+
type: "text";
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const AnthropicPlainTextSourceMediaType$outboundSchema: z.ZodEnum<typeof AnthropicPlainTextSourceMediaType>;
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type AnthropicPlainTextSource$Outbound = {
|
|
16
|
+
data: string;
|
|
17
|
+
media_type: string;
|
|
18
|
+
type: "text";
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const AnthropicPlainTextSource$outboundSchema: z.ZodType<AnthropicPlainTextSource$Outbound, AnthropicPlainTextSource>;
|
|
22
|
+
export declare function anthropicPlainTextSourceToJSON(anthropicPlainTextSource: AnthropicPlainTextSource): string;
|
|
23
|
+
//# sourceMappingURL=anthropicplaintextsource.d.ts.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 6f9fad0eec61
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
export const AnthropicPlainTextSourceMediaType = {
|
|
8
|
+
TextPlain: "text/plain",
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export const AnthropicPlainTextSourceMediaType$outboundSchema = z.enum(AnthropicPlainTextSourceMediaType);
|
|
12
|
+
/** @internal */
|
|
13
|
+
export const AnthropicPlainTextSource$outboundSchema = z.object({
|
|
14
|
+
data: z.string(),
|
|
15
|
+
mediaType: AnthropicPlainTextSourceMediaType$outboundSchema,
|
|
16
|
+
type: z.literal("text"),
|
|
17
|
+
}).transform((v) => {
|
|
18
|
+
return remap$(v, {
|
|
19
|
+
mediaType: "media_type",
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
export function anthropicPlainTextSourceToJSON(anthropicPlainTextSource) {
|
|
23
|
+
return JSON.stringify(AnthropicPlainTextSource$outboundSchema.parse(anthropicPlainTextSource));
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=anthropicplaintextsource.js.map
|