@orq-ai/node 4.1.0-rc.33 → 4.1.0-rc.34
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 +18 -38
- package/bin/mcp-server.js +9851 -9147
- package/bin/mcp-server.js.map +82 -118
- package/examples/package-lock.json +1 -1
- package/funcs/agentsResponsesCreate.d.ts +1 -7
- package/funcs/agentsResponsesCreate.d.ts.map +1 -1
- package/funcs/agentsResponsesCreate.js +2 -9
- package/funcs/agentsResponsesCreate.js.map +1 -1
- package/funcs/budgetsCreate.d.ts +1 -1
- package/funcs/budgetsCreate.js +1 -1
- package/funcs/contactsList.js +0 -1
- package/funcs/contactsList.js.map +1 -1
- package/funcs/memoryStoresListDocuments.js +0 -2
- package/funcs/memoryStoresListDocuments.js.map +1 -1
- package/funcs/memoryStoresListMemories.js +0 -1
- package/funcs/memoryStoresListMemories.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +1 -13
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/budgetsCreate.js +1 -1
- package/mcp-server/tools/budgetsCreate.js.map +1 -1
- package/models/components/agentexecutionstartedstreamingevent.d.ts +8 -8
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -1
- package/models/components/agentexecutionstartedstreamingevent.js +12 -11
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -1
- package/models/components/agentinactivestreamingevent.d.ts +21 -21
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -1
- package/models/components/agentinactivestreamingevent.js +28 -27
- package/models/components/agentinactivestreamingevent.js.map +1 -1
- package/models/components/agentthoughtstreamingevent.d.ts +24 -26
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
- package/models/components/agentthoughtstreamingevent.js +32 -34
- package/models/components/agentthoughtstreamingevent.js.map +1 -1
- package/models/components/imagecontentpartschema.d.ts +18 -18
- package/models/components/imagecontentpartschema.d.ts.map +1 -1
- package/models/components/imagecontentpartschema.js +21 -23
- package/models/components/imagecontentpartschema.js.map +1 -1
- package/models/components/index.d.ts +2 -16
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -16
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +1028 -149
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +984 -128
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/thinkingconfigdisabledschema.d.ts +23 -0
- package/models/components/thinkingconfigdisabledschema.d.ts.map +1 -0
- package/{mcp-server/tools/conversationsDelete.js → models/components/thinkingconfigdisabledschema.js} +19 -24
- package/models/components/thinkingconfigdisabledschema.js.map +1 -0
- package/models/components/thinkingconfigenabledschema.d.ts +49 -0
- package/models/components/thinkingconfigenabledschema.d.ts.map +1 -0
- package/models/components/thinkingconfigenabledschema.js +84 -0
- package/models/components/thinkingconfigenabledschema.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +0 -2
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -1
- package/models/components/toolexecutionfailedstreamingevent.js +0 -2
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -1
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +0 -2
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -1
- package/models/components/toolexecutionfinishedstreamingevent.js +0 -2
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -1
- package/models/components/toolexecutionstartedstreamingevent.d.ts +0 -2
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -1
- package/models/components/toolexecutionstartedstreamingevent.js +0 -2
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -1
- package/models/errors/index.d.ts +0 -4
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -4
- package/models/errors/index.js.map +1 -1
- package/models/operations/createagentrequest.d.ts +17 -207
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +71 -190
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts +1 -35
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +1 -55
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.d.ts +13 -69
- package/models/operations/createbudget.d.ts.map +1 -1
- package/models/operations/createbudget.js +12 -61
- package/models/operations/createbudget.js.map +1 -1
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.d.ts +1033 -153
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +957 -147
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/creatememory.d.ts +5 -10
- package/models/operations/creatememory.d.ts.map +1 -1
- package/models/operations/creatememory.js +2 -6
- package/models/operations/creatememory.js.map +1 -1
- package/models/operations/creatememorydocument.d.ts +4 -4
- package/models/operations/creatememorydocument.d.ts.map +1 -1
- package/models/operations/creatememorydocument.js +2 -2
- package/models/operations/creatememorydocument.js.map +1 -1
- package/models/operations/createprompt.d.ts +489 -146
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +483 -168
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentcreatemetric.d.ts +1034 -154
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +972 -137
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +1101 -221
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +1059 -263
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +26 -27
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +28 -29
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +13 -14
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +13 -14
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +1064 -185
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +990 -164
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.d.ts +8 -8
- package/models/operations/fileupload.d.ts.map +1 -1
- package/models/operations/fileupload.js +14 -13
- package/models/operations/fileupload.js.map +1 -1
- package/models/operations/getallmemories.d.ts +0 -10
- package/models/operations/getallmemories.d.ts.map +1 -1
- package/models/operations/getallmemories.js +0 -6
- package/models/operations/getallmemories.js.map +1 -1
- package/models/operations/getallmemorydocuments.d.ts +0 -10
- package/models/operations/getallmemorydocuments.d.ts.map +1 -1
- package/models/operations/getallmemorydocuments.js +0 -8
- package/models/operations/getallmemorydocuments.js.map +1 -1
- package/models/operations/getallprompts.d.ts +13 -14
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +13 -14
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.d.ts +0 -5
- package/models/operations/getbudget.d.ts.map +1 -1
- package/models/operations/getbudget.js +2 -6
- package/models/operations/getbudget.js.map +1 -1
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +13 -14
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +13 -14
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +13 -14
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +13 -14
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/index.d.ts +0 -6
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -6
- package/models/operations/index.js.map +1 -1
- package/models/operations/listagents.d.ts +9 -105
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +36 -95
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.d.ts +0 -5
- package/models/operations/listbudgets.d.ts.map +1 -1
- package/models/operations/listbudgets.js +2 -6
- package/models/operations/listbudgets.js.map +1 -1
- package/models/operations/listcontacts.d.ts +0 -5
- package/models/operations/listcontacts.d.ts.map +1 -1
- package/models/operations/listcontacts.js +2 -4
- package/models/operations/listcontacts.js.map +1 -1
- package/models/operations/listdatasetdatapoints.d.ts +516 -76
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +475 -75
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +13 -14
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +13 -14
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +9 -105
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +36 -95
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.d.ts +516 -76
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +473 -75
- package/models/operations/retrievedatapoint.js.map +1 -1
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememory.d.ts +0 -5
- package/models/operations/retrievememory.d.ts.map +1 -1
- package/models/operations/retrievememory.js +0 -4
- package/models/operations/retrievememory.js.map +1 -1
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +8 -102
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +39 -102
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +8 -102
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +39 -101
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +17 -207
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +71 -189
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.d.ts +0 -5
- package/models/operations/updatebudget.d.ts.map +1 -1
- package/models/operations/updatebudget.js +2 -6
- package/models/operations/updatebudget.js.map +1 -1
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.d.ts +1033 -153
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +955 -147
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememory.d.ts +5 -10
- package/models/operations/updatememory.d.ts.map +1 -1
- package/models/operations/updatememory.js +2 -6
- package/models/operations/updatememory.js.map +1 -1
- package/models/operations/updatememorydocument.d.ts +4 -4
- package/models/operations/updatememorydocument.d.ts.map +1 -1
- package/models/operations/updatememorydocument.js +2 -2
- package/models/operations/updatememorydocument.js.map +1 -1
- package/models/operations/updatememorystore.d.ts +59 -24
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +55 -27
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +486 -149
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +466 -156
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/budgets.d.ts +1 -1
- package/sdk/budgets.js +1 -1
- package/sdk/evals.d.ts +0 -4
- package/sdk/evals.d.ts.map +1 -1
- package/sdk/evals.js +0 -7
- package/sdk/evals.js.map +1 -1
- package/sdk/responses.d.ts +1 -5
- package/sdk/responses.d.ts.map +1 -1
- package/sdk/responses.js +1 -3
- package/sdk/responses.js.map +1 -1
- package/sdk/sdk.d.ts +0 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -4
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/agentsResponsesCreate.ts +10 -14
- package/src/funcs/budgetsCreate.ts +1 -1
- package/src/funcs/contactsList.ts +0 -1
- package/src/funcs/memoryStoresListDocuments.ts +0 -2
- package/src/funcs/memoryStoresListMemories.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -13
- package/src/mcp-server/tools/budgetsCreate.ts +1 -1
- package/src/models/components/agentexecutionstartedstreamingevent.ts +34 -53
- package/src/models/components/agentinactivestreamingevent.ts +57 -85
- package/src/models/components/agentthoughtstreamingevent.ts +118 -167
- package/src/models/components/imagecontentpartschema.ts +37 -52
- package/src/models/components/index.ts +2 -16
- package/src/models/components/invokedeploymentrequest.ts +2543 -486
- package/src/models/components/thinkingconfigdisabledschema.ts +59 -0
- package/src/models/components/thinkingconfigenabledschema.ts +106 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +0 -4
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +0 -4
- package/src/models/components/toolexecutionstartedstreamingevent.ts +0 -4
- package/src/models/errors/index.ts +0 -4
- package/src/models/operations/createagentrequest.ts +119 -368
- package/src/models/operations/createagentresponserequest.ts +1 -134
- package/src/models/operations/createbudget.ts +28 -143
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2747 -562
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/creatememory.ts +5 -14
- package/src/models/operations/creatememorydocument.ts +4 -4
- package/src/models/operations/createprompt.ts +1217 -415
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentcreatemetric.ts +3037 -598
- package/src/models/operations/deploymentgetconfig.ts +2905 -828
- package/src/models/operations/deploymentinvoke.ts +46 -47
- package/src/models/operations/deployments.ts +15 -16
- package/src/models/operations/deploymentstream.ts +2842 -592
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +27 -30
- package/src/models/operations/getallmemories.ts +0 -16
- package/src/models/operations/getallmemorydocuments.ts +0 -22
- package/src/models/operations/getallprompts.ts +15 -16
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -11
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +15 -16
- package/src/models/operations/getpromptversion.ts +15 -16
- package/src/models/operations/index.ts +0 -6
- package/src/models/operations/listagents.ts +61 -187
- package/src/models/operations/listbudgets.ts +2 -11
- package/src/models/operations/listcontacts.ts +2 -9
- package/src/models/operations/listdatasetdatapoints.ts +1381 -314
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +15 -16
- package/src/models/operations/retrieveagentrequest.ts +59 -195
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +1301 -276
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememory.ts +0 -9
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +62 -192
- package/src/models/operations/streamrunagent.ts +60 -199
- package/src/models/operations/updateagent.ts +119 -378
- package/src/models/operations/updatebudget.ts +2 -11
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2772 -611
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememory.ts +5 -14
- package/src/models/operations/updatememorydocument.ts +4 -4
- package/src/models/operations/updatememorystore.ts +154 -64
- package/src/models/operations/updateprompt.ts +1142 -383
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/budgets.ts +1 -1
- package/src/sdk/evals.ts +0 -15
- package/src/sdk/responses.ts +3 -8
- package/src/sdk/sdk.ts +0 -6
- package/funcs/conversationsCreate.d.ts +0 -17
- package/funcs/conversationsCreate.d.ts.map +0 -1
- package/funcs/conversationsCreate.js +0 -114
- package/funcs/conversationsCreate.js.map +0 -1
- package/funcs/conversationsDelete.d.ts +0 -17
- package/funcs/conversationsDelete.d.ts.map +0 -1
- package/funcs/conversationsDelete.js +0 -127
- package/funcs/conversationsDelete.js.map +0 -1
- package/funcs/conversationsList.d.ts +0 -17
- package/funcs/conversationsList.d.ts.map +0 -1
- package/funcs/conversationsList.js +0 -124
- package/funcs/conversationsList.js.map +0 -1
- package/funcs/conversationsRetrieve.d.ts +0 -18
- package/funcs/conversationsRetrieve.d.ts.map +0 -1
- package/funcs/conversationsRetrieve.js +0 -126
- package/funcs/conversationsRetrieve.js.map +0 -1
- package/funcs/conversationsUpdate.d.ts +0 -18
- package/funcs/conversationsUpdate.d.ts.map +0 -1
- package/funcs/conversationsUpdate.js +0 -128
- package/funcs/conversationsUpdate.js.map +0 -1
- package/funcs/evalsInvoke.d.ts +0 -15
- package/funcs/evalsInvoke.d.ts.map +0 -1
- package/funcs/evalsInvoke.js +0 -121
- package/funcs/evalsInvoke.js.map +0 -1
- package/mcp-server/tools/conversationsCreate.d.ts +0 -8
- package/mcp-server/tools/conversationsCreate.d.ts.map +0 -1
- package/mcp-server/tools/conversationsCreate.js +0 -64
- package/mcp-server/tools/conversationsCreate.js.map +0 -1
- package/mcp-server/tools/conversationsDelete.d.ts +0 -8
- package/mcp-server/tools/conversationsDelete.d.ts.map +0 -1
- package/mcp-server/tools/conversationsDelete.js.map +0 -1
- package/mcp-server/tools/conversationsList.d.ts +0 -10
- package/mcp-server/tools/conversationsList.d.ts.map +0 -1
- package/mcp-server/tools/conversationsList.js +0 -66
- package/mcp-server/tools/conversationsList.js.map +0 -1
- package/mcp-server/tools/conversationsRetrieve.d.ts +0 -8
- package/mcp-server/tools/conversationsRetrieve.d.ts.map +0 -1
- package/mcp-server/tools/conversationsRetrieve.js +0 -64
- package/mcp-server/tools/conversationsRetrieve.js.map +0 -1
- package/mcp-server/tools/conversationsUpdate.d.ts +0 -10
- package/mcp-server/tools/conversationsUpdate.d.ts.map +0 -1
- package/mcp-server/tools/conversationsUpdate.js +0 -66
- package/mcp-server/tools/conversationsUpdate.js.map +0 -1
- package/mcp-server/tools/evalsInvoke.d.ts +0 -8
- package/mcp-server/tools/evalsInvoke.d.ts.map +0 -1
- package/mcp-server/tools/evalsInvoke.js +0 -62
- package/mcp-server/tools/evalsInvoke.js.map +0 -1
- package/models/operations/listconversations.d.ts +0 -60
- package/models/operations/listconversations.d.ts.map +0 -1
- package/models/operations/listconversations.js +0 -109
- package/models/operations/listconversations.js.map +0 -1
- package/sdk/conversations.d.ts +0 -40
- package/sdk/conversations.d.ts.map +0 -1
- package/sdk/conversations.js +0 -62
- package/sdk/conversations.js.map +0 -1
- package/src/funcs/conversationsCreate.ts +0 -161
- package/src/funcs/conversationsDelete.ts +0 -180
- package/src/funcs/conversationsList.ts +0 -181
- package/src/funcs/conversationsRetrieve.ts +0 -180
- package/src/funcs/conversationsUpdate.ts +0 -184
- package/src/funcs/evalsInvoke.ts +0 -177
- package/src/mcp-server/tools/conversationsCreate.ts +0 -37
- package/src/mcp-server/tools/conversationsDelete.ts +0 -35
- package/src/mcp-server/tools/conversationsList.ts +0 -41
- package/src/mcp-server/tools/conversationsRetrieve.ts +0 -37
- package/src/mcp-server/tools/conversationsUpdate.ts +0 -40
- package/src/mcp-server/tools/evalsInvoke.ts +0 -35
- package/src/models/operations/listconversations.ts +0 -161
- package/src/sdk/conversations.ts +0 -105
|
@@ -3,11 +3,72 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import * as components from "../components/index.js";
|
|
5
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export
|
|
6
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type: {
|
|
7
|
+
readonly Text: "text";
|
|
8
|
+
};
|
|
9
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type>;
|
|
10
|
+
/**
|
|
11
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
12
|
+
*/
|
|
13
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType: {
|
|
14
|
+
readonly Ephemeral: "ephemeral";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
18
|
+
*/
|
|
19
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType>;
|
|
20
|
+
/**
|
|
21
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
*
|
|
25
|
+
* - `5m`: 5 minutes
|
|
26
|
+
* - `1h`: 1 hour
|
|
27
|
+
*
|
|
28
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
29
|
+
*/
|
|
30
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyTtl: {
|
|
31
|
+
readonly Fivem: "5m";
|
|
32
|
+
readonly Oneh: "1h";
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
36
|
+
*
|
|
37
|
+
* @remarks
|
|
38
|
+
*
|
|
39
|
+
* - `5m`: 5 minutes
|
|
40
|
+
* - `1h`: 1 hour
|
|
41
|
+
*
|
|
42
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
43
|
+
*/
|
|
44
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyTtl>;
|
|
45
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyCacheControl = {
|
|
46
|
+
/**
|
|
47
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
48
|
+
*/
|
|
49
|
+
type: UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType;
|
|
50
|
+
/**
|
|
51
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
52
|
+
*
|
|
53
|
+
* @remarks
|
|
54
|
+
*
|
|
55
|
+
* - `5m`: 5 minutes
|
|
56
|
+
* - `1h`: 1 hour
|
|
57
|
+
*
|
|
58
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
59
|
+
*/
|
|
60
|
+
ttl?: UpdateDatapoint2DatasetsRequestRequestBodyTtl | undefined;
|
|
61
|
+
};
|
|
62
|
+
export type UpdateDatapoint2DatasetsRequest1 = {
|
|
63
|
+
type: UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type;
|
|
64
|
+
text: string;
|
|
65
|
+
cacheControl?: UpdateDatapoint2DatasetsRequestRequestBodyCacheControl | undefined;
|
|
66
|
+
};
|
|
67
|
+
export type UpdateDatapointContentDatasetsRequestRequestBodyMessages2 = UpdateDatapoint2DatasetsRequest1;
|
|
7
68
|
/**
|
|
8
69
|
* The contents of the tool message.
|
|
9
70
|
*/
|
|
10
|
-
export type UpdateDatapointMessagesDatasetsRequestRequestBody5Content = string | Array<
|
|
71
|
+
export type UpdateDatapointMessagesDatasetsRequestRequestBody5Content = string | Array<UpdateDatapoint2DatasetsRequest1>;
|
|
11
72
|
/**
|
|
12
73
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
13
74
|
*/
|
|
@@ -68,22 +129,75 @@ export type UpdateDatapointMessagesToolMessage = {
|
|
|
68
129
|
/**
|
|
69
130
|
* The contents of the tool message.
|
|
70
131
|
*/
|
|
71
|
-
content: string | Array<
|
|
132
|
+
content: string | Array<UpdateDatapoint2DatasetsRequest1>;
|
|
72
133
|
/**
|
|
73
134
|
* Tool call that this message is responding to.
|
|
74
135
|
*/
|
|
75
136
|
toolCallId: string;
|
|
76
137
|
cacheControl?: UpdateDatapointMessagesCacheControl | undefined;
|
|
77
138
|
};
|
|
78
|
-
|
|
139
|
+
/**
|
|
140
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
141
|
+
*/
|
|
142
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type: {
|
|
143
|
+
readonly Ephemeral: "ephemeral";
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
147
|
+
*/
|
|
148
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type>;
|
|
149
|
+
/**
|
|
150
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
151
|
+
*
|
|
152
|
+
* @remarks
|
|
153
|
+
*
|
|
154
|
+
* - `5m`: 5 minutes
|
|
155
|
+
* - `1h`: 1 hour
|
|
156
|
+
*
|
|
157
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
158
|
+
*/
|
|
159
|
+
export declare const UpdateDatapoint2DatasetsRequestTtl: {
|
|
160
|
+
readonly Fivem: "5m";
|
|
161
|
+
readonly Oneh: "1h";
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
165
|
+
*
|
|
166
|
+
* @remarks
|
|
167
|
+
*
|
|
168
|
+
* - `5m`: 5 minutes
|
|
169
|
+
* - `1h`: 1 hour
|
|
170
|
+
*
|
|
171
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
172
|
+
*/
|
|
173
|
+
export type UpdateDatapoint2DatasetsRequestTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestTtl>;
|
|
174
|
+
export type UpdateDatapoint2DatasetsRequestCacheControl = {
|
|
175
|
+
/**
|
|
176
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
177
|
+
*/
|
|
178
|
+
type: UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type;
|
|
179
|
+
/**
|
|
180
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
181
|
+
*
|
|
182
|
+
* @remarks
|
|
183
|
+
*
|
|
184
|
+
* - `5m`: 5 minutes
|
|
185
|
+
* - `1h`: 1 hour
|
|
186
|
+
*
|
|
187
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
188
|
+
*/
|
|
189
|
+
ttl?: UpdateDatapoint2DatasetsRequestTtl | undefined;
|
|
190
|
+
};
|
|
191
|
+
export type UpdateDatapoint2Datasets1 = {
|
|
79
192
|
type: "text";
|
|
80
|
-
|
|
193
|
+
text: string;
|
|
194
|
+
cacheControl?: UpdateDatapoint2DatasetsRequestCacheControl | undefined;
|
|
195
|
+
};
|
|
196
|
+
export type UpdateDatapointContentDatasetsRequestRequestBody2 = UpdateDatapoint2Datasets1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
81
197
|
/**
|
|
82
198
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
83
199
|
*/
|
|
84
|
-
export type UpdateDatapointMessagesDatasetsRequestRequestBodyContent = string | Array<
|
|
85
|
-
type: "text";
|
|
86
|
-
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
200
|
+
export type UpdateDatapointMessagesDatasetsRequestRequestBodyContent = string | Array<UpdateDatapoint2Datasets1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
87
201
|
/**
|
|
88
202
|
* Data about a previous audio response from the model.
|
|
89
203
|
*/
|
|
@@ -132,9 +246,7 @@ export type UpdateDatapointMessagesAssistantMessage = {
|
|
|
132
246
|
/**
|
|
133
247
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
134
248
|
*/
|
|
135
|
-
content?: string | Array<
|
|
136
|
-
type: "text";
|
|
137
|
-
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
|
|
249
|
+
content?: string | Array<UpdateDatapoint2Datasets1 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
|
|
138
250
|
/**
|
|
139
251
|
* The refusal message by the assistant.
|
|
140
252
|
*/
|
|
@@ -159,13 +271,13 @@ export type UpdateDatapointMessagesAssistantMessage = {
|
|
|
159
271
|
/**
|
|
160
272
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
161
273
|
*/
|
|
162
|
-
export declare const
|
|
274
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyType: {
|
|
163
275
|
readonly Ephemeral: "ephemeral";
|
|
164
276
|
};
|
|
165
277
|
/**
|
|
166
278
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
167
279
|
*/
|
|
168
|
-
export type
|
|
280
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyType = ClosedEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyType>;
|
|
169
281
|
/**
|
|
170
282
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
171
283
|
*
|
|
@@ -176,7 +288,7 @@ export type UpdateDatapoint2DatasetsType = ClosedEnum<typeof UpdateDatapoint2Dat
|
|
|
176
288
|
*
|
|
177
289
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
178
290
|
*/
|
|
179
|
-
export declare const
|
|
291
|
+
export declare const UpdateDatapoint2DatasetsTtl: {
|
|
180
292
|
readonly Fivem: "5m";
|
|
181
293
|
readonly Oneh: "1h";
|
|
182
294
|
};
|
|
@@ -190,12 +302,12 @@ export declare const UpdateDatapoint2Ttl: {
|
|
|
190
302
|
*
|
|
191
303
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
192
304
|
*/
|
|
193
|
-
export type
|
|
194
|
-
export type
|
|
305
|
+
export type UpdateDatapoint2DatasetsTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsTtl>;
|
|
306
|
+
export type UpdateDatapoint2DatasetsCacheControl = {
|
|
195
307
|
/**
|
|
196
308
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
197
309
|
*/
|
|
198
|
-
type:
|
|
310
|
+
type: UpdateDatapoint2DatasetsRequestRequestBodyType;
|
|
199
311
|
/**
|
|
200
312
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
201
313
|
*
|
|
@@ -206,28 +318,81 @@ export type UpdateDatapoint2CacheControl = {
|
|
|
206
318
|
*
|
|
207
319
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
208
320
|
*/
|
|
209
|
-
ttl?:
|
|
321
|
+
ttl?: UpdateDatapoint2DatasetsTtl | undefined;
|
|
210
322
|
};
|
|
211
323
|
export type UpdateDatapoint24 = {
|
|
212
324
|
/**
|
|
213
325
|
* The type of the content part. Always `file`.
|
|
214
326
|
*/
|
|
215
327
|
type: "file";
|
|
216
|
-
cacheControl?:
|
|
328
|
+
cacheControl?: UpdateDatapoint2DatasetsCacheControl | undefined;
|
|
217
329
|
/**
|
|
218
330
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
219
331
|
*/
|
|
220
332
|
file: components.FileContentPartSchema;
|
|
221
333
|
};
|
|
222
|
-
|
|
334
|
+
/**
|
|
335
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
336
|
+
*/
|
|
337
|
+
export declare const UpdateDatapoint2DatasetsType: {
|
|
338
|
+
readonly Ephemeral: "ephemeral";
|
|
339
|
+
};
|
|
340
|
+
/**
|
|
341
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
342
|
+
*/
|
|
343
|
+
export type UpdateDatapoint2DatasetsType = ClosedEnum<typeof UpdateDatapoint2DatasetsType>;
|
|
344
|
+
/**
|
|
345
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
346
|
+
*
|
|
347
|
+
* @remarks
|
|
348
|
+
*
|
|
349
|
+
* - `5m`: 5 minutes
|
|
350
|
+
* - `1h`: 1 hour
|
|
351
|
+
*
|
|
352
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
353
|
+
*/
|
|
354
|
+
export declare const UpdateDatapoint2Ttl: {
|
|
355
|
+
readonly Fivem: "5m";
|
|
356
|
+
readonly Oneh: "1h";
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
360
|
+
*
|
|
361
|
+
* @remarks
|
|
362
|
+
*
|
|
363
|
+
* - `5m`: 5 minutes
|
|
364
|
+
* - `1h`: 1 hour
|
|
365
|
+
*
|
|
366
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
367
|
+
*/
|
|
368
|
+
export type UpdateDatapoint2Ttl = ClosedEnum<typeof UpdateDatapoint2Ttl>;
|
|
369
|
+
export type UpdateDatapoint2CacheControl = {
|
|
370
|
+
/**
|
|
371
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
372
|
+
*/
|
|
373
|
+
type: UpdateDatapoint2DatasetsType;
|
|
374
|
+
/**
|
|
375
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
376
|
+
*
|
|
377
|
+
* @remarks
|
|
378
|
+
*
|
|
379
|
+
* - `5m`: 5 minutes
|
|
380
|
+
* - `1h`: 1 hour
|
|
381
|
+
*
|
|
382
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
383
|
+
*/
|
|
384
|
+
ttl?: UpdateDatapoint2Ttl | undefined;
|
|
385
|
+
};
|
|
386
|
+
export type UpdateDatapoint21 = {
|
|
223
387
|
type: "text";
|
|
224
|
-
|
|
388
|
+
text: string;
|
|
389
|
+
cacheControl?: UpdateDatapoint2CacheControl | undefined;
|
|
390
|
+
};
|
|
391
|
+
export type UpdateDatapointContentDatasetsRequest2 = UpdateDatapoint21 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint24;
|
|
225
392
|
/**
|
|
226
393
|
* The contents of the user message.
|
|
227
394
|
*/
|
|
228
|
-
export type UpdateDatapointMessagesDatasetsRequestContent = string | Array<
|
|
229
|
-
type: "text";
|
|
230
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint24>;
|
|
395
|
+
export type UpdateDatapointMessagesDatasetsRequestContent = string | Array<UpdateDatapoint21 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint24>;
|
|
231
396
|
export type UpdateDatapointMessagesUserMessage = {
|
|
232
397
|
/**
|
|
233
398
|
* The role of the messages author, in this case `user`.
|
|
@@ -240,14 +405,73 @@ export type UpdateDatapointMessagesUserMessage = {
|
|
|
240
405
|
/**
|
|
241
406
|
* The contents of the user message.
|
|
242
407
|
*/
|
|
243
|
-
content: string | Array<
|
|
244
|
-
|
|
245
|
-
|
|
408
|
+
content: string | Array<UpdateDatapoint21 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint24>;
|
|
409
|
+
};
|
|
410
|
+
export declare const UpdateDatapointContentDatasetsRequestType: {
|
|
411
|
+
readonly Text: "text";
|
|
412
|
+
};
|
|
413
|
+
export type UpdateDatapointContentDatasetsRequestType = ClosedEnum<typeof UpdateDatapointContentDatasetsRequestType>;
|
|
414
|
+
/**
|
|
415
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
416
|
+
*/
|
|
417
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBodyType: {
|
|
418
|
+
readonly Ephemeral: "ephemeral";
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
422
|
+
*/
|
|
423
|
+
export type UpdateDatapointContentDatasetsRequestRequestBodyType = ClosedEnum<typeof UpdateDatapointContentDatasetsRequestRequestBodyType>;
|
|
424
|
+
/**
|
|
425
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
426
|
+
*
|
|
427
|
+
* @remarks
|
|
428
|
+
*
|
|
429
|
+
* - `5m`: 5 minutes
|
|
430
|
+
* - `1h`: 1 hour
|
|
431
|
+
*
|
|
432
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
433
|
+
*/
|
|
434
|
+
export declare const UpdateDatapointContentDatasetsTtl: {
|
|
435
|
+
readonly Fivem: "5m";
|
|
436
|
+
readonly Oneh: "1h";
|
|
437
|
+
};
|
|
438
|
+
/**
|
|
439
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
440
|
+
*
|
|
441
|
+
* @remarks
|
|
442
|
+
*
|
|
443
|
+
* - `5m`: 5 minutes
|
|
444
|
+
* - `1h`: 1 hour
|
|
445
|
+
*
|
|
446
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
447
|
+
*/
|
|
448
|
+
export type UpdateDatapointContentDatasetsTtl = ClosedEnum<typeof UpdateDatapointContentDatasetsTtl>;
|
|
449
|
+
export type UpdateDatapointContentDatasetsCacheControl = {
|
|
450
|
+
/**
|
|
451
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
452
|
+
*/
|
|
453
|
+
type: UpdateDatapointContentDatasetsRequestRequestBodyType;
|
|
454
|
+
/**
|
|
455
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
456
|
+
*
|
|
457
|
+
* @remarks
|
|
458
|
+
*
|
|
459
|
+
* - `5m`: 5 minutes
|
|
460
|
+
* - `1h`: 1 hour
|
|
461
|
+
*
|
|
462
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
463
|
+
*/
|
|
464
|
+
ttl?: UpdateDatapointContentDatasetsTtl | undefined;
|
|
465
|
+
};
|
|
466
|
+
export type UpdateDatapointContentDatasets2 = {
|
|
467
|
+
type: UpdateDatapointContentDatasetsRequestType;
|
|
468
|
+
text: string;
|
|
469
|
+
cacheControl?: UpdateDatapointContentDatasetsCacheControl | undefined;
|
|
246
470
|
};
|
|
247
471
|
/**
|
|
248
472
|
* The contents of the developer message.
|
|
249
473
|
*/
|
|
250
|
-
export type UpdateDatapointMessagesDatasetsContent = string | Array<
|
|
474
|
+
export type UpdateDatapointMessagesDatasetsContent = string | Array<UpdateDatapointContentDatasets2>;
|
|
251
475
|
export type UpdateDatapointMessagesDeveloperMessage = {
|
|
252
476
|
/**
|
|
253
477
|
* The role of the messages author, in this case `developer`.
|
|
@@ -256,16 +480,77 @@ export type UpdateDatapointMessagesDeveloperMessage = {
|
|
|
256
480
|
/**
|
|
257
481
|
* The contents of the developer message.
|
|
258
482
|
*/
|
|
259
|
-
content: string | Array<
|
|
483
|
+
content: string | Array<UpdateDatapointContentDatasets2>;
|
|
260
484
|
/**
|
|
261
485
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
262
486
|
*/
|
|
263
487
|
name?: string | undefined;
|
|
264
488
|
};
|
|
489
|
+
export declare const UpdateDatapointContentType: {
|
|
490
|
+
readonly Text: "text";
|
|
491
|
+
};
|
|
492
|
+
export type UpdateDatapointContentType = ClosedEnum<typeof UpdateDatapointContentType>;
|
|
493
|
+
/**
|
|
494
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
495
|
+
*/
|
|
496
|
+
export declare const UpdateDatapointContentDatasetsType: {
|
|
497
|
+
readonly Ephemeral: "ephemeral";
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
501
|
+
*/
|
|
502
|
+
export type UpdateDatapointContentDatasetsType = ClosedEnum<typeof UpdateDatapointContentDatasetsType>;
|
|
503
|
+
/**
|
|
504
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
505
|
+
*
|
|
506
|
+
* @remarks
|
|
507
|
+
*
|
|
508
|
+
* - `5m`: 5 minutes
|
|
509
|
+
* - `1h`: 1 hour
|
|
510
|
+
*
|
|
511
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
512
|
+
*/
|
|
513
|
+
export declare const UpdateDatapointContentTtl: {
|
|
514
|
+
readonly Fivem: "5m";
|
|
515
|
+
readonly Oneh: "1h";
|
|
516
|
+
};
|
|
517
|
+
/**
|
|
518
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
519
|
+
*
|
|
520
|
+
* @remarks
|
|
521
|
+
*
|
|
522
|
+
* - `5m`: 5 minutes
|
|
523
|
+
* - `1h`: 1 hour
|
|
524
|
+
*
|
|
525
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
526
|
+
*/
|
|
527
|
+
export type UpdateDatapointContentTtl = ClosedEnum<typeof UpdateDatapointContentTtl>;
|
|
528
|
+
export type UpdateDatapointContentCacheControl = {
|
|
529
|
+
/**
|
|
530
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
531
|
+
*/
|
|
532
|
+
type: UpdateDatapointContentDatasetsType;
|
|
533
|
+
/**
|
|
534
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
535
|
+
*
|
|
536
|
+
* @remarks
|
|
537
|
+
*
|
|
538
|
+
* - `5m`: 5 minutes
|
|
539
|
+
* - `1h`: 1 hour
|
|
540
|
+
*
|
|
541
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
542
|
+
*/
|
|
543
|
+
ttl?: UpdateDatapointContentTtl | undefined;
|
|
544
|
+
};
|
|
545
|
+
export type UpdateDatapointContent2 = {
|
|
546
|
+
type: UpdateDatapointContentType;
|
|
547
|
+
text: string;
|
|
548
|
+
cacheControl?: UpdateDatapointContentCacheControl | undefined;
|
|
549
|
+
};
|
|
265
550
|
/**
|
|
266
551
|
* The contents of the system message.
|
|
267
552
|
*/
|
|
268
|
-
export type UpdateDatapointMessagesContent = string | Array<
|
|
553
|
+
export type UpdateDatapointMessagesContent = string | Array<UpdateDatapointContent2>;
|
|
269
554
|
/**
|
|
270
555
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
271
556
|
*/
|
|
@@ -277,7 +562,7 @@ export type UpdateDatapointMessagesSystemMessage = {
|
|
|
277
562
|
/**
|
|
278
563
|
* The contents of the system message.
|
|
279
564
|
*/
|
|
280
|
-
content: string | Array<
|
|
565
|
+
content: string | Array<UpdateDatapointContent2>;
|
|
281
566
|
/**
|
|
282
567
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
283
568
|
*/
|
|
@@ -308,11 +593,72 @@ export type UpdateDatapointRequest = {
|
|
|
308
593
|
datapointId: string;
|
|
309
594
|
requestBody?: UpdateDatapointRequestBody | undefined;
|
|
310
595
|
};
|
|
311
|
-
export
|
|
596
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType: {
|
|
597
|
+
readonly Text: "text";
|
|
598
|
+
};
|
|
599
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
600
|
+
/**
|
|
601
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
602
|
+
*/
|
|
603
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type: {
|
|
604
|
+
readonly Ephemeral: "ephemeral";
|
|
605
|
+
};
|
|
606
|
+
/**
|
|
607
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
608
|
+
*/
|
|
609
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type>;
|
|
610
|
+
/**
|
|
611
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
612
|
+
*
|
|
613
|
+
* @remarks
|
|
614
|
+
*
|
|
615
|
+
* - `5m`: 5 minutes
|
|
616
|
+
* - `1h`: 1 hour
|
|
617
|
+
*
|
|
618
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
619
|
+
*/
|
|
620
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl: {
|
|
621
|
+
readonly Fivem: "5m";
|
|
622
|
+
readonly Oneh: "1h";
|
|
623
|
+
};
|
|
624
|
+
/**
|
|
625
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
626
|
+
*
|
|
627
|
+
* @remarks
|
|
628
|
+
*
|
|
629
|
+
* - `5m`: 5 minutes
|
|
630
|
+
* - `1h`: 1 hour
|
|
631
|
+
*
|
|
632
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
633
|
+
*/
|
|
634
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl>;
|
|
635
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl = {
|
|
636
|
+
/**
|
|
637
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
638
|
+
*/
|
|
639
|
+
type: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type;
|
|
640
|
+
/**
|
|
641
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
642
|
+
*
|
|
643
|
+
* @remarks
|
|
644
|
+
*
|
|
645
|
+
* - `5m`: 5 minutes
|
|
646
|
+
* - `1h`: 1 hour
|
|
647
|
+
*
|
|
648
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
649
|
+
*/
|
|
650
|
+
ttl?: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl | undefined;
|
|
651
|
+
};
|
|
652
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJson1 = {
|
|
653
|
+
type: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType;
|
|
654
|
+
text: string;
|
|
655
|
+
cacheControl?: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl | undefined;
|
|
656
|
+
};
|
|
657
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2 = UpdateDatapoint2DatasetsResponse200ApplicationJson1;
|
|
312
658
|
/**
|
|
313
659
|
* The contents of the tool message.
|
|
314
660
|
*/
|
|
315
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content = string | Array<
|
|
661
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content = string | Array<UpdateDatapoint2DatasetsResponse200ApplicationJson1>;
|
|
316
662
|
/**
|
|
317
663
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
318
664
|
*/
|
|
@@ -373,22 +719,75 @@ export type UpdateDatapointMessagesDatasetsToolMessage = {
|
|
|
373
719
|
/**
|
|
374
720
|
* The contents of the tool message.
|
|
375
721
|
*/
|
|
376
|
-
content: string | Array<
|
|
722
|
+
content: string | Array<UpdateDatapoint2DatasetsResponse200ApplicationJson1>;
|
|
377
723
|
/**
|
|
378
724
|
* Tool call that this message is responding to.
|
|
379
725
|
*/
|
|
380
726
|
toolCallId: string;
|
|
381
727
|
cacheControl?: UpdateDatapointMessagesDatasetsCacheControl | undefined;
|
|
382
728
|
};
|
|
383
|
-
|
|
729
|
+
/**
|
|
730
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
731
|
+
*/
|
|
732
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type: {
|
|
733
|
+
readonly Ephemeral: "ephemeral";
|
|
734
|
+
};
|
|
735
|
+
/**
|
|
736
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
737
|
+
*/
|
|
738
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type>;
|
|
739
|
+
/**
|
|
740
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
741
|
+
*
|
|
742
|
+
* @remarks
|
|
743
|
+
*
|
|
744
|
+
* - `5m`: 5 minutes
|
|
745
|
+
* - `1h`: 1 hour
|
|
746
|
+
*
|
|
747
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
748
|
+
*/
|
|
749
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl: {
|
|
750
|
+
readonly Fivem: "5m";
|
|
751
|
+
readonly Oneh: "1h";
|
|
752
|
+
};
|
|
753
|
+
/**
|
|
754
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
755
|
+
*
|
|
756
|
+
* @remarks
|
|
757
|
+
*
|
|
758
|
+
* - `5m`: 5 minutes
|
|
759
|
+
* - `1h`: 1 hour
|
|
760
|
+
*
|
|
761
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
762
|
+
*/
|
|
763
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl>;
|
|
764
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl = {
|
|
765
|
+
/**
|
|
766
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
767
|
+
*/
|
|
768
|
+
type: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type;
|
|
769
|
+
/**
|
|
770
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
771
|
+
*
|
|
772
|
+
* @remarks
|
|
773
|
+
*
|
|
774
|
+
* - `5m`: 5 minutes
|
|
775
|
+
* - `1h`: 1 hour
|
|
776
|
+
*
|
|
777
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
778
|
+
*/
|
|
779
|
+
ttl?: UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl | undefined;
|
|
780
|
+
};
|
|
781
|
+
export type UpdateDatapoint2DatasetsResponse2001 = {
|
|
384
782
|
type: "text";
|
|
385
|
-
|
|
783
|
+
text: string;
|
|
784
|
+
cacheControl?: UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl | undefined;
|
|
785
|
+
};
|
|
786
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2 = UpdateDatapoint2DatasetsResponse2001 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema;
|
|
386
787
|
/**
|
|
387
788
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
388
789
|
*/
|
|
389
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent = string | Array<
|
|
390
|
-
type: "text";
|
|
391
|
-
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
790
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent = string | Array<UpdateDatapoint2DatasetsResponse2001 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema>;
|
|
392
791
|
/**
|
|
393
792
|
* Data about a previous audio response from the model.
|
|
394
793
|
*/
|
|
@@ -437,9 +836,7 @@ export type UpdateDatapointMessagesDatasetsAssistantMessage = {
|
|
|
437
836
|
/**
|
|
438
837
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
439
838
|
*/
|
|
440
|
-
content?: string | Array<
|
|
441
|
-
type: "text";
|
|
442
|
-
}) | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
|
|
839
|
+
content?: string | Array<UpdateDatapoint2DatasetsResponse2001 | components.RefusalPartSchema | components.ReasoningPartSchema | components.RedactedReasoningPartSchema> | null | undefined;
|
|
443
840
|
/**
|
|
444
841
|
* The refusal message by the assistant.
|
|
445
842
|
*/
|
|
@@ -464,13 +861,13 @@ export type UpdateDatapointMessagesDatasetsAssistantMessage = {
|
|
|
464
861
|
/**
|
|
465
862
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
466
863
|
*/
|
|
467
|
-
export declare const
|
|
864
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type: {
|
|
468
865
|
readonly Ephemeral: "ephemeral";
|
|
469
866
|
};
|
|
470
867
|
/**
|
|
471
868
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
472
869
|
*/
|
|
473
|
-
export type
|
|
870
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type>;
|
|
474
871
|
/**
|
|
475
872
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
476
873
|
*
|
|
@@ -481,7 +878,7 @@ export type UpdateDatapoint2DatasetsResponse200Type = ClosedEnum<typeof UpdateDa
|
|
|
481
878
|
*
|
|
482
879
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
483
880
|
*/
|
|
484
|
-
export declare const
|
|
881
|
+
export declare const UpdateDatapoint2DatasetsResponse200Ttl: {
|
|
485
882
|
readonly Fivem: "5m";
|
|
486
883
|
readonly Oneh: "1h";
|
|
487
884
|
};
|
|
@@ -495,12 +892,12 @@ export declare const UpdateDatapoint2DatasetsTtl: {
|
|
|
495
892
|
*
|
|
496
893
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
497
894
|
*/
|
|
498
|
-
export type
|
|
499
|
-
export type
|
|
895
|
+
export type UpdateDatapoint2DatasetsResponse200Ttl = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200Ttl>;
|
|
896
|
+
export type UpdateDatapoint2DatasetsResponse200CacheControl = {
|
|
500
897
|
/**
|
|
501
898
|
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
502
899
|
*/
|
|
503
|
-
type:
|
|
900
|
+
type: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type;
|
|
504
901
|
/**
|
|
505
902
|
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
506
903
|
*
|
|
@@ -511,28 +908,81 @@ export type UpdateDatapoint2DatasetsCacheControl = {
|
|
|
511
908
|
*
|
|
512
909
|
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
513
910
|
*/
|
|
514
|
-
ttl?:
|
|
911
|
+
ttl?: UpdateDatapoint2DatasetsResponse200Ttl | undefined;
|
|
515
912
|
};
|
|
516
913
|
export type UpdateDatapoint2Datasets4 = {
|
|
517
914
|
/**
|
|
518
915
|
* The type of the content part. Always `file`.
|
|
519
916
|
*/
|
|
520
917
|
type: "file";
|
|
521
|
-
cacheControl?:
|
|
918
|
+
cacheControl?: UpdateDatapoint2DatasetsResponse200CacheControl | undefined;
|
|
522
919
|
/**
|
|
523
920
|
* File data for the content part. Must contain either file_data or uri, but not both.
|
|
524
921
|
*/
|
|
525
922
|
file: components.FileContentPartSchema;
|
|
526
923
|
};
|
|
527
|
-
|
|
924
|
+
/**
|
|
925
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
926
|
+
*/
|
|
927
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType: {
|
|
928
|
+
readonly Ephemeral: "ephemeral";
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
932
|
+
*/
|
|
933
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType = ClosedEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType>;
|
|
934
|
+
/**
|
|
935
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
936
|
+
*
|
|
937
|
+
* @remarks
|
|
938
|
+
*
|
|
939
|
+
* - `5m`: 5 minutes
|
|
940
|
+
* - `1h`: 1 hour
|
|
941
|
+
*
|
|
942
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
943
|
+
*/
|
|
944
|
+
export declare const UpdateDatapoint2DatasetsResponseTtl: {
|
|
945
|
+
readonly Fivem: "5m";
|
|
946
|
+
readonly Oneh: "1h";
|
|
947
|
+
};
|
|
948
|
+
/**
|
|
949
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
950
|
+
*
|
|
951
|
+
* @remarks
|
|
952
|
+
*
|
|
953
|
+
* - `5m`: 5 minutes
|
|
954
|
+
* - `1h`: 1 hour
|
|
955
|
+
*
|
|
956
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
957
|
+
*/
|
|
958
|
+
export type UpdateDatapoint2DatasetsResponseTtl = ClosedEnum<typeof UpdateDatapoint2DatasetsResponseTtl>;
|
|
959
|
+
export type UpdateDatapoint2DatasetsResponseCacheControl = {
|
|
960
|
+
/**
|
|
961
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
962
|
+
*/
|
|
963
|
+
type: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType;
|
|
964
|
+
/**
|
|
965
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
966
|
+
*
|
|
967
|
+
* @remarks
|
|
968
|
+
*
|
|
969
|
+
* - `5m`: 5 minutes
|
|
970
|
+
* - `1h`: 1 hour
|
|
971
|
+
*
|
|
972
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
973
|
+
*/
|
|
974
|
+
ttl?: UpdateDatapoint2DatasetsResponseTtl | undefined;
|
|
975
|
+
};
|
|
976
|
+
export type UpdateDatapoint2DatasetsResponse1 = {
|
|
528
977
|
type: "text";
|
|
529
|
-
|
|
978
|
+
text: string;
|
|
979
|
+
cacheControl?: UpdateDatapoint2DatasetsResponseCacheControl | undefined;
|
|
980
|
+
};
|
|
981
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJson2 = UpdateDatapoint2DatasetsResponse1 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint2Datasets4;
|
|
530
982
|
/**
|
|
531
983
|
* The contents of the user message.
|
|
532
984
|
*/
|
|
533
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent = string | Array<
|
|
534
|
-
type: "text";
|
|
535
|
-
}) | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint2Datasets4>;
|
|
985
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent = string | Array<UpdateDatapoint2DatasetsResponse1 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint2Datasets4>;
|
|
536
986
|
export type UpdateDatapointMessagesDatasetsUserMessage = {
|
|
537
987
|
/**
|
|
538
988
|
* The role of the messages author, in this case `user`.
|
|
@@ -545,32 +995,152 @@ export type UpdateDatapointMessagesDatasetsUserMessage = {
|
|
|
545
995
|
/**
|
|
546
996
|
* The contents of the user message.
|
|
547
997
|
*/
|
|
548
|
-
content: string | Array<
|
|
549
|
-
|
|
550
|
-
|
|
998
|
+
content: string | Array<UpdateDatapoint2DatasetsResponse1 | components.ImageContentPartSchema | components.AudioContentPartSchema | UpdateDatapoint2Datasets4>;
|
|
999
|
+
};
|
|
1000
|
+
export declare const UpdateDatapointContentDatasetsResponse200Type: {
|
|
1001
|
+
readonly Text: "text";
|
|
1002
|
+
};
|
|
1003
|
+
export type UpdateDatapointContentDatasetsResponse200Type = ClosedEnum<typeof UpdateDatapointContentDatasetsResponse200Type>;
|
|
1004
|
+
/**
|
|
1005
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1006
|
+
*/
|
|
1007
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType: {
|
|
1008
|
+
readonly Ephemeral: "ephemeral";
|
|
1009
|
+
};
|
|
1010
|
+
/**
|
|
1011
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1012
|
+
*/
|
|
1013
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
1014
|
+
/**
|
|
1015
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1016
|
+
*
|
|
1017
|
+
* @remarks
|
|
1018
|
+
*
|
|
1019
|
+
* - `5m`: 5 minutes
|
|
1020
|
+
* - `1h`: 1 hour
|
|
1021
|
+
*
|
|
1022
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1023
|
+
*/
|
|
1024
|
+
export declare const UpdateDatapointContentDatasetsResponse200Ttl: {
|
|
1025
|
+
readonly Fivem: "5m";
|
|
1026
|
+
readonly Oneh: "1h";
|
|
1027
|
+
};
|
|
1028
|
+
/**
|
|
1029
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1030
|
+
*
|
|
1031
|
+
* @remarks
|
|
1032
|
+
*
|
|
1033
|
+
* - `5m`: 5 minutes
|
|
1034
|
+
* - `1h`: 1 hour
|
|
1035
|
+
*
|
|
1036
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1037
|
+
*/
|
|
1038
|
+
export type UpdateDatapointContentDatasetsResponse200Ttl = ClosedEnum<typeof UpdateDatapointContentDatasetsResponse200Ttl>;
|
|
1039
|
+
export type UpdateDatapointContentDatasetsResponse200CacheControl = {
|
|
1040
|
+
/**
|
|
1041
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1042
|
+
*/
|
|
1043
|
+
type: UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType;
|
|
1044
|
+
/**
|
|
1045
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1046
|
+
*
|
|
1047
|
+
* @remarks
|
|
1048
|
+
*
|
|
1049
|
+
* - `5m`: 5 minutes
|
|
1050
|
+
* - `1h`: 1 hour
|
|
1051
|
+
*
|
|
1052
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1053
|
+
*/
|
|
1054
|
+
ttl?: UpdateDatapointContentDatasetsResponse200Ttl | undefined;
|
|
1055
|
+
};
|
|
1056
|
+
export type UpdateDatapointContentDatasetsResponse2002 = {
|
|
1057
|
+
type: UpdateDatapointContentDatasetsResponse200Type;
|
|
1058
|
+
text: string;
|
|
1059
|
+
cacheControl?: UpdateDatapointContentDatasetsResponse200CacheControl | undefined;
|
|
551
1060
|
};
|
|
552
1061
|
/**
|
|
553
1062
|
* The contents of the developer message.
|
|
554
1063
|
*/
|
|
555
|
-
export type UpdateDatapointMessagesDatasetsResponse200Content = string | Array<
|
|
1064
|
+
export type UpdateDatapointMessagesDatasetsResponse200Content = string | Array<UpdateDatapointContentDatasetsResponse2002>;
|
|
556
1065
|
export type UpdateDatapointMessagesDatasetsDeveloperMessage = {
|
|
557
1066
|
/**
|
|
558
1067
|
* The role of the messages author, in this case `developer`.
|
|
559
1068
|
*/
|
|
560
1069
|
role: "developer";
|
|
561
1070
|
/**
|
|
562
|
-
* The contents of the developer message.
|
|
1071
|
+
* The contents of the developer message.
|
|
1072
|
+
*/
|
|
1073
|
+
content: string | Array<UpdateDatapointContentDatasetsResponse2002>;
|
|
1074
|
+
/**
|
|
1075
|
+
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
1076
|
+
*/
|
|
1077
|
+
name?: string | undefined;
|
|
1078
|
+
};
|
|
1079
|
+
export declare const UpdateDatapointContentDatasetsResponseType: {
|
|
1080
|
+
readonly Text: "text";
|
|
1081
|
+
};
|
|
1082
|
+
export type UpdateDatapointContentDatasetsResponseType = ClosedEnum<typeof UpdateDatapointContentDatasetsResponseType>;
|
|
1083
|
+
/**
|
|
1084
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1085
|
+
*/
|
|
1086
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONType: {
|
|
1087
|
+
readonly Ephemeral: "ephemeral";
|
|
1088
|
+
};
|
|
1089
|
+
/**
|
|
1090
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
1091
|
+
*/
|
|
1092
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONType>;
|
|
1093
|
+
/**
|
|
1094
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1095
|
+
*
|
|
1096
|
+
* @remarks
|
|
1097
|
+
*
|
|
1098
|
+
* - `5m`: 5 minutes
|
|
1099
|
+
* - `1h`: 1 hour
|
|
1100
|
+
*
|
|
1101
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1102
|
+
*/
|
|
1103
|
+
export declare const UpdateDatapointContentDatasetsResponseTtl: {
|
|
1104
|
+
readonly Fivem: "5m";
|
|
1105
|
+
readonly Oneh: "1h";
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1109
|
+
*
|
|
1110
|
+
* @remarks
|
|
1111
|
+
*
|
|
1112
|
+
* - `5m`: 5 minutes
|
|
1113
|
+
* - `1h`: 1 hour
|
|
1114
|
+
*
|
|
1115
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
1116
|
+
*/
|
|
1117
|
+
export type UpdateDatapointContentDatasetsResponseTtl = ClosedEnum<typeof UpdateDatapointContentDatasetsResponseTtl>;
|
|
1118
|
+
export type UpdateDatapointContentDatasetsResponseCacheControl = {
|
|
1119
|
+
/**
|
|
1120
|
+
* Create a cache control breakpoint at this content block. Accepts only the value "ephemeral".
|
|
563
1121
|
*/
|
|
564
|
-
|
|
1122
|
+
type: UpdateDatapointContentDatasetsResponse200ApplicationJSONType;
|
|
565
1123
|
/**
|
|
566
|
-
*
|
|
1124
|
+
* The time-to-live for the cache control breakpoint. This may be one of the following values:
|
|
1125
|
+
*
|
|
1126
|
+
* @remarks
|
|
1127
|
+
*
|
|
1128
|
+
* - `5m`: 5 minutes
|
|
1129
|
+
* - `1h`: 1 hour
|
|
1130
|
+
*
|
|
1131
|
+
* Defaults to `5m`. Only supported by `Anthropic` Claude models.
|
|
567
1132
|
*/
|
|
568
|
-
|
|
1133
|
+
ttl?: UpdateDatapointContentDatasetsResponseTtl | undefined;
|
|
1134
|
+
};
|
|
1135
|
+
export type UpdateDatapointContentDatasetsResponse2 = {
|
|
1136
|
+
type: UpdateDatapointContentDatasetsResponseType;
|
|
1137
|
+
text: string;
|
|
1138
|
+
cacheControl?: UpdateDatapointContentDatasetsResponseCacheControl | undefined;
|
|
569
1139
|
};
|
|
570
1140
|
/**
|
|
571
1141
|
* The contents of the system message.
|
|
572
1142
|
*/
|
|
573
|
-
export type UpdateDatapointMessagesDatasetsResponseContent = string | Array<
|
|
1143
|
+
export type UpdateDatapointMessagesDatasetsResponseContent = string | Array<UpdateDatapointContentDatasetsResponse2>;
|
|
574
1144
|
/**
|
|
575
1145
|
* Developer-provided instructions that the model should follow, regardless of messages sent by the user.
|
|
576
1146
|
*/
|
|
@@ -582,7 +1152,7 @@ export type UpdateDatapointMessagesDatasetsSystemMessage = {
|
|
|
582
1152
|
/**
|
|
583
1153
|
* The contents of the system message.
|
|
584
1154
|
*/
|
|
585
|
-
content: string | Array<
|
|
1155
|
+
content: string | Array<UpdateDatapointContentDatasetsResponse2>;
|
|
586
1156
|
/**
|
|
587
1157
|
* An optional name for the participant. Provides the model information to differentiate between participants of the same role.
|
|
588
1158
|
*/
|
|
@@ -763,17 +1333,52 @@ export type UpdateDatapointResponseBody = {
|
|
|
763
1333
|
updated?: Date | undefined;
|
|
764
1334
|
};
|
|
765
1335
|
/** @internal */
|
|
766
|
-
export declare const
|
|
1336
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type>;
|
|
767
1337
|
/** @internal */
|
|
768
|
-
export
|
|
1338
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5Type>;
|
|
769
1339
|
/** @internal */
|
|
770
|
-
export declare const
|
|
771
|
-
|
|
772
|
-
export declare
|
|
1340
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType>;
|
|
1341
|
+
/** @internal */
|
|
1342
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages5ContentType>;
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyTtl>;
|
|
1345
|
+
/** @internal */
|
|
1346
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyTtl>;
|
|
1347
|
+
/** @internal */
|
|
1348
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequestRequestBodyCacheControl, z.ZodTypeDef, unknown>;
|
|
1349
|
+
/** @internal */
|
|
1350
|
+
export type UpdateDatapoint2DatasetsRequestRequestBodyCacheControl$Outbound = {
|
|
1351
|
+
type: string;
|
|
1352
|
+
ttl: string;
|
|
1353
|
+
};
|
|
1354
|
+
/** @internal */
|
|
1355
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequestRequestBodyCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsRequestRequestBodyCacheControl>;
|
|
1356
|
+
export declare function updateDatapoint2DatasetsRequestRequestBodyCacheControlToJSON(updateDatapoint2DatasetsRequestRequestBodyCacheControl: UpdateDatapoint2DatasetsRequestRequestBodyCacheControl): string;
|
|
1357
|
+
export declare function updateDatapoint2DatasetsRequestRequestBodyCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsRequestRequestBodyCacheControl, SDKValidationError>;
|
|
1358
|
+
/** @internal */
|
|
1359
|
+
export declare const UpdateDatapoint2DatasetsRequest1$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequest1, z.ZodTypeDef, unknown>;
|
|
1360
|
+
/** @internal */
|
|
1361
|
+
export type UpdateDatapoint2DatasetsRequest1$Outbound = {
|
|
1362
|
+
type: string;
|
|
1363
|
+
text: string;
|
|
1364
|
+
cache_control?: UpdateDatapoint2DatasetsRequestRequestBodyCacheControl$Outbound | undefined;
|
|
1365
|
+
};
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
export declare const UpdateDatapoint2DatasetsRequest1$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequest1$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsRequest1>;
|
|
1368
|
+
export declare function updateDatapoint2DatasetsRequest1ToJSON(updateDatapoint2DatasetsRequest1: UpdateDatapoint2DatasetsRequest1): string;
|
|
1369
|
+
export declare function updateDatapoint2DatasetsRequest1FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsRequest1, SDKValidationError>;
|
|
1370
|
+
/** @internal */
|
|
1371
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBodyMessages2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequestRequestBodyMessages2, z.ZodTypeDef, unknown>;
|
|
1372
|
+
/** @internal */
|
|
1373
|
+
export type UpdateDatapointContentDatasetsRequestRequestBodyMessages2$Outbound = UpdateDatapoint2DatasetsRequest1$Outbound;
|
|
1374
|
+
/** @internal */
|
|
1375
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBodyMessages2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequestRequestBodyMessages2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsRequestRequestBodyMessages2>;
|
|
1376
|
+
export declare function updateDatapointContentDatasetsRequestRequestBodyMessages2ToJSON(updateDatapointContentDatasetsRequestRequestBodyMessages2: UpdateDatapointContentDatasetsRequestRequestBodyMessages2): string;
|
|
1377
|
+
export declare function updateDatapointContentDatasetsRequestRequestBodyMessages2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsRequestRequestBodyMessages2, SDKValidationError>;
|
|
773
1378
|
/** @internal */
|
|
774
1379
|
export declare const UpdateDatapointMessagesDatasetsRequestRequestBody5Content$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestRequestBody5Content, z.ZodTypeDef, unknown>;
|
|
775
1380
|
/** @internal */
|
|
776
|
-
export type UpdateDatapointMessagesDatasetsRequestRequestBody5Content$Outbound = string | Array<
|
|
1381
|
+
export type UpdateDatapointMessagesDatasetsRequestRequestBody5Content$Outbound = string | Array<UpdateDatapoint2DatasetsRequest1$Outbound>;
|
|
777
1382
|
/** @internal */
|
|
778
1383
|
export declare const UpdateDatapointMessagesDatasetsRequestRequestBody5Content$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestRequestBody5Content$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsRequestRequestBody5Content>;
|
|
779
1384
|
export declare function updateDatapointMessagesDatasetsRequestRequestBody5ContentToJSON(updateDatapointMessagesDatasetsRequestRequestBody5Content: UpdateDatapointMessagesDatasetsRequestRequestBody5Content): string;
|
|
@@ -802,7 +1407,7 @@ export declare const UpdateDatapointMessagesToolMessage$inboundSchema: z.ZodType
|
|
|
802
1407
|
/** @internal */
|
|
803
1408
|
export type UpdateDatapointMessagesToolMessage$Outbound = {
|
|
804
1409
|
role: "tool";
|
|
805
|
-
content: string | Array<
|
|
1410
|
+
content: string | Array<UpdateDatapoint2DatasetsRequest1$Outbound>;
|
|
806
1411
|
tool_call_id: string;
|
|
807
1412
|
cache_control?: UpdateDatapointMessagesCacheControl$Outbound | undefined;
|
|
808
1413
|
};
|
|
@@ -811,21 +1416,48 @@ export declare const UpdateDatapointMessagesToolMessage$outboundSchema: z.ZodTyp
|
|
|
811
1416
|
export declare function updateDatapointMessagesToolMessageToJSON(updateDatapointMessagesToolMessage: UpdateDatapointMessagesToolMessage): string;
|
|
812
1417
|
export declare function updateDatapointMessagesToolMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesToolMessage, SDKValidationError>;
|
|
813
1418
|
/** @internal */
|
|
814
|
-
export declare const
|
|
1419
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type>;
|
|
1420
|
+
/** @internal */
|
|
1421
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyMessages4Type>;
|
|
1422
|
+
/** @internal */
|
|
1423
|
+
export declare const UpdateDatapoint2DatasetsRequestTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestTtl>;
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export declare const UpdateDatapoint2DatasetsRequestTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestTtl>;
|
|
1426
|
+
/** @internal */
|
|
1427
|
+
export declare const UpdateDatapoint2DatasetsRequestCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequestCacheControl, z.ZodTypeDef, unknown>;
|
|
815
1428
|
/** @internal */
|
|
816
|
-
export type
|
|
1429
|
+
export type UpdateDatapoint2DatasetsRequestCacheControl$Outbound = {
|
|
1430
|
+
type: string;
|
|
1431
|
+
ttl: string;
|
|
1432
|
+
};
|
|
1433
|
+
/** @internal */
|
|
1434
|
+
export declare const UpdateDatapoint2DatasetsRequestCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsRequestCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsRequestCacheControl>;
|
|
1435
|
+
export declare function updateDatapoint2DatasetsRequestCacheControlToJSON(updateDatapoint2DatasetsRequestCacheControl: UpdateDatapoint2DatasetsRequestCacheControl): string;
|
|
1436
|
+
export declare function updateDatapoint2DatasetsRequestCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsRequestCacheControl, SDKValidationError>;
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
export declare const UpdateDatapoint2Datasets1$inboundSchema: z.ZodType<UpdateDatapoint2Datasets1, z.ZodTypeDef, unknown>;
|
|
1439
|
+
/** @internal */
|
|
1440
|
+
export type UpdateDatapoint2Datasets1$Outbound = {
|
|
817
1441
|
type: "text";
|
|
818
|
-
|
|
1442
|
+
text: string;
|
|
1443
|
+
cache_control?: UpdateDatapoint2DatasetsRequestCacheControl$Outbound | undefined;
|
|
1444
|
+
};
|
|
819
1445
|
/** @internal */
|
|
820
|
-
export declare const
|
|
821
|
-
export declare function
|
|
822
|
-
export declare function
|
|
1446
|
+
export declare const UpdateDatapoint2Datasets1$outboundSchema: z.ZodType<UpdateDatapoint2Datasets1$Outbound, z.ZodTypeDef, UpdateDatapoint2Datasets1>;
|
|
1447
|
+
export declare function updateDatapoint2Datasets1ToJSON(updateDatapoint2Datasets1: UpdateDatapoint2Datasets1): string;
|
|
1448
|
+
export declare function updateDatapoint2Datasets1FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2Datasets1, SDKValidationError>;
|
|
1449
|
+
/** @internal */
|
|
1450
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBody2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequestRequestBody2, z.ZodTypeDef, unknown>;
|
|
1451
|
+
/** @internal */
|
|
1452
|
+
export type UpdateDatapointContentDatasetsRequestRequestBody2$Outbound = UpdateDatapoint2Datasets1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1453
|
+
/** @internal */
|
|
1454
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBody2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequestRequestBody2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsRequestRequestBody2>;
|
|
1455
|
+
export declare function updateDatapointContentDatasetsRequestRequestBody2ToJSON(updateDatapointContentDatasetsRequestRequestBody2: UpdateDatapointContentDatasetsRequestRequestBody2): string;
|
|
1456
|
+
export declare function updateDatapointContentDatasetsRequestRequestBody2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsRequestRequestBody2, SDKValidationError>;
|
|
823
1457
|
/** @internal */
|
|
824
1458
|
export declare const UpdateDatapointMessagesDatasetsRequestRequestBodyContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestRequestBodyContent, z.ZodTypeDef, unknown>;
|
|
825
1459
|
/** @internal */
|
|
826
|
-
export type UpdateDatapointMessagesDatasetsRequestRequestBodyContent$Outbound = string | Array<
|
|
827
|
-
type: "text";
|
|
828
|
-
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1460
|
+
export type UpdateDatapointMessagesDatasetsRequestRequestBodyContent$Outbound = string | Array<UpdateDatapoint2Datasets1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
829
1461
|
/** @internal */
|
|
830
1462
|
export declare const UpdateDatapointMessagesDatasetsRequestRequestBodyContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestRequestBodyContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsRequestRequestBodyContent>;
|
|
831
1463
|
export declare function updateDatapointMessagesDatasetsRequestRequestBodyContentToJSON(updateDatapointMessagesDatasetsRequestRequestBodyContent: UpdateDatapointMessagesDatasetsRequestRequestBodyContent): string;
|
|
@@ -872,9 +1504,7 @@ export declare function updateDatapointMessagesToolCallsFromJSON(jsonString: str
|
|
|
872
1504
|
export declare const UpdateDatapointMessagesAssistantMessage$inboundSchema: z.ZodType<UpdateDatapointMessagesAssistantMessage, z.ZodTypeDef, unknown>;
|
|
873
1505
|
/** @internal */
|
|
874
1506
|
export type UpdateDatapointMessagesAssistantMessage$Outbound = {
|
|
875
|
-
content?: string | Array<
|
|
876
|
-
type: "text";
|
|
877
|
-
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1507
|
+
content?: string | Array<UpdateDatapoint2Datasets1$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
878
1508
|
refusal?: string | null | undefined;
|
|
879
1509
|
role: "assistant";
|
|
880
1510
|
name?: string | undefined;
|
|
@@ -886,6 +1516,37 @@ export declare const UpdateDatapointMessagesAssistantMessage$outboundSchema: z.Z
|
|
|
886
1516
|
export declare function updateDatapointMessagesAssistantMessageToJSON(updateDatapointMessagesAssistantMessage: UpdateDatapointMessagesAssistantMessage): string;
|
|
887
1517
|
export declare function updateDatapointMessagesAssistantMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesAssistantMessage, SDKValidationError>;
|
|
888
1518
|
/** @internal */
|
|
1519
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyType>;
|
|
1520
|
+
/** @internal */
|
|
1521
|
+
export declare const UpdateDatapoint2DatasetsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsRequestRequestBodyType>;
|
|
1522
|
+
/** @internal */
|
|
1523
|
+
export declare const UpdateDatapoint2DatasetsTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsTtl>;
|
|
1524
|
+
/** @internal */
|
|
1525
|
+
export declare const UpdateDatapoint2DatasetsTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsTtl>;
|
|
1526
|
+
/** @internal */
|
|
1527
|
+
export declare const UpdateDatapoint2DatasetsCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsCacheControl, z.ZodTypeDef, unknown>;
|
|
1528
|
+
/** @internal */
|
|
1529
|
+
export type UpdateDatapoint2DatasetsCacheControl$Outbound = {
|
|
1530
|
+
type: string;
|
|
1531
|
+
ttl: string;
|
|
1532
|
+
};
|
|
1533
|
+
/** @internal */
|
|
1534
|
+
export declare const UpdateDatapoint2DatasetsCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsCacheControl>;
|
|
1535
|
+
export declare function updateDatapoint2DatasetsCacheControlToJSON(updateDatapoint2DatasetsCacheControl: UpdateDatapoint2DatasetsCacheControl): string;
|
|
1536
|
+
export declare function updateDatapoint2DatasetsCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsCacheControl, SDKValidationError>;
|
|
1537
|
+
/** @internal */
|
|
1538
|
+
export declare const UpdateDatapoint24$inboundSchema: z.ZodType<UpdateDatapoint24, z.ZodTypeDef, unknown>;
|
|
1539
|
+
/** @internal */
|
|
1540
|
+
export type UpdateDatapoint24$Outbound = {
|
|
1541
|
+
type: "file";
|
|
1542
|
+
cache_control?: UpdateDatapoint2DatasetsCacheControl$Outbound | undefined;
|
|
1543
|
+
file: components.FileContentPartSchema$Outbound;
|
|
1544
|
+
};
|
|
1545
|
+
/** @internal */
|
|
1546
|
+
export declare const UpdateDatapoint24$outboundSchema: z.ZodType<UpdateDatapoint24$Outbound, z.ZodTypeDef, UpdateDatapoint24>;
|
|
1547
|
+
export declare function updateDatapoint24ToJSON(updateDatapoint24: UpdateDatapoint24): string;
|
|
1548
|
+
export declare function updateDatapoint24FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint24, SDKValidationError>;
|
|
1549
|
+
/** @internal */
|
|
889
1550
|
export declare const UpdateDatapoint2DatasetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsType>;
|
|
890
1551
|
/** @internal */
|
|
891
1552
|
export declare const UpdateDatapoint2DatasetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsType>;
|
|
@@ -905,33 +1566,29 @@ export declare const UpdateDatapoint2CacheControl$outboundSchema: z.ZodType<Upda
|
|
|
905
1566
|
export declare function updateDatapoint2CacheControlToJSON(updateDatapoint2CacheControl: UpdateDatapoint2CacheControl): string;
|
|
906
1567
|
export declare function updateDatapoint2CacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2CacheControl, SDKValidationError>;
|
|
907
1568
|
/** @internal */
|
|
908
|
-
export declare const
|
|
1569
|
+
export declare const UpdateDatapoint21$inboundSchema: z.ZodType<UpdateDatapoint21, z.ZodTypeDef, unknown>;
|
|
909
1570
|
/** @internal */
|
|
910
|
-
export type
|
|
911
|
-
type: "
|
|
1571
|
+
export type UpdateDatapoint21$Outbound = {
|
|
1572
|
+
type: "text";
|
|
1573
|
+
text: string;
|
|
912
1574
|
cache_control?: UpdateDatapoint2CacheControl$Outbound | undefined;
|
|
913
|
-
file: components.FileContentPartSchema$Outbound;
|
|
914
1575
|
};
|
|
915
1576
|
/** @internal */
|
|
916
|
-
export declare const
|
|
917
|
-
export declare function
|
|
918
|
-
export declare function
|
|
1577
|
+
export declare const UpdateDatapoint21$outboundSchema: z.ZodType<UpdateDatapoint21$Outbound, z.ZodTypeDef, UpdateDatapoint21>;
|
|
1578
|
+
export declare function updateDatapoint21ToJSON(updateDatapoint21: UpdateDatapoint21): string;
|
|
1579
|
+
export declare function updateDatapoint21FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint21, SDKValidationError>;
|
|
919
1580
|
/** @internal */
|
|
920
|
-
export declare const
|
|
1581
|
+
export declare const UpdateDatapointContentDatasetsRequest2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequest2, z.ZodTypeDef, unknown>;
|
|
921
1582
|
/** @internal */
|
|
922
|
-
export type
|
|
923
|
-
type: "text";
|
|
924
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound;
|
|
1583
|
+
export type UpdateDatapointContentDatasetsRequest2$Outbound = UpdateDatapoint21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound;
|
|
925
1584
|
/** @internal */
|
|
926
|
-
export declare const
|
|
927
|
-
export declare function
|
|
928
|
-
export declare function
|
|
1585
|
+
export declare const UpdateDatapointContentDatasetsRequest2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsRequest2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsRequest2>;
|
|
1586
|
+
export declare function updateDatapointContentDatasetsRequest2ToJSON(updateDatapointContentDatasetsRequest2: UpdateDatapointContentDatasetsRequest2): string;
|
|
1587
|
+
export declare function updateDatapointContentDatasetsRequest2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsRequest2, SDKValidationError>;
|
|
929
1588
|
/** @internal */
|
|
930
1589
|
export declare const UpdateDatapointMessagesDatasetsRequestContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestContent, z.ZodTypeDef, unknown>;
|
|
931
1590
|
/** @internal */
|
|
932
|
-
export type UpdateDatapointMessagesDatasetsRequestContent$Outbound = string | Array<
|
|
933
|
-
type: "text";
|
|
934
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound>;
|
|
1591
|
+
export type UpdateDatapointMessagesDatasetsRequestContent$Outbound = string | Array<UpdateDatapoint21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound>;
|
|
935
1592
|
/** @internal */
|
|
936
1593
|
export declare const UpdateDatapointMessagesDatasetsRequestContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsRequestContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsRequestContent>;
|
|
937
1594
|
export declare function updateDatapointMessagesDatasetsRequestContentToJSON(updateDatapointMessagesDatasetsRequestContent: UpdateDatapointMessagesDatasetsRequestContent): string;
|
|
@@ -942,18 +1599,51 @@ export declare const UpdateDatapointMessagesUserMessage$inboundSchema: z.ZodType
|
|
|
942
1599
|
export type UpdateDatapointMessagesUserMessage$Outbound = {
|
|
943
1600
|
role: "user";
|
|
944
1601
|
name?: string | undefined;
|
|
945
|
-
content: string | Array<
|
|
946
|
-
type: "text";
|
|
947
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound>;
|
|
1602
|
+
content: string | Array<UpdateDatapoint21$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint24$Outbound>;
|
|
948
1603
|
};
|
|
949
1604
|
/** @internal */
|
|
950
1605
|
export declare const UpdateDatapointMessagesUserMessage$outboundSchema: z.ZodType<UpdateDatapointMessagesUserMessage$Outbound, z.ZodTypeDef, UpdateDatapointMessagesUserMessage>;
|
|
951
1606
|
export declare function updateDatapointMessagesUserMessageToJSON(updateDatapointMessagesUserMessage: UpdateDatapointMessagesUserMessage): string;
|
|
952
1607
|
export declare function updateDatapointMessagesUserMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesUserMessage, SDKValidationError>;
|
|
953
1608
|
/** @internal */
|
|
1609
|
+
export declare const UpdateDatapointContentDatasetsRequestType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsRequestType>;
|
|
1610
|
+
/** @internal */
|
|
1611
|
+
export declare const UpdateDatapointContentDatasetsRequestType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsRequestType>;
|
|
1612
|
+
/** @internal */
|
|
1613
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsRequestRequestBodyType>;
|
|
1614
|
+
/** @internal */
|
|
1615
|
+
export declare const UpdateDatapointContentDatasetsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsRequestRequestBodyType>;
|
|
1616
|
+
/** @internal */
|
|
1617
|
+
export declare const UpdateDatapointContentDatasetsTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsTtl>;
|
|
1618
|
+
/** @internal */
|
|
1619
|
+
export declare const UpdateDatapointContentDatasetsTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsTtl>;
|
|
1620
|
+
/** @internal */
|
|
1621
|
+
export declare const UpdateDatapointContentDatasetsCacheControl$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsCacheControl, z.ZodTypeDef, unknown>;
|
|
1622
|
+
/** @internal */
|
|
1623
|
+
export type UpdateDatapointContentDatasetsCacheControl$Outbound = {
|
|
1624
|
+
type: string;
|
|
1625
|
+
ttl: string;
|
|
1626
|
+
};
|
|
1627
|
+
/** @internal */
|
|
1628
|
+
export declare const UpdateDatapointContentDatasetsCacheControl$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsCacheControl$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsCacheControl>;
|
|
1629
|
+
export declare function updateDatapointContentDatasetsCacheControlToJSON(updateDatapointContentDatasetsCacheControl: UpdateDatapointContentDatasetsCacheControl): string;
|
|
1630
|
+
export declare function updateDatapointContentDatasetsCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsCacheControl, SDKValidationError>;
|
|
1631
|
+
/** @internal */
|
|
1632
|
+
export declare const UpdateDatapointContentDatasets2$inboundSchema: z.ZodType<UpdateDatapointContentDatasets2, z.ZodTypeDef, unknown>;
|
|
1633
|
+
/** @internal */
|
|
1634
|
+
export type UpdateDatapointContentDatasets2$Outbound = {
|
|
1635
|
+
type: string;
|
|
1636
|
+
text: string;
|
|
1637
|
+
cache_control?: UpdateDatapointContentDatasetsCacheControl$Outbound | undefined;
|
|
1638
|
+
};
|
|
1639
|
+
/** @internal */
|
|
1640
|
+
export declare const UpdateDatapointContentDatasets2$outboundSchema: z.ZodType<UpdateDatapointContentDatasets2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasets2>;
|
|
1641
|
+
export declare function updateDatapointContentDatasets2ToJSON(updateDatapointContentDatasets2: UpdateDatapointContentDatasets2): string;
|
|
1642
|
+
export declare function updateDatapointContentDatasets2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasets2, SDKValidationError>;
|
|
1643
|
+
/** @internal */
|
|
954
1644
|
export declare const UpdateDatapointMessagesDatasetsContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsContent, z.ZodTypeDef, unknown>;
|
|
955
1645
|
/** @internal */
|
|
956
|
-
export type UpdateDatapointMessagesDatasetsContent$Outbound = string | Array<
|
|
1646
|
+
export type UpdateDatapointMessagesDatasetsContent$Outbound = string | Array<UpdateDatapointContentDatasets2$Outbound>;
|
|
957
1647
|
/** @internal */
|
|
958
1648
|
export declare const UpdateDatapointMessagesDatasetsContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsContent>;
|
|
959
1649
|
export declare function updateDatapointMessagesDatasetsContentToJSON(updateDatapointMessagesDatasetsContent: UpdateDatapointMessagesDatasetsContent): string;
|
|
@@ -963,7 +1653,7 @@ export declare const UpdateDatapointMessagesDeveloperMessage$inboundSchema: z.Zo
|
|
|
963
1653
|
/** @internal */
|
|
964
1654
|
export type UpdateDatapointMessagesDeveloperMessage$Outbound = {
|
|
965
1655
|
role: "developer";
|
|
966
|
-
content: string | Array<
|
|
1656
|
+
content: string | Array<UpdateDatapointContentDatasets2$Outbound>;
|
|
967
1657
|
name?: string | undefined;
|
|
968
1658
|
};
|
|
969
1659
|
/** @internal */
|
|
@@ -971,9 +1661,44 @@ export declare const UpdateDatapointMessagesDeveloperMessage$outboundSchema: z.Z
|
|
|
971
1661
|
export declare function updateDatapointMessagesDeveloperMessageToJSON(updateDatapointMessagesDeveloperMessage: UpdateDatapointMessagesDeveloperMessage): string;
|
|
972
1662
|
export declare function updateDatapointMessagesDeveloperMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesDeveloperMessage, SDKValidationError>;
|
|
973
1663
|
/** @internal */
|
|
1664
|
+
export declare const UpdateDatapointContentType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentType>;
|
|
1665
|
+
/** @internal */
|
|
1666
|
+
export declare const UpdateDatapointContentType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentType>;
|
|
1667
|
+
/** @internal */
|
|
1668
|
+
export declare const UpdateDatapointContentDatasetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsType>;
|
|
1669
|
+
/** @internal */
|
|
1670
|
+
export declare const UpdateDatapointContentDatasetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsType>;
|
|
1671
|
+
/** @internal */
|
|
1672
|
+
export declare const UpdateDatapointContentTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentTtl>;
|
|
1673
|
+
/** @internal */
|
|
1674
|
+
export declare const UpdateDatapointContentTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentTtl>;
|
|
1675
|
+
/** @internal */
|
|
1676
|
+
export declare const UpdateDatapointContentCacheControl$inboundSchema: z.ZodType<UpdateDatapointContentCacheControl, z.ZodTypeDef, unknown>;
|
|
1677
|
+
/** @internal */
|
|
1678
|
+
export type UpdateDatapointContentCacheControl$Outbound = {
|
|
1679
|
+
type: string;
|
|
1680
|
+
ttl: string;
|
|
1681
|
+
};
|
|
1682
|
+
/** @internal */
|
|
1683
|
+
export declare const UpdateDatapointContentCacheControl$outboundSchema: z.ZodType<UpdateDatapointContentCacheControl$Outbound, z.ZodTypeDef, UpdateDatapointContentCacheControl>;
|
|
1684
|
+
export declare function updateDatapointContentCacheControlToJSON(updateDatapointContentCacheControl: UpdateDatapointContentCacheControl): string;
|
|
1685
|
+
export declare function updateDatapointContentCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentCacheControl, SDKValidationError>;
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export declare const UpdateDatapointContent2$inboundSchema: z.ZodType<UpdateDatapointContent2, z.ZodTypeDef, unknown>;
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
export type UpdateDatapointContent2$Outbound = {
|
|
1690
|
+
type: string;
|
|
1691
|
+
text: string;
|
|
1692
|
+
cache_control?: UpdateDatapointContentCacheControl$Outbound | undefined;
|
|
1693
|
+
};
|
|
1694
|
+
/** @internal */
|
|
1695
|
+
export declare const UpdateDatapointContent2$outboundSchema: z.ZodType<UpdateDatapointContent2$Outbound, z.ZodTypeDef, UpdateDatapointContent2>;
|
|
1696
|
+
export declare function updateDatapointContent2ToJSON(updateDatapointContent2: UpdateDatapointContent2): string;
|
|
1697
|
+
export declare function updateDatapointContent2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContent2, SDKValidationError>;
|
|
1698
|
+
/** @internal */
|
|
974
1699
|
export declare const UpdateDatapointMessagesContent$inboundSchema: z.ZodType<UpdateDatapointMessagesContent, z.ZodTypeDef, unknown>;
|
|
975
1700
|
/** @internal */
|
|
976
|
-
export type UpdateDatapointMessagesContent$Outbound = string | Array<
|
|
1701
|
+
export type UpdateDatapointMessagesContent$Outbound = string | Array<UpdateDatapointContent2$Outbound>;
|
|
977
1702
|
/** @internal */
|
|
978
1703
|
export declare const UpdateDatapointMessagesContent$outboundSchema: z.ZodType<UpdateDatapointMessagesContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesContent>;
|
|
979
1704
|
export declare function updateDatapointMessagesContentToJSON(updateDatapointMessagesContent: UpdateDatapointMessagesContent): string;
|
|
@@ -983,7 +1708,7 @@ export declare const UpdateDatapointMessagesSystemMessage$inboundSchema: z.ZodTy
|
|
|
983
1708
|
/** @internal */
|
|
984
1709
|
export type UpdateDatapointMessagesSystemMessage$Outbound = {
|
|
985
1710
|
role: "system";
|
|
986
|
-
content: string | Array<
|
|
1711
|
+
content: string | Array<UpdateDatapointContent2$Outbound>;
|
|
987
1712
|
name?: string | undefined;
|
|
988
1713
|
};
|
|
989
1714
|
/** @internal */
|
|
@@ -1025,17 +1750,52 @@ export declare const UpdateDatapointRequest$outboundSchema: z.ZodType<UpdateData
|
|
|
1025
1750
|
export declare function updateDatapointRequestToJSON(updateDatapointRequest: UpdateDatapointRequest): string;
|
|
1026
1751
|
export declare function updateDatapointRequestFromJSON(jsonString: string): SafeParseResult<UpdateDatapointRequest, SDKValidationError>;
|
|
1027
1752
|
/** @internal */
|
|
1028
|
-
export declare const
|
|
1753
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
1029
1754
|
/** @internal */
|
|
1030
|
-
export
|
|
1755
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
1031
1756
|
/** @internal */
|
|
1032
|
-
export declare const
|
|
1033
|
-
|
|
1034
|
-
export declare
|
|
1757
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type>;
|
|
1758
|
+
/** @internal */
|
|
1759
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages5Type>;
|
|
1760
|
+
/** @internal */
|
|
1761
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl>;
|
|
1762
|
+
/** @internal */
|
|
1763
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyTtl>;
|
|
1764
|
+
/** @internal */
|
|
1765
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl, z.ZodTypeDef, unknown>;
|
|
1766
|
+
/** @internal */
|
|
1767
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl$Outbound = {
|
|
1768
|
+
type: string;
|
|
1769
|
+
ttl: string;
|
|
1770
|
+
};
|
|
1771
|
+
/** @internal */
|
|
1772
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl>;
|
|
1773
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControlToJSON(updateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl): string;
|
|
1774
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl, SDKValidationError>;
|
|
1775
|
+
/** @internal */
|
|
1776
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJson1$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJson1, z.ZodTypeDef, unknown>;
|
|
1777
|
+
/** @internal */
|
|
1778
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJson1$Outbound = {
|
|
1779
|
+
type: string;
|
|
1780
|
+
text: string;
|
|
1781
|
+
cache_control?: UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyCacheControl$Outbound | undefined;
|
|
1782
|
+
};
|
|
1783
|
+
/** @internal */
|
|
1784
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJson1$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJson1$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse200ApplicationJson1>;
|
|
1785
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSON1ToJSON(updateDatapoint2DatasetsResponse200ApplicationJson1: UpdateDatapoint2DatasetsResponse200ApplicationJson1): string;
|
|
1786
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSON1FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse200ApplicationJson1, SDKValidationError>;
|
|
1787
|
+
/** @internal */
|
|
1788
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2, z.ZodTypeDef, unknown>;
|
|
1789
|
+
/** @internal */
|
|
1790
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2$Outbound = UpdateDatapoint2DatasetsResponse200ApplicationJson1$Outbound;
|
|
1791
|
+
/** @internal */
|
|
1792
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2>;
|
|
1793
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2ToJSON(updateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2: UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2): string;
|
|
1794
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyMessages2, SDKValidationError>;
|
|
1035
1795
|
/** @internal */
|
|
1036
1796
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content, z.ZodTypeDef, unknown>;
|
|
1037
1797
|
/** @internal */
|
|
1038
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content$Outbound = string | Array<
|
|
1798
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content$Outbound = string | Array<UpdateDatapoint2DatasetsResponse200ApplicationJson1$Outbound>;
|
|
1039
1799
|
/** @internal */
|
|
1040
1800
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content>;
|
|
1041
1801
|
export declare function updateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5ContentToJSON(updateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content: UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBody5Content): string;
|
|
@@ -1064,7 +1824,7 @@ export declare const UpdateDatapointMessagesDatasetsToolMessage$inboundSchema: z
|
|
|
1064
1824
|
/** @internal */
|
|
1065
1825
|
export type UpdateDatapointMessagesDatasetsToolMessage$Outbound = {
|
|
1066
1826
|
role: "tool";
|
|
1067
|
-
content: string | Array<
|
|
1827
|
+
content: string | Array<UpdateDatapoint2DatasetsResponse200ApplicationJson1$Outbound>;
|
|
1068
1828
|
tool_call_id: string;
|
|
1069
1829
|
cache_control?: UpdateDatapointMessagesDatasetsCacheControl$Outbound | undefined;
|
|
1070
1830
|
};
|
|
@@ -1073,21 +1833,48 @@ export declare const UpdateDatapointMessagesDatasetsToolMessage$outboundSchema:
|
|
|
1073
1833
|
export declare function updateDatapointMessagesDatasetsToolMessageToJSON(updateDatapointMessagesDatasetsToolMessage: UpdateDatapointMessagesDatasetsToolMessage): string;
|
|
1074
1834
|
export declare function updateDatapointMessagesDatasetsToolMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesDatasetsToolMessage, SDKValidationError>;
|
|
1075
1835
|
/** @internal */
|
|
1076
|
-
export declare const
|
|
1836
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type>;
|
|
1837
|
+
/** @internal */
|
|
1838
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages4Type>;
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl>;
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONTtl>;
|
|
1077
1843
|
/** @internal */
|
|
1078
|
-
export
|
|
1844
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl, z.ZodTypeDef, unknown>;
|
|
1845
|
+
/** @internal */
|
|
1846
|
+
export type UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl$Outbound = {
|
|
1847
|
+
type: string;
|
|
1848
|
+
ttl: string;
|
|
1849
|
+
};
|
|
1850
|
+
/** @internal */
|
|
1851
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl>;
|
|
1852
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSONCacheControlToJSON(updateDatapoint2DatasetsResponse200ApplicationJSONCacheControl: UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl): string;
|
|
1853
|
+
export declare function updateDatapoint2DatasetsResponse200ApplicationJSONCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl, SDKValidationError>;
|
|
1854
|
+
/** @internal */
|
|
1855
|
+
export declare const UpdateDatapoint2DatasetsResponse2001$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse2001, z.ZodTypeDef, unknown>;
|
|
1856
|
+
/** @internal */
|
|
1857
|
+
export type UpdateDatapoint2DatasetsResponse2001$Outbound = {
|
|
1079
1858
|
type: "text";
|
|
1080
|
-
|
|
1859
|
+
text: string;
|
|
1860
|
+
cache_control?: UpdateDatapoint2DatasetsResponse200ApplicationJSONCacheControl$Outbound | undefined;
|
|
1861
|
+
};
|
|
1081
1862
|
/** @internal */
|
|
1082
|
-
export declare const
|
|
1083
|
-
export declare function
|
|
1084
|
-
export declare function
|
|
1863
|
+
export declare const UpdateDatapoint2DatasetsResponse2001$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse2001$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse2001>;
|
|
1864
|
+
export declare function updateDatapoint2DatasetsResponse2001ToJSON(updateDatapoint2DatasetsResponse2001: UpdateDatapoint2DatasetsResponse2001): string;
|
|
1865
|
+
export declare function updateDatapoint2DatasetsResponse2001FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse2001, SDKValidationError>;
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2, z.ZodTypeDef, unknown>;
|
|
1868
|
+
/** @internal */
|
|
1869
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2$Outbound = UpdateDatapoint2DatasetsResponse2001$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound;
|
|
1870
|
+
/** @internal */
|
|
1871
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2>;
|
|
1872
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2ToJSON(updateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2: UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2): string;
|
|
1873
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBody2, SDKValidationError>;
|
|
1085
1874
|
/** @internal */
|
|
1086
1875
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent, z.ZodTypeDef, unknown>;
|
|
1087
1876
|
/** @internal */
|
|
1088
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent$Outbound = string | Array<
|
|
1089
|
-
type: "text";
|
|
1090
|
-
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1877
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent$Outbound = string | Array<UpdateDatapoint2DatasetsResponse2001$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound>;
|
|
1091
1878
|
/** @internal */
|
|
1092
1879
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent>;
|
|
1093
1880
|
export declare function updateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContentToJSON(updateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent: UpdateDatapointMessagesDatasetsResponse200ApplicationJSONResponseBodyContent): string;
|
|
@@ -1134,9 +1921,7 @@ export declare function updateDatapointMessagesDatasetsToolCallsFromJSON(jsonStr
|
|
|
1134
1921
|
export declare const UpdateDatapointMessagesDatasetsAssistantMessage$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsAssistantMessage, z.ZodTypeDef, unknown>;
|
|
1135
1922
|
/** @internal */
|
|
1136
1923
|
export type UpdateDatapointMessagesDatasetsAssistantMessage$Outbound = {
|
|
1137
|
-
content?: string | Array<
|
|
1138
|
-
type: "text";
|
|
1139
|
-
}) | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1924
|
+
content?: string | Array<UpdateDatapoint2DatasetsResponse2001$Outbound | components.RefusalPartSchema$Outbound | components.ReasoningPartSchema$Outbound | components.RedactedReasoningPartSchema$Outbound> | null | undefined;
|
|
1140
1925
|
refusal?: string | null | undefined;
|
|
1141
1926
|
role: "assistant";
|
|
1142
1927
|
name?: string | undefined;
|
|
@@ -1148,30 +1933,30 @@ export declare const UpdateDatapointMessagesDatasetsAssistantMessage$outboundSch
|
|
|
1148
1933
|
export declare function updateDatapointMessagesDatasetsAssistantMessageToJSON(updateDatapointMessagesDatasetsAssistantMessage: UpdateDatapointMessagesDatasetsAssistantMessage): string;
|
|
1149
1934
|
export declare function updateDatapointMessagesDatasetsAssistantMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesDatasetsAssistantMessage, SDKValidationError>;
|
|
1150
1935
|
/** @internal */
|
|
1151
|
-
export declare const
|
|
1936
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type>;
|
|
1152
1937
|
/** @internal */
|
|
1153
|
-
export declare const
|
|
1938
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessages3Type>;
|
|
1154
1939
|
/** @internal */
|
|
1155
|
-
export declare const
|
|
1940
|
+
export declare const UpdateDatapoint2DatasetsResponse200Ttl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200Ttl>;
|
|
1156
1941
|
/** @internal */
|
|
1157
|
-
export declare const
|
|
1942
|
+
export declare const UpdateDatapoint2DatasetsResponse200Ttl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200Ttl>;
|
|
1158
1943
|
/** @internal */
|
|
1159
|
-
export declare const
|
|
1944
|
+
export declare const UpdateDatapoint2DatasetsResponse200CacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200CacheControl, z.ZodTypeDef, unknown>;
|
|
1160
1945
|
/** @internal */
|
|
1161
|
-
export type
|
|
1946
|
+
export type UpdateDatapoint2DatasetsResponse200CacheControl$Outbound = {
|
|
1162
1947
|
type: string;
|
|
1163
1948
|
ttl: string;
|
|
1164
1949
|
};
|
|
1165
1950
|
/** @internal */
|
|
1166
|
-
export declare const
|
|
1167
|
-
export declare function
|
|
1168
|
-
export declare function
|
|
1951
|
+
export declare const UpdateDatapoint2DatasetsResponse200CacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse200CacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse200CacheControl>;
|
|
1952
|
+
export declare function updateDatapoint2DatasetsResponse200CacheControlToJSON(updateDatapoint2DatasetsResponse200CacheControl: UpdateDatapoint2DatasetsResponse200CacheControl): string;
|
|
1953
|
+
export declare function updateDatapoint2DatasetsResponse200CacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse200CacheControl, SDKValidationError>;
|
|
1169
1954
|
/** @internal */
|
|
1170
1955
|
export declare const UpdateDatapoint2Datasets4$inboundSchema: z.ZodType<UpdateDatapoint2Datasets4, z.ZodTypeDef, unknown>;
|
|
1171
1956
|
/** @internal */
|
|
1172
1957
|
export type UpdateDatapoint2Datasets4$Outbound = {
|
|
1173
1958
|
type: "file";
|
|
1174
|
-
cache_control?:
|
|
1959
|
+
cache_control?: UpdateDatapoint2DatasetsResponse200CacheControl$Outbound | undefined;
|
|
1175
1960
|
file: components.FileContentPartSchema$Outbound;
|
|
1176
1961
|
};
|
|
1177
1962
|
/** @internal */
|
|
@@ -1179,21 +1964,48 @@ export declare const UpdateDatapoint2Datasets4$outboundSchema: z.ZodType<UpdateD
|
|
|
1179
1964
|
export declare function updateDatapoint2Datasets4ToJSON(updateDatapoint2Datasets4: UpdateDatapoint2Datasets4): string;
|
|
1180
1965
|
export declare function updateDatapoint2Datasets4FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2Datasets4, SDKValidationError>;
|
|
1181
1966
|
/** @internal */
|
|
1182
|
-
export declare const
|
|
1967
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType>;
|
|
1183
1968
|
/** @internal */
|
|
1184
|
-
export
|
|
1969
|
+
export declare const UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyMessagesType>;
|
|
1970
|
+
/** @internal */
|
|
1971
|
+
export declare const UpdateDatapoint2DatasetsResponseTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponseTtl>;
|
|
1972
|
+
/** @internal */
|
|
1973
|
+
export declare const UpdateDatapoint2DatasetsResponseTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapoint2DatasetsResponseTtl>;
|
|
1974
|
+
/** @internal */
|
|
1975
|
+
export declare const UpdateDatapoint2DatasetsResponseCacheControl$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponseCacheControl, z.ZodTypeDef, unknown>;
|
|
1976
|
+
/** @internal */
|
|
1977
|
+
export type UpdateDatapoint2DatasetsResponseCacheControl$Outbound = {
|
|
1978
|
+
type: string;
|
|
1979
|
+
ttl: string;
|
|
1980
|
+
};
|
|
1981
|
+
/** @internal */
|
|
1982
|
+
export declare const UpdateDatapoint2DatasetsResponseCacheControl$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponseCacheControl$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponseCacheControl>;
|
|
1983
|
+
export declare function updateDatapoint2DatasetsResponseCacheControlToJSON(updateDatapoint2DatasetsResponseCacheControl: UpdateDatapoint2DatasetsResponseCacheControl): string;
|
|
1984
|
+
export declare function updateDatapoint2DatasetsResponseCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponseCacheControl, SDKValidationError>;
|
|
1985
|
+
/** @internal */
|
|
1986
|
+
export declare const UpdateDatapoint2DatasetsResponse1$inboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse1, z.ZodTypeDef, unknown>;
|
|
1987
|
+
/** @internal */
|
|
1988
|
+
export type UpdateDatapoint2DatasetsResponse1$Outbound = {
|
|
1185
1989
|
type: "text";
|
|
1186
|
-
|
|
1990
|
+
text: string;
|
|
1991
|
+
cache_control?: UpdateDatapoint2DatasetsResponseCacheControl$Outbound | undefined;
|
|
1992
|
+
};
|
|
1187
1993
|
/** @internal */
|
|
1188
|
-
export declare const
|
|
1189
|
-
export declare function
|
|
1190
|
-
export declare function
|
|
1994
|
+
export declare const UpdateDatapoint2DatasetsResponse1$outboundSchema: z.ZodType<UpdateDatapoint2DatasetsResponse1$Outbound, z.ZodTypeDef, UpdateDatapoint2DatasetsResponse1>;
|
|
1995
|
+
export declare function updateDatapoint2DatasetsResponse1ToJSON(updateDatapoint2DatasetsResponse1: UpdateDatapoint2DatasetsResponse1): string;
|
|
1996
|
+
export declare function updateDatapoint2DatasetsResponse1FromJSON(jsonString: string): SafeParseResult<UpdateDatapoint2DatasetsResponse1, SDKValidationError>;
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJson2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJson2, z.ZodTypeDef, unknown>;
|
|
1999
|
+
/** @internal */
|
|
2000
|
+
export type UpdateDatapointContentDatasetsResponse200ApplicationJson2$Outbound = UpdateDatapoint2DatasetsResponse1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint2Datasets4$Outbound;
|
|
2001
|
+
/** @internal */
|
|
2002
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJson2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200ApplicationJson2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse200ApplicationJson2>;
|
|
2003
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSON2ToJSON(updateDatapointContentDatasetsResponse200ApplicationJson2: UpdateDatapointContentDatasetsResponse200ApplicationJson2): string;
|
|
2004
|
+
export declare function updateDatapointContentDatasetsResponse200ApplicationJSON2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse200ApplicationJson2, SDKValidationError>;
|
|
1191
2005
|
/** @internal */
|
|
1192
2006
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent, z.ZodTypeDef, unknown>;
|
|
1193
2007
|
/** @internal */
|
|
1194
|
-
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent$Outbound = string | Array<
|
|
1195
|
-
type: "text";
|
|
1196
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint2Datasets4$Outbound>;
|
|
2008
|
+
export type UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent$Outbound = string | Array<UpdateDatapoint2DatasetsResponse1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint2Datasets4$Outbound>;
|
|
1197
2009
|
/** @internal */
|
|
1198
2010
|
export declare const UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent>;
|
|
1199
2011
|
export declare function updateDatapointMessagesDatasetsResponse200ApplicationJSONContentToJSON(updateDatapointMessagesDatasetsResponse200ApplicationJSONContent: UpdateDatapointMessagesDatasetsResponse200ApplicationJSONContent): string;
|
|
@@ -1204,18 +2016,51 @@ export declare const UpdateDatapointMessagesDatasetsUserMessage$inboundSchema: z
|
|
|
1204
2016
|
export type UpdateDatapointMessagesDatasetsUserMessage$Outbound = {
|
|
1205
2017
|
role: "user";
|
|
1206
2018
|
name?: string | undefined;
|
|
1207
|
-
content: string | Array<
|
|
1208
|
-
type: "text";
|
|
1209
|
-
}) | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint2Datasets4$Outbound>;
|
|
2019
|
+
content: string | Array<UpdateDatapoint2DatasetsResponse1$Outbound | components.ImageContentPartSchema$Outbound | components.AudioContentPartSchema$Outbound | UpdateDatapoint2Datasets4$Outbound>;
|
|
1210
2020
|
};
|
|
1211
2021
|
/** @internal */
|
|
1212
2022
|
export declare const UpdateDatapointMessagesDatasetsUserMessage$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsUserMessage$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsUserMessage>;
|
|
1213
2023
|
export declare function updateDatapointMessagesDatasetsUserMessageToJSON(updateDatapointMessagesDatasetsUserMessage: UpdateDatapointMessagesDatasetsUserMessage): string;
|
|
1214
2024
|
export declare function updateDatapointMessagesDatasetsUserMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesDatasetsUserMessage, SDKValidationError>;
|
|
1215
2025
|
/** @internal */
|
|
2026
|
+
export declare const UpdateDatapointContentDatasetsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200Type>;
|
|
2027
|
+
/** @internal */
|
|
2028
|
+
export declare const UpdateDatapointContentDatasetsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200Type>;
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
2031
|
+
/** @internal */
|
|
2032
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONResponseBodyType>;
|
|
2033
|
+
/** @internal */
|
|
2034
|
+
export declare const UpdateDatapointContentDatasetsResponse200Ttl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200Ttl>;
|
|
2035
|
+
/** @internal */
|
|
2036
|
+
export declare const UpdateDatapointContentDatasetsResponse200Ttl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200Ttl>;
|
|
2037
|
+
/** @internal */
|
|
2038
|
+
export declare const UpdateDatapointContentDatasetsResponse200CacheControl$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200CacheControl, z.ZodTypeDef, unknown>;
|
|
2039
|
+
/** @internal */
|
|
2040
|
+
export type UpdateDatapointContentDatasetsResponse200CacheControl$Outbound = {
|
|
2041
|
+
type: string;
|
|
2042
|
+
ttl: string;
|
|
2043
|
+
};
|
|
2044
|
+
/** @internal */
|
|
2045
|
+
export declare const UpdateDatapointContentDatasetsResponse200CacheControl$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse200CacheControl$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse200CacheControl>;
|
|
2046
|
+
export declare function updateDatapointContentDatasetsResponse200CacheControlToJSON(updateDatapointContentDatasetsResponse200CacheControl: UpdateDatapointContentDatasetsResponse200CacheControl): string;
|
|
2047
|
+
export declare function updateDatapointContentDatasetsResponse200CacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse200CacheControl, SDKValidationError>;
|
|
2048
|
+
/** @internal */
|
|
2049
|
+
export declare const UpdateDatapointContentDatasetsResponse2002$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse2002, z.ZodTypeDef, unknown>;
|
|
2050
|
+
/** @internal */
|
|
2051
|
+
export type UpdateDatapointContentDatasetsResponse2002$Outbound = {
|
|
2052
|
+
type: string;
|
|
2053
|
+
text: string;
|
|
2054
|
+
cache_control?: UpdateDatapointContentDatasetsResponse200CacheControl$Outbound | undefined;
|
|
2055
|
+
};
|
|
2056
|
+
/** @internal */
|
|
2057
|
+
export declare const UpdateDatapointContentDatasetsResponse2002$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse2002$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse2002>;
|
|
2058
|
+
export declare function updateDatapointContentDatasetsResponse2002ToJSON(updateDatapointContentDatasetsResponse2002: UpdateDatapointContentDatasetsResponse2002): string;
|
|
2059
|
+
export declare function updateDatapointContentDatasetsResponse2002FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse2002, SDKValidationError>;
|
|
2060
|
+
/** @internal */
|
|
1216
2061
|
export declare const UpdateDatapointMessagesDatasetsResponse200Content$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200Content, z.ZodTypeDef, unknown>;
|
|
1217
2062
|
/** @internal */
|
|
1218
|
-
export type UpdateDatapointMessagesDatasetsResponse200Content$Outbound = string | Array<
|
|
2063
|
+
export type UpdateDatapointMessagesDatasetsResponse200Content$Outbound = string | Array<UpdateDatapointContentDatasetsResponse2002$Outbound>;
|
|
1219
2064
|
/** @internal */
|
|
1220
2065
|
export declare const UpdateDatapointMessagesDatasetsResponse200Content$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponse200Content$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsResponse200Content>;
|
|
1221
2066
|
export declare function updateDatapointMessagesDatasetsResponse200ContentToJSON(updateDatapointMessagesDatasetsResponse200Content: UpdateDatapointMessagesDatasetsResponse200Content): string;
|
|
@@ -1225,7 +2070,7 @@ export declare const UpdateDatapointMessagesDatasetsDeveloperMessage$inboundSche
|
|
|
1225
2070
|
/** @internal */
|
|
1226
2071
|
export type UpdateDatapointMessagesDatasetsDeveloperMessage$Outbound = {
|
|
1227
2072
|
role: "developer";
|
|
1228
|
-
content: string | Array<
|
|
2073
|
+
content: string | Array<UpdateDatapointContentDatasetsResponse2002$Outbound>;
|
|
1229
2074
|
name?: string | undefined;
|
|
1230
2075
|
};
|
|
1231
2076
|
/** @internal */
|
|
@@ -1233,9 +2078,44 @@ export declare const UpdateDatapointMessagesDatasetsDeveloperMessage$outboundSch
|
|
|
1233
2078
|
export declare function updateDatapointMessagesDatasetsDeveloperMessageToJSON(updateDatapointMessagesDatasetsDeveloperMessage: UpdateDatapointMessagesDatasetsDeveloperMessage): string;
|
|
1234
2079
|
export declare function updateDatapointMessagesDatasetsDeveloperMessageFromJSON(jsonString: string): SafeParseResult<UpdateDatapointMessagesDatasetsDeveloperMessage, SDKValidationError>;
|
|
1235
2080
|
/** @internal */
|
|
2081
|
+
export declare const UpdateDatapointContentDatasetsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponseType>;
|
|
2082
|
+
/** @internal */
|
|
2083
|
+
export declare const UpdateDatapointContentDatasetsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponseType>;
|
|
2084
|
+
/** @internal */
|
|
2085
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONType>;
|
|
2086
|
+
/** @internal */
|
|
2087
|
+
export declare const UpdateDatapointContentDatasetsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponse200ApplicationJSONType>;
|
|
2088
|
+
/** @internal */
|
|
2089
|
+
export declare const UpdateDatapointContentDatasetsResponseTtl$inboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponseTtl>;
|
|
2090
|
+
/** @internal */
|
|
2091
|
+
export declare const UpdateDatapointContentDatasetsResponseTtl$outboundSchema: z.ZodNativeEnum<typeof UpdateDatapointContentDatasetsResponseTtl>;
|
|
2092
|
+
/** @internal */
|
|
2093
|
+
export declare const UpdateDatapointContentDatasetsResponseCacheControl$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponseCacheControl, z.ZodTypeDef, unknown>;
|
|
2094
|
+
/** @internal */
|
|
2095
|
+
export type UpdateDatapointContentDatasetsResponseCacheControl$Outbound = {
|
|
2096
|
+
type: string;
|
|
2097
|
+
ttl: string;
|
|
2098
|
+
};
|
|
2099
|
+
/** @internal */
|
|
2100
|
+
export declare const UpdateDatapointContentDatasetsResponseCacheControl$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponseCacheControl$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponseCacheControl>;
|
|
2101
|
+
export declare function updateDatapointContentDatasetsResponseCacheControlToJSON(updateDatapointContentDatasetsResponseCacheControl: UpdateDatapointContentDatasetsResponseCacheControl): string;
|
|
2102
|
+
export declare function updateDatapointContentDatasetsResponseCacheControlFromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponseCacheControl, SDKValidationError>;
|
|
2103
|
+
/** @internal */
|
|
2104
|
+
export declare const UpdateDatapointContentDatasetsResponse2$inboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse2, z.ZodTypeDef, unknown>;
|
|
2105
|
+
/** @internal */
|
|
2106
|
+
export type UpdateDatapointContentDatasetsResponse2$Outbound = {
|
|
2107
|
+
type: string;
|
|
2108
|
+
text: string;
|
|
2109
|
+
cache_control?: UpdateDatapointContentDatasetsResponseCacheControl$Outbound | undefined;
|
|
2110
|
+
};
|
|
2111
|
+
/** @internal */
|
|
2112
|
+
export declare const UpdateDatapointContentDatasetsResponse2$outboundSchema: z.ZodType<UpdateDatapointContentDatasetsResponse2$Outbound, z.ZodTypeDef, UpdateDatapointContentDatasetsResponse2>;
|
|
2113
|
+
export declare function updateDatapointContentDatasetsResponse2ToJSON(updateDatapointContentDatasetsResponse2: UpdateDatapointContentDatasetsResponse2): string;
|
|
2114
|
+
export declare function updateDatapointContentDatasetsResponse2FromJSON(jsonString: string): SafeParseResult<UpdateDatapointContentDatasetsResponse2, SDKValidationError>;
|
|
2115
|
+
/** @internal */
|
|
1236
2116
|
export declare const UpdateDatapointMessagesDatasetsResponseContent$inboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponseContent, z.ZodTypeDef, unknown>;
|
|
1237
2117
|
/** @internal */
|
|
1238
|
-
export type UpdateDatapointMessagesDatasetsResponseContent$Outbound = string | Array<
|
|
2118
|
+
export type UpdateDatapointMessagesDatasetsResponseContent$Outbound = string | Array<UpdateDatapointContentDatasetsResponse2$Outbound>;
|
|
1239
2119
|
/** @internal */
|
|
1240
2120
|
export declare const UpdateDatapointMessagesDatasetsResponseContent$outboundSchema: z.ZodType<UpdateDatapointMessagesDatasetsResponseContent$Outbound, z.ZodTypeDef, UpdateDatapointMessagesDatasetsResponseContent>;
|
|
1241
2121
|
export declare function updateDatapointMessagesDatasetsResponseContentToJSON(updateDatapointMessagesDatasetsResponseContent: UpdateDatapointMessagesDatasetsResponseContent): string;
|
|
@@ -1245,7 +2125,7 @@ export declare const UpdateDatapointMessagesDatasetsSystemMessage$inboundSchema:
|
|
|
1245
2125
|
/** @internal */
|
|
1246
2126
|
export type UpdateDatapointMessagesDatasetsSystemMessage$Outbound = {
|
|
1247
2127
|
role: "system";
|
|
1248
|
-
content: string | Array<
|
|
2128
|
+
content: string | Array<UpdateDatapointContentDatasetsResponse2$Outbound>;
|
|
1249
2129
|
name?: string | undefined;
|
|
1250
2130
|
};
|
|
1251
2131
|
/** @internal */
|