@orq-ai/node 3.12.4 → 3.13.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +9 -19
- package/README.md +180 -181
- package/bin/mcp-server.js +42068 -30815
- package/bin/mcp-server.js.map +130 -55
- package/docs/sdks/agents/README.md +702 -0
- package/docs/sdks/budgets/README.md +9 -7
- package/docs/sdks/memorystores/README.md +1172 -0
- package/docs/sdks/orq/README.md +81 -0
- package/examples/package-lock.json +5 -6
- package/examples/postV2AgentsInternal.example.ts +30 -0
- package/funcs/agentsList.d.ts +17 -0
- package/funcs/agentsList.d.ts.map +1 -0
- package/funcs/agentsList.js +119 -0
- package/funcs/agentsList.js.map +1 -0
- package/funcs/agentsListActions.d.ts +14 -0
- package/funcs/agentsListActions.d.ts.map +1 -0
- package/funcs/agentsListActions.js +120 -0
- package/funcs/agentsListActions.js.map +1 -0
- package/funcs/agentsRetrieve.d.ts +18 -0
- package/funcs/agentsRetrieve.d.ts.map +1 -0
- package/funcs/agentsRetrieve.js +123 -0
- package/funcs/agentsRetrieve.js.map +1 -0
- package/funcs/agentsRetrieveAction.d.ts +14 -0
- package/funcs/agentsRetrieveAction.d.ts.map +1 -0
- package/funcs/agentsRetrieveAction.js +124 -0
- package/funcs/agentsRetrieveAction.js.map +1 -0
- package/funcs/agentsRetrieveTask.d.ts +18 -0
- package/funcs/agentsRetrieveTask.d.ts.map +1 -0
- package/funcs/agentsRetrieveTask.js +127 -0
- package/funcs/agentsRetrieveTask.js.map +1 -0
- package/funcs/agentsReviewAction.d.ts +17 -0
- package/funcs/agentsReviewAction.d.ts.map +1 -0
- package/funcs/agentsReviewAction.js +128 -0
- package/funcs/agentsReviewAction.js.map +1 -0
- package/funcs/agentsRun.d.ts +17 -0
- package/funcs/agentsRun.d.ts.map +1 -0
- package/funcs/agentsRun.js +116 -0
- package/funcs/agentsRun.js.map +1 -0
- package/funcs/agentsStreamRun.d.ts +19 -0
- package/funcs/agentsStreamRun.d.ts.map +1 -0
- package/funcs/agentsStreamRun.js +128 -0
- package/funcs/agentsStreamRun.js.map +1 -0
- package/funcs/budgetsCreate.d.ts +1 -1
- package/funcs/budgetsCreate.js +1 -1
- package/funcs/budgetsGet.d.ts +2 -2
- package/funcs/budgetsGet.js +2 -2
- package/funcs/budgetsList.d.ts +2 -2
- package/funcs/budgetsList.js +2 -2
- package/funcs/memoryStoresCreate.d.ts +15 -0
- package/funcs/memoryStoresCreate.d.ts.map +1 -0
- package/funcs/memoryStoresCreate.js +117 -0
- package/funcs/memoryStoresCreate.js.map +1 -0
- package/funcs/memoryStoresCreateDocument.d.ts +17 -0
- package/funcs/memoryStoresCreateDocument.d.ts.map +1 -0
- package/funcs/memoryStoresCreateDocument.js +121 -0
- package/funcs/memoryStoresCreateDocument.js.map +1 -0
- package/funcs/memoryStoresCreateMemory.d.ts +17 -0
- package/funcs/memoryStoresCreateMemory.d.ts.map +1 -0
- package/funcs/memoryStoresCreateMemory.js +117 -0
- package/funcs/memoryStoresCreateMemory.js.map +1 -0
- package/funcs/memoryStoresDelete.d.ts +17 -0
- package/funcs/memoryStoresDelete.d.ts.map +1 -0
- package/funcs/memoryStoresDelete.js +117 -0
- package/funcs/memoryStoresDelete.js.map +1 -0
- package/funcs/memoryStoresDeleteDocument.d.ts +22 -0
- package/funcs/memoryStoresDeleteDocument.d.ts.map +1 -0
- package/funcs/memoryStoresDeleteDocument.js +130 -0
- package/funcs/memoryStoresDeleteDocument.js.map +1 -0
- package/funcs/memoryStoresDeleteMemory.d.ts +22 -0
- package/funcs/memoryStoresDeleteMemory.d.ts.map +1 -0
- package/funcs/memoryStoresDeleteMemory.js +126 -0
- package/funcs/memoryStoresDeleteMemory.js.map +1 -0
- package/funcs/memoryStoresList.d.ts +18 -0
- package/funcs/memoryStoresList.d.ts.map +1 -0
- package/funcs/memoryStoresList.js +123 -0
- package/funcs/memoryStoresList.js.map +1 -0
- package/funcs/memoryStoresListDocuments.d.ts +17 -0
- package/funcs/memoryStoresListDocuments.d.ts.map +1 -0
- package/funcs/memoryStoresListDocuments.js +126 -0
- package/funcs/memoryStoresListDocuments.js.map +1 -0
- package/funcs/memoryStoresListMemories.d.ts +17 -0
- package/funcs/memoryStoresListMemories.d.ts.map +1 -0
- package/funcs/memoryStoresListMemories.js +122 -0
- package/funcs/memoryStoresListMemories.js.map +1 -0
- package/funcs/memoryStoresRetrieve.d.ts +18 -0
- package/funcs/memoryStoresRetrieve.d.ts.map +1 -0
- package/funcs/memoryStoresRetrieve.js +120 -0
- package/funcs/memoryStoresRetrieve.js.map +1 -0
- package/funcs/memoryStoresRetrieveDocument.d.ts +17 -0
- package/funcs/memoryStoresRetrieveDocument.d.ts.map +1 -0
- package/funcs/memoryStoresRetrieveDocument.js +124 -0
- package/funcs/memoryStoresRetrieveDocument.js.map +1 -0
- package/funcs/memoryStoresRetrieveMemory.d.ts +17 -0
- package/funcs/memoryStoresRetrieveMemory.d.ts.map +1 -0
- package/funcs/memoryStoresRetrieveMemory.js +120 -0
- package/funcs/memoryStoresRetrieveMemory.js.map +1 -0
- package/funcs/memoryStoresUpdate.d.ts +17 -0
- package/funcs/memoryStoresUpdate.d.ts.map +1 -0
- package/funcs/memoryStoresUpdate.js +117 -0
- package/funcs/memoryStoresUpdate.js.map +1 -0
- package/funcs/memoryStoresUpdateDocument.d.ts +17 -0
- package/funcs/memoryStoresUpdateDocument.d.ts.map +1 -0
- package/funcs/memoryStoresUpdateDocument.js +125 -0
- package/funcs/memoryStoresUpdateDocument.js.map +1 -0
- package/funcs/memoryStoresUpdateMemory.d.ts +17 -0
- package/funcs/memoryStoresUpdateMemory.d.ts.map +1 -0
- package/funcs/memoryStoresUpdateMemory.js +121 -0
- package/funcs/memoryStoresUpdateMemory.js.map +1 -0
- package/funcs/postV2AgentsInternal.d.ts +11 -0
- package/funcs/postV2AgentsInternal.d.ts.map +1 -0
- package/funcs/postV2AgentsInternal.js +112 -0
- package/funcs/postV2AgentsInternal.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +49 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/agentsList.d.ts +8 -0
- package/mcp-server/tools/agentsList.d.ts.map +1 -0
- package/mcp-server/tools/agentsList.js +64 -0
- package/mcp-server/tools/agentsList.js.map +1 -0
- package/mcp-server/tools/agentsListActions.d.ts +8 -0
- package/mcp-server/tools/agentsListActions.d.ts.map +1 -0
- package/mcp-server/tools/agentsListActions.js +62 -0
- package/mcp-server/tools/agentsListActions.js.map +1 -0
- package/mcp-server/tools/agentsRetrieve.d.ts +8 -0
- package/mcp-server/tools/agentsRetrieve.d.ts.map +1 -0
- package/mcp-server/tools/agentsRetrieve.js +64 -0
- package/mcp-server/tools/agentsRetrieve.js.map +1 -0
- package/mcp-server/tools/agentsRetrieveAction.d.ts +8 -0
- package/mcp-server/tools/agentsRetrieveAction.d.ts.map +1 -0
- package/mcp-server/tools/agentsRetrieveAction.js +62 -0
- package/mcp-server/tools/agentsRetrieveAction.js.map +1 -0
- package/mcp-server/tools/agentsRetrieveTask.d.ts +8 -0
- package/mcp-server/tools/agentsRetrieveTask.d.ts.map +1 -0
- package/mcp-server/tools/agentsRetrieveTask.js +64 -0
- package/mcp-server/tools/agentsRetrieveTask.js.map +1 -0
- package/mcp-server/tools/agentsReviewAction.d.ts +8 -0
- package/mcp-server/tools/agentsReviewAction.d.ts.map +1 -0
- package/mcp-server/tools/agentsReviewAction.js +64 -0
- package/mcp-server/tools/agentsReviewAction.js.map +1 -0
- package/mcp-server/tools/agentsRun.d.ts +8 -0
- package/mcp-server/tools/agentsRun.d.ts.map +1 -0
- package/mcp-server/tools/agentsRun.js +64 -0
- package/mcp-server/tools/agentsRun.js.map +1 -0
- package/mcp-server/tools/agentsStreamRun.d.ts +8 -0
- package/mcp-server/tools/agentsStreamRun.d.ts.map +1 -0
- package/mcp-server/tools/agentsStreamRun.js +64 -0
- package/mcp-server/tools/agentsStreamRun.js.map +1 -0
- package/mcp-server/tools/budgetsCreate.js +1 -1
- package/mcp-server/tools/budgetsCreate.js.map +1 -1
- package/mcp-server/tools/budgetsGet.js +2 -2
- package/mcp-server/tools/budgetsGet.js.map +1 -1
- package/mcp-server/tools/budgetsList.js +2 -2
- package/mcp-server/tools/budgetsList.js.map +1 -1
- package/mcp-server/tools/memoryStoresCreate.d.ts +8 -0
- package/mcp-server/tools/memoryStoresCreate.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresCreate.js +62 -0
- package/mcp-server/tools/memoryStoresCreate.js.map +1 -0
- package/mcp-server/tools/memoryStoresCreateDocument.d.ts +8 -0
- package/mcp-server/tools/memoryStoresCreateDocument.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresCreateDocument.js +64 -0
- package/mcp-server/tools/memoryStoresCreateDocument.js.map +1 -0
- package/mcp-server/tools/memoryStoresCreateMemory.d.ts +8 -0
- package/mcp-server/tools/memoryStoresCreateMemory.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresCreateMemory.js +64 -0
- package/mcp-server/tools/memoryStoresCreateMemory.js.map +1 -0
- package/mcp-server/tools/memoryStoresDelete.d.ts +8 -0
- package/mcp-server/tools/memoryStoresDelete.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresDelete.js +63 -0
- package/mcp-server/tools/memoryStoresDelete.js.map +1 -0
- package/mcp-server/tools/memoryStoresDeleteDocument.d.ts +8 -0
- package/mcp-server/tools/memoryStoresDeleteDocument.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresDeleteDocument.js +68 -0
- package/mcp-server/tools/memoryStoresDeleteDocument.js.map +1 -0
- package/mcp-server/tools/memoryStoresDeleteMemory.d.ts +8 -0
- package/mcp-server/tools/memoryStoresDeleteMemory.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresDeleteMemory.js +68 -0
- package/mcp-server/tools/memoryStoresDeleteMemory.js.map +1 -0
- package/mcp-server/tools/memoryStoresList.d.ts +8 -0
- package/mcp-server/tools/memoryStoresList.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresList.js +64 -0
- package/mcp-server/tools/memoryStoresList.js.map +1 -0
- package/mcp-server/tools/memoryStoresListDocuments.d.ts +8 -0
- package/mcp-server/tools/memoryStoresListDocuments.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresListDocuments.js +64 -0
- package/mcp-server/tools/memoryStoresListDocuments.js.map +1 -0
- package/mcp-server/tools/memoryStoresListMemories.d.ts +8 -0
- package/mcp-server/tools/memoryStoresListMemories.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresListMemories.js +64 -0
- package/mcp-server/tools/memoryStoresListMemories.js.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieve.d.ts +8 -0
- package/mcp-server/tools/memoryStoresRetrieve.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieve.js +64 -0
- package/mcp-server/tools/memoryStoresRetrieve.js.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieveDocument.d.ts +8 -0
- package/mcp-server/tools/memoryStoresRetrieveDocument.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieveDocument.js +64 -0
- package/mcp-server/tools/memoryStoresRetrieveDocument.js.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieveMemory.d.ts +8 -0
- package/mcp-server/tools/memoryStoresRetrieveMemory.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresRetrieveMemory.js +64 -0
- package/mcp-server/tools/memoryStoresRetrieveMemory.js.map +1 -0
- package/mcp-server/tools/memoryStoresUpdate.d.ts +8 -0
- package/mcp-server/tools/memoryStoresUpdate.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresUpdate.js +64 -0
- package/mcp-server/tools/memoryStoresUpdate.js.map +1 -0
- package/mcp-server/tools/memoryStoresUpdateDocument.d.ts +8 -0
- package/mcp-server/tools/memoryStoresUpdateDocument.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresUpdateDocument.js +64 -0
- package/mcp-server/tools/memoryStoresUpdateDocument.js.map +1 -0
- package/mcp-server/tools/memoryStoresUpdateMemory.d.ts +8 -0
- package/mcp-server/tools/memoryStoresUpdateMemory.d.ts.map +1 -0
- package/mcp-server/tools/memoryStoresUpdateMemory.js +64 -0
- package/mcp-server/tools/memoryStoresUpdateMemory.js.map +1 -0
- package/mcp-server/tools/postV2AgentsInternal.d.ts +8 -0
- package/mcp-server/tools/postV2AgentsInternal.d.ts.map +1 -0
- package/mcp-server/tools/postV2AgentsInternal.js +61 -0
- package/mcp-server/tools/postV2AgentsInternal.js.map +1 -0
- package/models/errors/getagent.d.ts +41 -0
- package/models/errors/getagent.d.ts.map +1 -0
- package/models/errors/getagent.js +85 -0
- package/models/errors/getagent.js.map +1 -0
- package/models/errors/getagenttask.d.ts +41 -0
- package/models/errors/getagenttask.d.ts.map +1 -0
- package/models/errors/getagenttask.js +85 -0
- package/models/errors/getagenttask.js.map +1 -0
- package/models/errors/index.d.ts +3 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +3 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/streamrunagent.d.ts +41 -0
- package/models/errors/streamrunagent.d.ts.map +1 -0
- package/models/errors/streamrunagent.js +85 -0
- package/models/errors/streamrunagent.js.map +1 -0
- package/models/operations/createbudget.d.ts +34 -33
- package/models/operations/createbudget.d.ts.map +1 -1
- package/models/operations/createbudget.js +37 -41
- 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.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +2443 -25
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +2570 -53
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememory.d.ts +113 -0
- package/models/operations/creatememory.d.ts.map +1 -0
- package/models/operations/creatememory.js +180 -0
- package/models/operations/creatememory.js.map +1 -0
- package/models/operations/creatememorydocument.d.ts +126 -0
- package/models/operations/creatememorydocument.d.ts.map +1 -0
- package/models/operations/creatememorydocument.js +180 -0
- package/models/operations/creatememorydocument.js.map +1 -0
- package/models/operations/creatememorystore.d.ts +1178 -0
- package/models/operations/creatememorystore.d.ts.map +1 -0
- package/models/operations/creatememorystore.js +1245 -0
- package/models/operations/creatememorystore.js.map +1 -0
- package/models/operations/deletememory.d.ts +37 -0
- package/models/operations/deletememory.d.ts.map +1 -0
- package/models/operations/deletememory.js +82 -0
- package/models/operations/deletememory.js.map +1 -0
- package/models/operations/deletememorydocument.d.ts +42 -0
- package/models/operations/deletememorydocument.d.ts.map +1 -0
- package/models/operations/deletememorydocument.js +86 -0
- package/models/operations/deletememorydocument.js.map +1 -0
- package/models/operations/deletememorystore.d.ts +32 -0
- package/models/operations/deletememorystore.d.ts.map +1 -0
- package/models/operations/deletememorystore.js +78 -0
- package/models/operations/deletememorystore.js.map +1 -0
- package/models/operations/deploymentgetconfig.d.ts +15 -15
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +20 -19
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +13 -13
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +16 -16
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +619 -0
- package/models/operations/getagent.d.ts.map +1 -0
- package/models/operations/getagent.js +655 -0
- package/models/operations/getagent.js.map +1 -0
- package/models/operations/getagenttask.d.ts +127 -0
- package/models/operations/getagenttask.d.ts.map +1 -0
- package/models/operations/getagenttask.js +168 -0
- package/models/operations/getagenttask.js.map +1 -0
- package/models/operations/getallmemories.d.ts +147 -0
- package/models/operations/getallmemories.d.ts.map +1 -0
- package/models/operations/getallmemories.js +206 -0
- package/models/operations/getallmemories.js.map +1 -0
- package/models/operations/getallmemorydocuments.d.ts +154 -0
- package/models/operations/getallmemorydocuments.d.ts.map +1 -0
- package/models/operations/getallmemorydocuments.js +212 -0
- package/models/operations/getallmemorydocuments.js.map +1 -0
- package/models/operations/getallmemorystores.d.ts +692 -0
- package/models/operations/getallmemorystores.d.ts.map +1 -0
- package/models/operations/getallmemorystores.js +738 -0
- package/models/operations/getallmemorystores.js.map +1 -0
- 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.d.ts +505 -505
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +763 -777
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/index.d.ts +24 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +24 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listactions.d.ts +253 -0
- package/models/operations/listactions.d.ts.map +1 -0
- package/models/operations/listactions.js +315 -0
- package/models/operations/listactions.js.map +1 -0
- package/models/operations/listagents.d.ts +680 -0
- package/models/operations/listagents.d.ts.map +1 -0
- package/models/operations/listagents.js +728 -0
- package/models/operations/listagents.js.map +1 -0
- package/models/operations/listbudgets.d.ts +3 -11
- package/models/operations/listbudgets.d.ts.map +1 -1
- package/models/operations/listbudgets.js +3 -8
- package/models/operations/listbudgets.js.map +1 -1
- package/models/operations/listchunks.d.ts +13 -13
- package/models/operations/listchunks.d.ts.map +1 -1
- package/models/operations/listchunks.js +16 -16
- package/models/operations/listchunks.js.map +1 -1
- package/models/operations/listcontacts.d.ts +15 -15
- package/models/operations/listcontacts.d.ts.map +1 -1
- package/models/operations/listcontacts.js +20 -20
- package/models/operations/listcontacts.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +13 -13
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +18 -19
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/postv2agentsinternal.d.ts +45 -0
- package/models/operations/postv2agentsinternal.d.ts.map +1 -0
- package/models/operations/postv2agentsinternal.js +88 -0
- package/models/operations/postv2agentsinternal.js.map +1 -0
- package/models/operations/retrieveaction.d.ts +213 -0
- package/models/operations/retrieveaction.d.ts.map +1 -0
- package/models/operations/retrieveaction.js +264 -0
- package/models/operations/retrieveaction.js.map +1 -0
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememory.d.ts +85 -0
- package/models/operations/retrievememory.d.ts.map +1 -0
- package/models/operations/retrievememory.js +143 -0
- package/models/operations/retrievememory.js.map +1 -0
- package/models/operations/retrievememorydocument.d.ts +92 -0
- package/models/operations/retrievememorydocument.d.ts.map +1 -0
- package/models/operations/retrievememorydocument.js +149 -0
- package/models/operations/retrievememorydocument.js.map +1 -0
- package/models/operations/retrievememorystore.d.ts +631 -0
- package/models/operations/retrievememorystore.d.ts.map +1 -0
- package/models/operations/retrievememorystore.js +674 -0
- package/models/operations/retrievememorystore.js.map +1 -0
- package/models/operations/reviewaction.d.ts +124 -0
- package/models/operations/reviewaction.d.ts.map +1 -0
- package/models/operations/reviewaction.js +178 -0
- package/models/operations/reviewaction.js.map +1 -0
- package/models/operations/runagent.d.ts +1955 -0
- package/models/operations/runagent.d.ts.map +1 -0
- package/models/operations/runagent.js +1961 -0
- package/models/operations/runagent.js.map +1 -0
- package/models/operations/streamrunagent.d.ts +1719 -0
- package/models/operations/streamrunagent.d.ts.map +1 -0
- package/models/operations/streamrunagent.js +1791 -0
- package/models/operations/streamrunagent.js.map +1 -0
- 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.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.d.ts +2445 -27
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +2570 -53
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatememory.d.ts +118 -0
- package/models/operations/updatememory.d.ts.map +1 -0
- package/models/operations/updatememory.js +184 -0
- package/models/operations/updatememory.js.map +1 -0
- package/models/operations/updatememorydocument.d.ts +131 -0
- package/models/operations/updatememorydocument.d.ts.map +1 -0
- package/models/operations/updatememorydocument.js +184 -0
- package/models/operations/updatememorydocument.js.map +1 -0
- package/models/operations/updatememorystore.d.ts +806 -0
- package/models/operations/updatememorystore.d.ts.map +1 -0
- package/models/operations/updatememorystore.js +823 -0
- package/models/operations/updatememorystore.js.map +1 -0
- package/models/operations/updateprompt.d.ts +64 -9
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +49 -20
- package/models/operations/updateprompt.js.map +1 -1
- package/package.json +4 -4
- package/sdk/agents.d.ts +56 -0
- package/sdk/agents.d.ts.map +1 -0
- package/sdk/agents.js +86 -0
- package/sdk/agents.js.map +1 -0
- package/sdk/budgets.d.ts +5 -5
- package/sdk/budgets.js +5 -5
- package/sdk/memorystores.d.ts +117 -0
- package/sdk/memorystores.d.ts.map +1 -0
- package/sdk/memorystores.js +169 -0
- package/sdk/memorystores.js.map +1 -0
- package/sdk/sdk.d.ts +9 -1
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +13 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/agentsList.ts +167 -0
- package/src/funcs/agentsListActions.ts +169 -0
- package/src/funcs/agentsRetrieve.ts +175 -0
- package/src/funcs/agentsRetrieveAction.ts +173 -0
- package/src/funcs/agentsRetrieveTask.ts +179 -0
- package/src/funcs/agentsReviewAction.ts +177 -0
- package/src/funcs/agentsRun.ts +163 -0
- package/src/funcs/agentsStreamRun.ts +187 -0
- package/src/funcs/budgetsCreate.ts +1 -1
- package/src/funcs/budgetsGet.ts +2 -2
- package/src/funcs/budgetsList.ts +2 -2
- package/src/funcs/memoryStoresCreate.ts +171 -0
- package/src/funcs/memoryStoresCreateDocument.ts +175 -0
- package/src/funcs/memoryStoresCreateMemory.ts +170 -0
- package/src/funcs/memoryStoresDelete.ts +168 -0
- package/src/funcs/memoryStoresDeleteDocument.ts +184 -0
- package/src/funcs/memoryStoresDeleteMemory.ts +179 -0
- package/src/funcs/memoryStoresList.ts +178 -0
- package/src/funcs/memoryStoresListDocuments.ts +181 -0
- package/src/funcs/memoryStoresListMemories.ts +176 -0
- package/src/funcs/memoryStoresRetrieve.ts +177 -0
- package/src/funcs/memoryStoresRetrieveDocument.ts +178 -0
- package/src/funcs/memoryStoresRetrieveMemory.ts +173 -0
- package/src/funcs/memoryStoresUpdate.ts +168 -0
- package/src/funcs/memoryStoresUpdateDocument.ts +179 -0
- package/src/funcs/memoryStoresUpdateMemory.ts +174 -0
- package/src/funcs/postV2AgentsInternal.ts +159 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +49 -1
- package/src/mcp-server/tools/agentsList.ts +37 -0
- package/src/mcp-server/tools/agentsListActions.ts +35 -0
- package/src/mcp-server/tools/agentsRetrieve.ts +37 -0
- package/src/mcp-server/tools/agentsRetrieveAction.ts +35 -0
- package/src/mcp-server/tools/agentsRetrieveTask.ts +37 -0
- package/src/mcp-server/tools/agentsReviewAction.ts +37 -0
- package/src/mcp-server/tools/agentsRun.ts +37 -0
- package/src/mcp-server/tools/agentsStreamRun.ts +37 -0
- package/src/mcp-server/tools/budgetsCreate.ts +1 -1
- package/src/mcp-server/tools/budgetsGet.ts +2 -2
- package/src/mcp-server/tools/budgetsList.ts +2 -2
- package/src/mcp-server/tools/memoryStoresCreate.ts +35 -0
- package/src/mcp-server/tools/memoryStoresCreateDocument.ts +37 -0
- package/src/mcp-server/tools/memoryStoresCreateMemory.ts +37 -0
- package/src/mcp-server/tools/memoryStoresDelete.ts +35 -0
- package/src/mcp-server/tools/memoryStoresDeleteDocument.ts +40 -0
- package/src/mcp-server/tools/memoryStoresDeleteMemory.ts +40 -0
- package/src/mcp-server/tools/memoryStoresList.ts +37 -0
- package/src/mcp-server/tools/memoryStoresListDocuments.ts +37 -0
- package/src/mcp-server/tools/memoryStoresListMemories.ts +37 -0
- package/src/mcp-server/tools/memoryStoresRetrieve.ts +37 -0
- package/src/mcp-server/tools/memoryStoresRetrieveDocument.ts +37 -0
- package/src/mcp-server/tools/memoryStoresRetrieveMemory.ts +37 -0
- package/src/mcp-server/tools/memoryStoresUpdate.ts +37 -0
- package/src/mcp-server/tools/memoryStoresUpdateDocument.ts +37 -0
- package/src/mcp-server/tools/memoryStoresUpdateMemory.ts +37 -0
- package/src/mcp-server/tools/postV2AgentsInternal.ts +33 -0
- package/src/models/errors/getagent.ts +80 -0
- package/src/models/errors/getagenttask.ts +80 -0
- package/src/models/errors/index.ts +3 -0
- package/src/models/errors/streamrunagent.ts +80 -0
- package/src/models/operations/createbudget.ts +57 -58
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +6383 -1075
- package/src/models/operations/creatememory.ts +265 -0
- package/src/models/operations/creatememorydocument.ts +284 -0
- package/src/models/operations/creatememorystore.ts +1956 -0
- package/src/models/operations/deletememory.ts +87 -0
- package/src/models/operations/deletememorydocument.ts +98 -0
- package/src/models/operations/deletememorystore.ts +78 -0
- package/src/models/operations/deploymentgetconfig.ts +36 -27
- package/src/models/operations/deploymentinvoke.ts +31 -24
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +1171 -0
- package/src/models/operations/getagenttask.ts +257 -0
- package/src/models/operations/getallmemories.ts +315 -0
- package/src/models/operations/getallmemorydocuments.ts +335 -0
- package/src/models/operations/getallmemorystores.ts +1241 -0
- package/src/models/operations/getbudget.ts +2 -11
- package/src/models/operations/getevals.ts +1362 -1166
- package/src/models/operations/index.ts +24 -0
- package/src/models/operations/listactions.ts +517 -0
- package/src/models/operations/listagents.ts +1335 -0
- package/src/models/operations/listbudgets.ts +5 -15
- package/src/models/operations/listchunks.ts +21 -21
- package/src/models/operations/listcontacts.ts +44 -37
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +29 -22
- package/src/models/operations/postv2agentsinternal.ts +103 -0
- package/src/models/operations/retrieveaction.ts +419 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememory.ts +198 -0
- package/src/models/operations/retrievememorydocument.ts +217 -0
- package/src/models/operations/retrievememorystore.ts +1124 -0
- package/src/models/operations/reviewaction.ts +258 -0
- package/src/models/operations/runagent.ts +3428 -0
- package/src/models/operations/streamrunagent.ts +3361 -0
- package/src/models/operations/updatebudget.ts +2 -11
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +6627 -1224
- package/src/models/operations/updatememory.ts +274 -0
- package/src/models/operations/updatememorydocument.ts +293 -0
- package/src/models/operations/updatememorystore.ts +1348 -0
- package/src/models/operations/updateprompt.ts +64 -19
- package/src/sdk/agents.ts +148 -0
- package/src/sdk/budgets.ts +5 -5
- package/src/sdk/memorystores.ts +286 -0
- package/src/sdk/sdk.ts +27 -1
- package/examples/contactsCreate.example.ts +0 -42
- package/packages/orq-rc/FUNCTIONS.md +0 -103
- package/packages/orq-rc/README.md +0 -973
- package/packages/orq-rc/RUNTIMES.md +0 -48
- package/packages/orq-rc/docs/sdks/budgets/README.md +0 -401
- package/packages/orq-rc/docs/sdks/chunking/README.md +0 -95
- package/packages/orq-rc/docs/sdks/contacts/README.md +0 -450
- package/packages/orq-rc/docs/sdks/datasets/README.md +0 -836
- package/packages/orq-rc/docs/sdks/deployments/README.md +0 -314
- package/packages/orq-rc/docs/sdks/evals/README.md +0 -3077
- package/packages/orq-rc/docs/sdks/feedback/README.md +0 -89
- package/packages/orq-rc/docs/sdks/files/README.md +0 -301
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -1243
- package/packages/orq-rc/docs/sdks/metrics/README.md +0 -83
- package/packages/orq-rc/docs/sdks/models/README.md +0 -76
- package/packages/orq-rc/docs/sdks/orq/README.md +0 -10
- package/packages/orq-rc/docs/sdks/prompts/README.md +0 -557
- package/packages/orq-rc/docs/sdks/remoteconfigs/README.md +0 -77
- package/packages/orq-rc/examples/README.md +0 -31
- package/packages/orq-rc/examples/contactsCreate.example.ts +0 -42
- package/packages/orq-rc/examples/package-lock.json +0 -627
- package/packages/orq-rc/examples/package.json +0 -18
- package/packages/orq-rc/jsr.json +0 -28
- package/packages/orq-rc/package-lock.json +0 -3071
- package/packages/orq-rc/package.json +0 -43
- package/packages/orq-rc/src/core.ts +0 -13
- package/packages/orq-rc/src/funcs/budgetsCreate.ts +0 -160
- package/packages/orq-rc/src/funcs/budgetsDelete.ts +0 -167
- package/packages/orq-rc/src/funcs/budgetsGet.ts +0 -166
- package/packages/orq-rc/src/funcs/budgetsList.ts +0 -170
- package/packages/orq-rc/src/funcs/budgetsUpdate.ts +0 -167
- package/packages/orq-rc/src/funcs/chunkingParse.ts +0 -160
- package/packages/orq-rc/src/funcs/contactsCreate.ts +0 -165
- package/packages/orq-rc/src/funcs/contactsDelete.ts +0 -176
- package/packages/orq-rc/src/funcs/contactsList.ts +0 -169
- package/packages/orq-rc/src/funcs/contactsRetrieve.ts +0 -175
- package/packages/orq-rc/src/funcs/contactsUpdate.ts +0 -176
- package/packages/orq-rc/src/funcs/datasetsClear.ts +0 -167
- package/packages/orq-rc/src/funcs/datasetsCreate.ts +0 -165
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +0 -168
- package/packages/orq-rc/src/funcs/datasetsDelete.ts +0 -167
- package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +0 -182
- package/packages/orq-rc/src/funcs/datasetsList.ts +0 -167
- package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +0 -174
- package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +0 -175
- package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +0 -181
- package/packages/orq-rc/src/funcs/datasetsUpdate.ts +0 -176
- package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +0 -179
- package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +0 -168
- package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +0 -176
- package/packages/orq-rc/src/funcs/deploymentsList.ts +0 -176
- package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +0 -168
- package/packages/orq-rc/src/funcs/deploymentsStream.ts +0 -183
- package/packages/orq-rc/src/funcs/evalsAgeAppropriate.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsAll.ts +0 -173
- package/packages/orq-rc/src/funcs/evalsBertScore.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsBleuScore.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsBotDetection.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContains.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsAll.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsAny.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsEmail.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsNone.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsUrl.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsContainsValidLink.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsCreate.ts +0 -169
- package/packages/orq-rc/src/funcs/evalsDelete.ts +0 -173
- package/packages/orq-rc/src/funcs/evalsEndsWith.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsExactMatch.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsFactCheckingKnowledgeBase.ts +0 -183
- package/packages/orq-rc/src/funcs/evalsGrammar.ts +0 -173
- package/packages/orq-rc/src/funcs/evalsInvoke.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsLengthBetween.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsLengthGreaterThan.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsLengthLessThan.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsLocalization.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsPii.ts +0 -173
- package/packages/orq-rc/src/funcs/evalsRagasCoherence.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsRagasConciseness.ts +0 -174
- package/packages/orq-rc/src/funcs/evalsRagasContextEntitiesRecall.ts +0 -183
- package/packages/orq-rc/src/funcs/evalsRagasContextPrecision.ts +0 -180
- package/packages/orq-rc/src/funcs/evalsRagasContextRecall.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsRagasCorrectness.ts +0 -174
- package/packages/orq-rc/src/funcs/evalsRagasFaithfulness.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsRagasHarmfulness.ts +0 -174
- package/packages/orq-rc/src/funcs/evalsRagasMaliciousness.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsRagasNoiseSensitivity.ts +0 -180
- package/packages/orq-rc/src/funcs/evalsRagasResponseRelevancy.ts +0 -183
- package/packages/orq-rc/src/funcs/evalsRagasSummarization.ts +0 -177
- package/packages/orq-rc/src/funcs/evalsSentimentClassification.ts +0 -183
- package/packages/orq-rc/src/funcs/evalsSummarization.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsToneOfVoice.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsTranslation.ts +0 -175
- package/packages/orq-rc/src/funcs/evalsUpdate.ts +0 -173
- package/packages/orq-rc/src/funcs/evalsValidJson.ts +0 -175
- package/packages/orq-rc/src/funcs/feedbackCreate.ts +0 -160
- package/packages/orq-rc/src/funcs/filesCreate.ts +0 -187
- package/packages/orq-rc/src/funcs/filesDelete.ts +0 -164
- package/packages/orq-rc/src/funcs/filesGet.ts +0 -166
- package/packages/orq-rc/src/funcs/filesList.ts +0 -167
- package/packages/orq-rc/src/funcs/knowledgeCreate.ts +0 -158
- package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +0 -171
- package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +0 -166
- package/packages/orq-rc/src/funcs/knowledgeDelete.ts +0 -167
- package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +0 -174
- package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +0 -173
- package/packages/orq-rc/src/funcs/knowledgeList.ts +0 -169
- package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +0 -178
- package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +0 -174
- package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +0 -166
- package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +0 -173
- package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +0 -169
- package/packages/orq-rc/src/funcs/knowledgeSearch.ts +0 -167
- package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +0 -164
- package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +0 -174
- package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +0 -170
- package/packages/orq-rc/src/funcs/modelsList.ts +0 -142
- package/packages/orq-rc/src/funcs/promptsCreate.ts +0 -160
- package/packages/orq-rc/src/funcs/promptsDelete.ts +0 -164
- package/packages/orq-rc/src/funcs/promptsGetVersion.ts +0 -181
- package/packages/orq-rc/src/funcs/promptsList.ts +0 -167
- package/packages/orq-rc/src/funcs/promptsListVersions.ts +0 -173
- package/packages/orq-rc/src/funcs/promptsRetrieve.ts +0 -166
- package/packages/orq-rc/src/funcs/promptsUpdate.ts +0 -173
- package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +0 -161
- package/packages/orq-rc/src/hooks/global.ts +0 -44
- package/packages/orq-rc/src/hooks/hooks.ts +0 -132
- package/packages/orq-rc/src/hooks/index.ts +0 -6
- package/packages/orq-rc/src/hooks/registration.ts +0 -15
- package/packages/orq-rc/src/hooks/types.ts +0 -112
- package/packages/orq-rc/src/index.ts +0 -9
- package/packages/orq-rc/src/lib/base64.ts +0 -37
- package/packages/orq-rc/src/lib/config.ts +0 -74
- package/packages/orq-rc/src/lib/dlv.ts +0 -53
- package/packages/orq-rc/src/lib/encodings.ts +0 -483
- package/packages/orq-rc/src/lib/env.ts +0 -73
- package/packages/orq-rc/src/lib/event-streams.ts +0 -137
- package/packages/orq-rc/src/lib/files.ts +0 -82
- package/packages/orq-rc/src/lib/http.ts +0 -323
- package/packages/orq-rc/src/lib/is-plain-object.ts +0 -43
- package/packages/orq-rc/src/lib/logger.ts +0 -9
- package/packages/orq-rc/src/lib/matchers.ts +0 -345
- package/packages/orq-rc/src/lib/primitives.ts +0 -150
- package/packages/orq-rc/src/lib/retries.ts +0 -218
- package/packages/orq-rc/src/lib/schemas.ts +0 -91
- package/packages/orq-rc/src/lib/sdks.ts +0 -407
- package/packages/orq-rc/src/lib/security.ts +0 -264
- package/packages/orq-rc/src/lib/url.ts +0 -33
- package/packages/orq-rc/src/mcp-server/cli/start/command.ts +0 -112
- package/packages/orq-rc/src/mcp-server/cli/start/impl.ts +0 -136
- package/packages/orq-rc/src/mcp-server/cli.ts +0 -13
- package/packages/orq-rc/src/mcp-server/console-logger.ts +0 -71
- package/packages/orq-rc/src/mcp-server/extensions.ts +0 -17
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +0 -26
- package/packages/orq-rc/src/mcp-server/prompts.ts +0 -117
- package/packages/orq-rc/src/mcp-server/resources.ts +0 -172
- package/packages/orq-rc/src/mcp-server/scopes.ts +0 -7
- package/packages/orq-rc/src/mcp-server/server.ts +0 -261
- package/packages/orq-rc/src/mcp-server/shared.ts +0 -75
- package/packages/orq-rc/src/mcp-server/tools/budgetsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/budgetsDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/budgetsGet.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/budgetsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/budgetsUpdate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/chunkingParse.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/contactsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/contactsDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/contactsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/contactsRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/contactsUpdate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsClear.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsCreateDatapoint.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsDeleteDatapoint.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/datasetsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsListDatapoints.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsRetrieveDatapoint.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/datasetsUpdateDatapoint.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/deploymentsGetConfig.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsMetricsCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/deploymentsStream.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/evalsAgeAppropriate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsAll.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsBertScore.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsBleuScore.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsBotDetection.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContains.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsAll.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsAny.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsEmail.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsNone.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsUrl.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsContainsValidLink.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsCreate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsDelete.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/evalsEndsWith.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsExactMatch.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsFactCheckingKnowledgeBase.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/evalsGrammar.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsInvoke.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsLengthBetween.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsLengthGreaterThan.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsLengthLessThan.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsLocalization.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsPii.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasCoherence.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasConciseness.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasContextEntitiesRecall.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasContextPrecision.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasContextRecall.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasCorrectness.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasFaithfulness.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasHarmfulness.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasMaliciousness.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasNoiseSensitivity.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasResponseRelevancy.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsRagasSummarization.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsSentimentClassification.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools/evalsSummarization.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsToneOfVoice.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsTranslation.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsUpdate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/evalsValidJson.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/feedbackCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesCreate.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesDelete.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/filesGet.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/filesList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateChunks.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeCreateDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDelete.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteChunk.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/knowledgeDeleteDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListChunks.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeListDatasources.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveChunk.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeRetrieveDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeSearch.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateChunk.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/knowledgeUpdateDatasource.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/modelsList.ts +0 -30
- package/packages/orq-rc/src/mcp-server/tools/promptsCreate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/promptsDelete.ts +0 -33
- package/packages/orq-rc/src/mcp-server/tools/promptsGetVersion.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsList.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsListVersions.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsRetrieve.ts +0 -37
- package/packages/orq-rc/src/mcp-server/tools/promptsUpdate.ts +0 -35
- package/packages/orq-rc/src/mcp-server/tools/remoteconfigsRetrieve.ts +0 -36
- package/packages/orq-rc/src/mcp-server/tools.ts +0 -129
- package/packages/orq-rc/src/models/components/deployments.ts +0 -8107
- package/packages/orq-rc/src/models/components/index.ts +0 -6
- package/packages/orq-rc/src/models/components/security.ts +0 -71
- package/packages/orq-rc/src/models/errors/apierror.ts +0 -40
- package/packages/orq-rc/src/models/errors/createeval.ts +0 -80
- package/packages/orq-rc/src/models/errors/deletecontact.ts +0 -91
- package/packages/orq-rc/src/models/errors/deleteeval.ts +0 -80
- package/packages/orq-rc/src/models/errors/evalsageappropriate.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalsbertscore.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalsbleuscore.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalsbotdetection.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalscontains.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalscontainsall.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalscontainsany.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalscontainsemail.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalscontainsnone.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalscontainsurl.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalscontainsvalidlink.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalsendswith.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalsexactmatch.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalsfactcheckingknowledgebase.ts +0 -160
- package/packages/orq-rc/src/models/errors/evalsgrammar.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalslengthbetween.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalslengthgreaterthan.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalslengthlessthan.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalslocalization.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalspii.ts +0 -154
- package/packages/orq-rc/src/models/errors/evalsragascoherence.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalsragasconciseness.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalsragascontextentitiesrecall.ts +0 -163
- package/packages/orq-rc/src/models/errors/evalsragascontextprecision.ts +0 -160
- package/packages/orq-rc/src/models/errors/evalsragascontextrecall.ts +0 -158
- package/packages/orq-rc/src/models/errors/evalsragascorrectness.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalsragasfaithfulness.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalsragasharmfulness.ts +0 -157
- package/packages/orq-rc/src/models/errors/evalsragasmaliciousness.ts +0 -158
- package/packages/orq-rc/src/models/errors/evalsragasnoisesensitivity.ts +0 -160
- package/packages/orq-rc/src/models/errors/evalsragasresponserelevancy.ts +0 -160
- package/packages/orq-rc/src/models/errors/evalsragassummarization.ts +0 -158
- package/packages/orq-rc/src/models/errors/evalssentimentclassification.ts +0 -160
- package/packages/orq-rc/src/models/errors/evalssummarization.ts +0 -156
- package/packages/orq-rc/src/models/errors/evalstoneofvoice.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalstranslation.ts +0 -155
- package/packages/orq-rc/src/models/errors/evalsvalidjson.ts +0 -154
- package/packages/orq-rc/src/models/errors/getevals.ts +0 -80
- package/packages/orq-rc/src/models/errors/getpromptversion.ts +0 -80
- package/packages/orq-rc/src/models/errors/honoapierror.ts +0 -90
- package/packages/orq-rc/src/models/errors/httpclienterrors.ts +0 -62
- package/packages/orq-rc/src/models/errors/index.ts +0 -56
- package/packages/orq-rc/src/models/errors/invokeeval.ts +0 -154
- package/packages/orq-rc/src/models/errors/orqerror.ts +0 -35
- package/packages/orq-rc/src/models/errors/responsevalidationerror.ts +0 -50
- package/packages/orq-rc/src/models/errors/retrievecontact.ts +0 -91
- package/packages/orq-rc/src/models/errors/sdkvalidationerror.ts +0 -109
- package/packages/orq-rc/src/models/errors/updatecontact.ts +0 -83
- package/packages/orq-rc/src/models/errors/updateeval.ts +0 -80
- package/packages/orq-rc/src/models/errors/updateprompt.ts +0 -80
- package/packages/orq-rc/src/models/operations/cleardataset.ts +0 -75
- package/packages/orq-rc/src/models/operations/createbudget.ts +0 -736
- package/packages/orq-rc/src/models/operations/createchunk.ts +0 -438
- package/packages/orq-rc/src/models/operations/createcontact.ts +0 -267
- package/packages/orq-rc/src/models/operations/createdataset.ts +0 -296
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +0 -6186
- package/packages/orq-rc/src/models/operations/createdatasource.ts +0 -852
- package/packages/orq-rc/src/models/operations/createeval.ts +0 -3830
- package/packages/orq-rc/src/models/operations/createfeedback.ts +0 -286
- package/packages/orq-rc/src/models/operations/createknowledge.ts +0 -846
- package/packages/orq-rc/src/models/operations/createprompt.ts +0 -4375
- package/packages/orq-rc/src/models/operations/deletebudget.ts +0 -66
- package/packages/orq-rc/src/models/operations/deletechunk.ts +0 -96
- package/packages/orq-rc/src/models/operations/deletecontact.ts +0 -69
- package/packages/orq-rc/src/models/operations/deletedatapoint.ts +0 -81
- package/packages/orq-rc/src/models/operations/deletedataset.ts +0 -75
- package/packages/orq-rc/src/models/operations/deletedatasource.ts +0 -87
- package/packages/orq-rc/src/models/operations/deleteeval.ts +0 -66
- package/packages/orq-rc/src/models/operations/deleteknowledge.ts +0 -78
- package/packages/orq-rc/src/models/operations/deleteprompt.ts +0 -69
- package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +0 -6507
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +0 -10352
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +0 -1259
- package/packages/orq-rc/src/models/operations/deployments.ts +0 -2468
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +0 -10615
- package/packages/orq-rc/src/models/operations/evalsageappropriate.ts +0 -253
- package/packages/orq-rc/src/models/operations/evalsbertscore.ts +0 -197
- package/packages/orq-rc/src/models/operations/evalsbleuscore.ts +0 -131
- package/packages/orq-rc/src/models/operations/evalsbotdetection.ts +0 -249
- package/packages/orq-rc/src/models/operations/evalscontains.ts +0 -250
- package/packages/orq-rc/src/models/operations/evalscontainsall.ts +0 -248
- package/packages/orq-rc/src/models/operations/evalscontainsany.ts +0 -254
- package/packages/orq-rc/src/models/operations/evalscontainsemail.ts +0 -181
- package/packages/orq-rc/src/models/operations/evalscontainsnone.ts +0 -254
- package/packages/orq-rc/src/models/operations/evalscontainsurl.ts +0 -181
- package/packages/orq-rc/src/models/operations/evalscontainsvalidlink.ts +0 -186
- package/packages/orq-rc/src/models/operations/evalsendswith.ts +0 -250
- package/packages/orq-rc/src/models/operations/evalsexactmatch.ts +0 -183
- package/packages/orq-rc/src/models/operations/evalsfactcheckingknowledgebase.ts +0 -299
- package/packages/orq-rc/src/models/operations/evalsgrammar.ts +0 -243
- package/packages/orq-rc/src/models/operations/evalslengthbetween.ts +0 -268
- package/packages/orq-rc/src/models/operations/evalslengthgreaterthan.ts +0 -266
- package/packages/orq-rc/src/models/operations/evalslengthlessthan.ts +0 -259
- package/packages/orq-rc/src/models/operations/evalslocalization.ts +0 -253
- package/packages/orq-rc/src/models/operations/evalspii.ts +0 -243
- package/packages/orq-rc/src/models/operations/evalsragascoherence.ts +0 -152
- package/packages/orq-rc/src/models/operations/evalsragasconciseness.ts +0 -153
- package/packages/orq-rc/src/models/operations/evalsragascontextentitiesrecall.ts +0 -164
- package/packages/orq-rc/src/models/operations/evalsragascontextprecision.ts +0 -166
- package/packages/orq-rc/src/models/operations/evalsragascontextrecall.ts +0 -164
- package/packages/orq-rc/src/models/operations/evalsragascorrectness.ts +0 -153
- package/packages/orq-rc/src/models/operations/evalsragasfaithfulness.ts +0 -155
- package/packages/orq-rc/src/models/operations/evalsragasharmfulness.ts +0 -146
- package/packages/orq-rc/src/models/operations/evalsragasmaliciousness.ts +0 -157
- package/packages/orq-rc/src/models/operations/evalsragasnoisesensitivity.ts +0 -166
- package/packages/orq-rc/src/models/operations/evalsragasresponserelevancy.ts +0 -165
- package/packages/orq-rc/src/models/operations/evalsragassummarization.ts +0 -150
- package/packages/orq-rc/src/models/operations/evalssentimentclassification.ts +0 -285
- package/packages/orq-rc/src/models/operations/evalssummarization.ts +0 -253
- package/packages/orq-rc/src/models/operations/evalstoneofvoice.ts +0 -251
- package/packages/orq-rc/src/models/operations/evalstranslation.ts +0 -251
- package/packages/orq-rc/src/models/operations/evalsvalidjson.ts +0 -177
- package/packages/orq-rc/src/models/operations/filedelete.ts +0 -78
- package/packages/orq-rc/src/models/operations/fileget.ts +0 -223
- package/packages/orq-rc/src/models/operations/filelist.ts +0 -337
- package/packages/orq-rc/src/models/operations/fileupload.ts +0 -327
- package/packages/orq-rc/src/models/operations/getallprompts.ts +0 -2438
- package/packages/orq-rc/src/models/operations/getbudget.ts +0 -437
- package/packages/orq-rc/src/models/operations/getevals.ts +0 -7290
- package/packages/orq-rc/src/models/operations/getonechunk.ts +0 -315
- package/packages/orq-rc/src/models/operations/getoneknowledge.ts +0 -537
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +0 -2299
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +0 -2306
- package/packages/orq-rc/src/models/operations/index.ts +0 -103
- package/packages/orq-rc/src/models/operations/invokeeval.ts +0 -2520
- package/packages/orq-rc/src/models/operations/listbudgets.ts +0 -617
- package/packages/orq-rc/src/models/operations/listchunks.ts +0 -494
- package/packages/orq-rc/src/models/operations/listcontacts.ts +0 -490
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +0 -3280
- package/packages/orq-rc/src/models/operations/listdatasets.ts +0 -406
- package/packages/orq-rc/src/models/operations/listdatasources.ts +0 -447
- package/packages/orq-rc/src/models/operations/listknowledgebases.ts +0 -663
- package/packages/orq-rc/src/models/operations/listmodels.ts +0 -273
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +0 -2439
- package/packages/orq-rc/src/models/operations/parse.ts +0 -1610
- package/packages/orq-rc/src/models/operations/remoteconfigsgetconfig.ts +0 -190
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +0 -210
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +0 -3062
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +0 -288
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +0 -273
- package/packages/orq-rc/src/models/operations/searchknowledge.ts +0 -3816
- package/packages/orq-rc/src/models/operations/updatebudget.ts +0 -624
- package/packages/orq-rc/src/models/operations/updatechunk.ts +0 -448
- package/packages/orq-rc/src/models/operations/updatecontact.ts +0 -325
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +0 -6127
- package/packages/orq-rc/src/models/operations/updatedataset.ts +0 -393
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +0 -345
- package/packages/orq-rc/src/models/operations/updateeval.ts +0 -4131
- package/packages/orq-rc/src/models/operations/updateknowledge.ts +0 -980
- package/packages/orq-rc/src/models/operations/updateprompt.ts +0 -4516
- package/packages/orq-rc/src/sdk/budgets.ts +0 -99
- package/packages/orq-rc/src/sdk/chunking.ts +0 -27
- package/packages/orq-rc/src/sdk/contacts.ts +0 -99
- package/packages/orq-rc/src/sdk/datasets.ts +0 -204
- package/packages/orq-rc/src/sdk/deployments.ts +0 -89
- package/packages/orq-rc/src/sdk/evals.ts +0 -639
- package/packages/orq-rc/src/sdk/feedback.ts +0 -27
- package/packages/orq-rc/src/sdk/files.ts +0 -78
- package/packages/orq-rc/src/sdk/index.ts +0 -5
- package/packages/orq-rc/src/sdk/knowledge.ts +0 -264
- package/packages/orq-rc/src/sdk/metrics.ts +0 -27
- package/packages/orq-rc/src/sdk/models.ts +0 -25
- package/packages/orq-rc/src/sdk/prompts.ts +0 -126
- package/packages/orq-rc/src/sdk/remoteconfigs.ts +0 -24
- package/packages/orq-rc/src/sdk/sdk.ts +0 -79
- package/packages/orq-rc/src/types/async.ts +0 -68
- package/packages/orq-rc/src/types/blobs.ts +0 -31
- package/packages/orq-rc/src/types/constdatetime.ts +0 -15
- package/packages/orq-rc/src/types/enums.ts +0 -16
- package/packages/orq-rc/src/types/fp.ts +0 -50
- package/packages/orq-rc/src/types/index.ts +0 -11
- package/packages/orq-rc/src/types/operations.ts +0 -105
- package/packages/orq-rc/src/types/rfcdate.ts +0 -54
- package/packages/orq-rc/src/types/streams.ts +0 -21
- package/packages/orq-rc/tsconfig.json +0 -41
|
@@ -79,16 +79,16 @@ export declare const CreateEvalRequestBodyEvalsType: {
|
|
|
79
79
|
readonly HttpEval: "http_eval";
|
|
80
80
|
};
|
|
81
81
|
export type CreateEvalRequestBodyEvalsType = ClosedEnum<typeof CreateEvalRequestBodyEvalsType>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const RequestBodyMethod: {
|
|
83
83
|
readonly Get: "GET";
|
|
84
84
|
readonly Post: "POST";
|
|
85
85
|
};
|
|
86
|
-
export type
|
|
87
|
-
export type
|
|
86
|
+
export type RequestBodyMethod = ClosedEnum<typeof RequestBodyMethod>;
|
|
87
|
+
export type RequestBodyHTTP = {
|
|
88
88
|
guardrailConfig?: CreateEvalGuardrailConfigNumber | CreateEvalGuardrailConfigBoolean | undefined;
|
|
89
89
|
type: CreateEvalRequestBodyEvalsType;
|
|
90
90
|
url: string;
|
|
91
|
-
method:
|
|
91
|
+
method: RequestBodyMethod;
|
|
92
92
|
headers: {
|
|
93
93
|
[k: string]: string;
|
|
94
94
|
};
|
|
@@ -191,7 +191,411 @@ export type Llm = {
|
|
|
191
191
|
model: string;
|
|
192
192
|
key: string;
|
|
193
193
|
};
|
|
194
|
-
export type CreateEvalRequestBody =
|
|
194
|
+
export type CreateEvalRequestBody = RequestBodyHTTP | Llm | Json | Python;
|
|
195
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type: {
|
|
196
|
+
readonly Number: "number";
|
|
197
|
+
};
|
|
198
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type>;
|
|
199
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator: {
|
|
200
|
+
readonly Eq: "eq";
|
|
201
|
+
readonly Ne: "ne";
|
|
202
|
+
readonly Gt: "gt";
|
|
203
|
+
readonly Gte: "gte";
|
|
204
|
+
readonly Lt: "lt";
|
|
205
|
+
readonly Lte: "lte";
|
|
206
|
+
};
|
|
207
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator>;
|
|
208
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number = {
|
|
209
|
+
enabled: boolean;
|
|
210
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type;
|
|
211
|
+
value: number;
|
|
212
|
+
operator: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator;
|
|
213
|
+
};
|
|
214
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type: {
|
|
215
|
+
readonly Boolean: "boolean";
|
|
216
|
+
};
|
|
217
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type>;
|
|
218
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean = {
|
|
219
|
+
enabled: boolean;
|
|
220
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type;
|
|
221
|
+
value: boolean;
|
|
222
|
+
};
|
|
223
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean;
|
|
224
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type: {
|
|
225
|
+
readonly TypescriptEval: "typescript_eval";
|
|
226
|
+
};
|
|
227
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type = ClosedEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type>;
|
|
228
|
+
export type Typescript = {
|
|
229
|
+
id: string;
|
|
230
|
+
description: string;
|
|
231
|
+
created?: string | undefined;
|
|
232
|
+
updated?: string | undefined;
|
|
233
|
+
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean | undefined;
|
|
234
|
+
code: string;
|
|
235
|
+
type: CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type;
|
|
236
|
+
key: string;
|
|
237
|
+
};
|
|
238
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type: {
|
|
239
|
+
readonly Number: "number";
|
|
240
|
+
};
|
|
241
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type>;
|
|
242
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator: {
|
|
243
|
+
readonly Eq: "eq";
|
|
244
|
+
readonly Ne: "ne";
|
|
245
|
+
readonly Gt: "gt";
|
|
246
|
+
readonly Gte: "gte";
|
|
247
|
+
readonly Lt: "lt";
|
|
248
|
+
readonly Lte: "lte";
|
|
249
|
+
};
|
|
250
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator>;
|
|
251
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number = {
|
|
252
|
+
enabled: boolean;
|
|
253
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type;
|
|
254
|
+
value: number;
|
|
255
|
+
operator: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator;
|
|
256
|
+
};
|
|
257
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type: {
|
|
258
|
+
readonly Boolean: "boolean";
|
|
259
|
+
};
|
|
260
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type>;
|
|
261
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean = {
|
|
262
|
+
enabled: boolean;
|
|
263
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type;
|
|
264
|
+
value: boolean;
|
|
265
|
+
};
|
|
266
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean;
|
|
267
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJSONType: {
|
|
268
|
+
readonly Ragas: "ragas";
|
|
269
|
+
};
|
|
270
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJSONType = ClosedEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJSONType>;
|
|
271
|
+
export declare const RagasMetric: {
|
|
272
|
+
readonly ContextPrecision: "context_precision";
|
|
273
|
+
readonly ContextRecall: "context_recall";
|
|
274
|
+
readonly ContextEntitiesRecall: "context_entities_recall";
|
|
275
|
+
readonly Harmfulness: "harmfulness";
|
|
276
|
+
readonly Maliciousness: "maliciousness";
|
|
277
|
+
readonly Coherence: "coherence";
|
|
278
|
+
readonly Correctness: "correctness";
|
|
279
|
+
readonly Conciseness: "conciseness";
|
|
280
|
+
readonly ResponseRelevancy: "response_relevancy";
|
|
281
|
+
readonly Faithfulness: "faithfulness";
|
|
282
|
+
readonly Summarization: "summarization";
|
|
283
|
+
readonly NoiseSensitivity: "noise_sensitivity";
|
|
284
|
+
};
|
|
285
|
+
export type RagasMetric = ClosedEnum<typeof RagasMetric>;
|
|
286
|
+
export type Ragas = {
|
|
287
|
+
id: string;
|
|
288
|
+
description: string;
|
|
289
|
+
created?: string | undefined;
|
|
290
|
+
updated?: string | undefined;
|
|
291
|
+
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean | undefined;
|
|
292
|
+
type: CreateEvalResponseBodyEvalsResponse200ApplicationJSONType;
|
|
293
|
+
ragasMetric: RagasMetric;
|
|
294
|
+
key: string;
|
|
295
|
+
model: string;
|
|
296
|
+
};
|
|
297
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type: {
|
|
298
|
+
readonly Number: "number";
|
|
299
|
+
};
|
|
300
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type>;
|
|
301
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator: {
|
|
302
|
+
readonly Eq: "eq";
|
|
303
|
+
readonly Ne: "ne";
|
|
304
|
+
readonly Gt: "gt";
|
|
305
|
+
readonly Gte: "gte";
|
|
306
|
+
readonly Lt: "lt";
|
|
307
|
+
readonly Lte: "lte";
|
|
308
|
+
};
|
|
309
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator>;
|
|
310
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number = {
|
|
311
|
+
enabled: boolean;
|
|
312
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type;
|
|
313
|
+
value: number;
|
|
314
|
+
operator: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator;
|
|
315
|
+
};
|
|
316
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type: {
|
|
317
|
+
readonly Boolean: "boolean";
|
|
318
|
+
};
|
|
319
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
320
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean = {
|
|
321
|
+
enabled: boolean;
|
|
322
|
+
type: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
323
|
+
value: boolean;
|
|
324
|
+
};
|
|
325
|
+
export type CreateEvalResponseBodyEvalsResponse200GuardrailConfig = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean;
|
|
326
|
+
export declare const CreateEvalResponseBodyEvalsResponse200Type: {
|
|
327
|
+
readonly FunctionEval: "function_eval";
|
|
328
|
+
};
|
|
329
|
+
export type CreateEvalResponseBodyEvalsResponse200Type = ClosedEnum<typeof CreateEvalResponseBodyEvalsResponse200Type>;
|
|
330
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type: {
|
|
331
|
+
readonly BertCoherence: "bert_coherence";
|
|
332
|
+
};
|
|
333
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
334
|
+
export type ThirtyFive = {
|
|
335
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type;
|
|
336
|
+
};
|
|
337
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type: {
|
|
338
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
339
|
+
};
|
|
340
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
341
|
+
export type ThirtyFour = {
|
|
342
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type;
|
|
343
|
+
};
|
|
344
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type: {
|
|
345
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
346
|
+
};
|
|
347
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
348
|
+
export type ThirtyThree = {
|
|
349
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type;
|
|
350
|
+
};
|
|
351
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type: {
|
|
352
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
353
|
+
};
|
|
354
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
355
|
+
export type ThirtyTwo = {
|
|
356
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type;
|
|
357
|
+
};
|
|
358
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type: {
|
|
359
|
+
readonly SentencesCount: "sentences_count";
|
|
360
|
+
};
|
|
361
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type>;
|
|
362
|
+
export type ThirtyOne = {
|
|
363
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type;
|
|
364
|
+
};
|
|
365
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type: {
|
|
366
|
+
readonly WordsCount: "words_count";
|
|
367
|
+
};
|
|
368
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type>;
|
|
369
|
+
export type Thirty = {
|
|
370
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type;
|
|
371
|
+
};
|
|
372
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type: {
|
|
373
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
374
|
+
};
|
|
375
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type>;
|
|
376
|
+
export type TwentyNine = {
|
|
377
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type;
|
|
378
|
+
};
|
|
379
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type: {
|
|
380
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
381
|
+
};
|
|
382
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type>;
|
|
383
|
+
export type TwentyEight = {
|
|
384
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type;
|
|
385
|
+
};
|
|
386
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type: {
|
|
387
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
388
|
+
};
|
|
389
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type>;
|
|
390
|
+
export type TwentySeven = {
|
|
391
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type;
|
|
392
|
+
};
|
|
393
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type: {
|
|
394
|
+
readonly KeywordsMatch: "keywords_match";
|
|
395
|
+
};
|
|
396
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type>;
|
|
397
|
+
export type TwentySix = {
|
|
398
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type;
|
|
399
|
+
keywords: Array<string>;
|
|
400
|
+
};
|
|
401
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type: {
|
|
402
|
+
readonly TopicMatch: "topic_match";
|
|
403
|
+
};
|
|
404
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type>;
|
|
405
|
+
export type TwentyFive = {
|
|
406
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type;
|
|
407
|
+
topic: string;
|
|
408
|
+
};
|
|
409
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type: {
|
|
410
|
+
readonly LevenshteinDistance: "levenshtein_distance";
|
|
411
|
+
};
|
|
412
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type>;
|
|
413
|
+
export type TwentyFour = {
|
|
414
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type;
|
|
415
|
+
};
|
|
416
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type: {
|
|
417
|
+
readonly CosineSimilarity: "cosine_similarity";
|
|
418
|
+
};
|
|
419
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
420
|
+
export type TwentyThree = {
|
|
421
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type;
|
|
422
|
+
};
|
|
423
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type: {
|
|
424
|
+
readonly MeteorScore: "meteor_score";
|
|
425
|
+
};
|
|
426
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
427
|
+
export type FunctionParams22 = {
|
|
428
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type;
|
|
429
|
+
};
|
|
430
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type: {
|
|
431
|
+
readonly RougeN: "rouge_n";
|
|
432
|
+
};
|
|
433
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
434
|
+
export type FunctionParams21 = {
|
|
435
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type;
|
|
436
|
+
};
|
|
437
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type: {
|
|
438
|
+
readonly BleuScore: "bleu_score";
|
|
439
|
+
};
|
|
440
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
441
|
+
export type FunctionParams20 = {
|
|
442
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type;
|
|
443
|
+
};
|
|
444
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type: {
|
|
445
|
+
readonly BertScore: "bert_score";
|
|
446
|
+
};
|
|
447
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
448
|
+
export type FunctionParams19 = {
|
|
449
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type;
|
|
450
|
+
};
|
|
451
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type: {
|
|
452
|
+
readonly ModerationsGoogle: "moderations_google";
|
|
453
|
+
};
|
|
454
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
455
|
+
export type FunctionParams18 = {
|
|
456
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type;
|
|
457
|
+
};
|
|
458
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type: {
|
|
459
|
+
readonly ModerationsOpenai: "moderations_openai";
|
|
460
|
+
};
|
|
461
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
462
|
+
export type FunctionParams17 = {
|
|
463
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
464
|
+
};
|
|
465
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type: {
|
|
466
|
+
readonly IsValidJson: "is_valid_json";
|
|
467
|
+
};
|
|
468
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
469
|
+
export type FunctionParams16 = {
|
|
470
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
471
|
+
};
|
|
472
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type: {
|
|
473
|
+
readonly Regex: "regex";
|
|
474
|
+
};
|
|
475
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
476
|
+
export type FunctionParams15 = {
|
|
477
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
478
|
+
pattern: string;
|
|
479
|
+
};
|
|
480
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type: {
|
|
481
|
+
readonly OneLine: "one_line";
|
|
482
|
+
};
|
|
483
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
484
|
+
export type FunctionParams14 = {
|
|
485
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
486
|
+
};
|
|
487
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type: {
|
|
488
|
+
readonly LengthGreaterThan: "length_greater_than";
|
|
489
|
+
};
|
|
490
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
491
|
+
export type FunctionParams13 = {
|
|
492
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
493
|
+
value: number;
|
|
494
|
+
};
|
|
495
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type: {
|
|
496
|
+
readonly LengthBetween: "length_between";
|
|
497
|
+
};
|
|
498
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
499
|
+
export type FunctionParams12 = {
|
|
500
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
501
|
+
min: number;
|
|
502
|
+
max: number;
|
|
503
|
+
};
|
|
504
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type: {
|
|
505
|
+
readonly LengthLessThan: "length_less_than";
|
|
506
|
+
};
|
|
507
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
508
|
+
export type FunctionParams11 = {
|
|
509
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
510
|
+
value: number;
|
|
511
|
+
};
|
|
512
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type: {
|
|
513
|
+
readonly ExactMatch: "exact_match";
|
|
514
|
+
};
|
|
515
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
516
|
+
export type FunctionParams10 = {
|
|
517
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
518
|
+
};
|
|
519
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type: {
|
|
520
|
+
readonly EndsWith: "ends_with";
|
|
521
|
+
};
|
|
522
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
523
|
+
export type FunctionParams9 = {
|
|
524
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
525
|
+
value: string;
|
|
526
|
+
};
|
|
527
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type: {
|
|
528
|
+
readonly StartWith: "start_with";
|
|
529
|
+
};
|
|
530
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
531
|
+
export type FunctionParams8 = {
|
|
532
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
533
|
+
value: string;
|
|
534
|
+
};
|
|
535
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType: {
|
|
536
|
+
readonly ContainsValidLink: "contains_valid_link";
|
|
537
|
+
};
|
|
538
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
539
|
+
export type FunctionParams7 = {
|
|
540
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
541
|
+
};
|
|
542
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType: {
|
|
543
|
+
readonly ContainsUrl: "contains_url";
|
|
544
|
+
};
|
|
545
|
+
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
546
|
+
export type FunctionParams6 = {
|
|
547
|
+
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType;
|
|
548
|
+
};
|
|
549
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200Type: {
|
|
550
|
+
readonly ContainsEmail: "contains_email";
|
|
551
|
+
};
|
|
552
|
+
export type CreateEvalFunctionParamsEvalsResponse200Type = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponse200Type>;
|
|
553
|
+
export type FunctionParams5 = {
|
|
554
|
+
type: CreateEvalFunctionParamsEvalsResponse200Type;
|
|
555
|
+
};
|
|
556
|
+
export declare const CreateEvalFunctionParamsEvalsResponseType: {
|
|
557
|
+
readonly ContainsAny: "contains_any";
|
|
558
|
+
};
|
|
559
|
+
export type CreateEvalFunctionParamsEvalsResponseType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsResponseType>;
|
|
560
|
+
export type FunctionParams4 = {
|
|
561
|
+
type: CreateEvalFunctionParamsEvalsResponseType;
|
|
562
|
+
keywords: Array<string>;
|
|
563
|
+
};
|
|
564
|
+
export declare const CreateEvalFunctionParamsEvalsType: {
|
|
565
|
+
readonly ContainsAll: "contains_all";
|
|
566
|
+
};
|
|
567
|
+
export type CreateEvalFunctionParamsEvalsType = ClosedEnum<typeof CreateEvalFunctionParamsEvalsType>;
|
|
568
|
+
export type FunctionParams3 = {
|
|
569
|
+
type: CreateEvalFunctionParamsEvalsType;
|
|
570
|
+
keywords: Array<string>;
|
|
571
|
+
};
|
|
572
|
+
export declare const CreateEvalFunctionParamsType: {
|
|
573
|
+
readonly ContainsNone: "contains_none";
|
|
574
|
+
};
|
|
575
|
+
export type CreateEvalFunctionParamsType = ClosedEnum<typeof CreateEvalFunctionParamsType>;
|
|
576
|
+
export type FunctionParams2 = {
|
|
577
|
+
type: CreateEvalFunctionParamsType;
|
|
578
|
+
keywords: Array<string>;
|
|
579
|
+
};
|
|
580
|
+
export declare const FunctionParamsType: {
|
|
581
|
+
readonly Contains: "contains";
|
|
582
|
+
};
|
|
583
|
+
export type FunctionParamsType = ClosedEnum<typeof FunctionParamsType>;
|
|
584
|
+
export type FunctionParams1 = {
|
|
585
|
+
type: FunctionParamsType;
|
|
586
|
+
value: string;
|
|
587
|
+
};
|
|
588
|
+
export type CreateEvalResponseBodyFunctionParams = FunctionParams12 | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | FunctionParams8 | FunctionParams9 | FunctionParams11 | FunctionParams13 | FunctionParams15 | TwentyFive | TwentySix | FunctionParams5 | FunctionParams6 | FunctionParams7 | FunctionParams10 | FunctionParams14 | FunctionParams16 | FunctionParams17 | FunctionParams18 | FunctionParams19 | FunctionParams20 | FunctionParams21 | FunctionParams22 | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
589
|
+
export type ResponseBodyFunction = {
|
|
590
|
+
id: string;
|
|
591
|
+
description: string;
|
|
592
|
+
created?: string | undefined;
|
|
593
|
+
updated?: string | undefined;
|
|
594
|
+
guardrailConfig?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean | undefined;
|
|
595
|
+
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
596
|
+
functionParams: FunctionParams12 | FunctionParams1 | FunctionParams2 | FunctionParams3 | FunctionParams4 | FunctionParams8 | FunctionParams9 | FunctionParams11 | FunctionParams13 | FunctionParams15 | TwentyFive | TwentySix | FunctionParams5 | FunctionParams6 | FunctionParams7 | FunctionParams10 | FunctionParams14 | FunctionParams16 | FunctionParams17 | FunctionParams18 | FunctionParams19 | FunctionParams20 | FunctionParams21 | FunctionParams22 | TwentyThree | TwentyFour | TwentySeven | TwentyEight | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | ThirtyFive;
|
|
597
|
+
key: string;
|
|
598
|
+
};
|
|
195
599
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type: {
|
|
196
600
|
readonly Number: "number";
|
|
197
601
|
};
|
|
@@ -380,7 +784,7 @@ export type ResponseBodyLLM = {
|
|
|
380
784
|
/**
|
|
381
785
|
* Successfully created an evaluator
|
|
382
786
|
*/
|
|
383
|
-
export type CreateEvalResponseBody = ResponseBodyHTTP | ResponseBodyLLM | ResponseBodyJSON | ResponseBodyPython;
|
|
787
|
+
export type CreateEvalResponseBody = ResponseBodyHTTP | ResponseBodyLLM | Ragas | ResponseBodyJSON | ResponseBodyPython | ResponseBodyFunction | Typescript;
|
|
384
788
|
/** @internal */
|
|
385
789
|
export declare const CreateEvalGuardrailConfigEvalsRequestRequestBody42Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsRequestRequestBody42Type>;
|
|
386
790
|
/** @internal */
|
|
@@ -711,29 +1115,29 @@ export declare namespace CreateEvalRequestBodyEvalsType$ {
|
|
|
711
1115
|
}>;
|
|
712
1116
|
}
|
|
713
1117
|
/** @internal */
|
|
714
|
-
export declare const
|
|
1118
|
+
export declare const RequestBodyMethod$inboundSchema: z.ZodNativeEnum<typeof RequestBodyMethod>;
|
|
715
1119
|
/** @internal */
|
|
716
|
-
export declare const
|
|
1120
|
+
export declare const RequestBodyMethod$outboundSchema: z.ZodNativeEnum<typeof RequestBodyMethod>;
|
|
717
1121
|
/**
|
|
718
1122
|
* @internal
|
|
719
1123
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
720
1124
|
*/
|
|
721
|
-
export declare namespace
|
|
722
|
-
/** @deprecated use `
|
|
1125
|
+
export declare namespace RequestBodyMethod$ {
|
|
1126
|
+
/** @deprecated use `RequestBodyMethod$inboundSchema` instead. */
|
|
723
1127
|
const inboundSchema: z.ZodNativeEnum<{
|
|
724
1128
|
readonly Get: "GET";
|
|
725
1129
|
readonly Post: "POST";
|
|
726
1130
|
}>;
|
|
727
|
-
/** @deprecated use `
|
|
1131
|
+
/** @deprecated use `RequestBodyMethod$outboundSchema` instead. */
|
|
728
1132
|
const outboundSchema: z.ZodNativeEnum<{
|
|
729
1133
|
readonly Get: "GET";
|
|
730
1134
|
readonly Post: "POST";
|
|
731
1135
|
}>;
|
|
732
1136
|
}
|
|
733
1137
|
/** @internal */
|
|
734
|
-
export declare const
|
|
1138
|
+
export declare const RequestBodyHTTP$inboundSchema: z.ZodType<RequestBodyHTTP, z.ZodTypeDef, unknown>;
|
|
735
1139
|
/** @internal */
|
|
736
|
-
export type
|
|
1140
|
+
export type RequestBodyHTTP$Outbound = {
|
|
737
1141
|
guardrail_config?: CreateEvalGuardrailConfigNumber$Outbound | CreateEvalGuardrailConfigBoolean$Outbound | undefined;
|
|
738
1142
|
type: string;
|
|
739
1143
|
url: string;
|
|
@@ -749,21 +1153,21 @@ export type Http$Outbound = {
|
|
|
749
1153
|
key: string;
|
|
750
1154
|
};
|
|
751
1155
|
/** @internal */
|
|
752
|
-
export declare const
|
|
1156
|
+
export declare const RequestBodyHTTP$outboundSchema: z.ZodType<RequestBodyHTTP$Outbound, z.ZodTypeDef, RequestBodyHTTP>;
|
|
753
1157
|
/**
|
|
754
1158
|
* @internal
|
|
755
1159
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
756
1160
|
*/
|
|
757
|
-
export declare namespace
|
|
758
|
-
/** @deprecated use `
|
|
759
|
-
const inboundSchema: z.ZodType<
|
|
760
|
-
/** @deprecated use `
|
|
761
|
-
const outboundSchema: z.ZodType<
|
|
762
|
-
/** @deprecated use `
|
|
763
|
-
type Outbound =
|
|
1161
|
+
export declare namespace RequestBodyHTTP$ {
|
|
1162
|
+
/** @deprecated use `RequestBodyHTTP$inboundSchema` instead. */
|
|
1163
|
+
const inboundSchema: z.ZodType<RequestBodyHTTP, z.ZodTypeDef, unknown>;
|
|
1164
|
+
/** @deprecated use `RequestBodyHTTP$outboundSchema` instead. */
|
|
1165
|
+
const outboundSchema: z.ZodType<RequestBodyHTTP$Outbound, z.ZodTypeDef, RequestBodyHTTP>;
|
|
1166
|
+
/** @deprecated use `RequestBodyHTTP$Outbound` instead. */
|
|
1167
|
+
type Outbound = RequestBodyHTTP$Outbound;
|
|
764
1168
|
}
|
|
765
|
-
export declare function
|
|
766
|
-
export declare function
|
|
1169
|
+
export declare function requestBodyHTTPToJSON(requestBodyHTTP: RequestBodyHTTP): string;
|
|
1170
|
+
export declare function requestBodyHTTPFromJSON(jsonString: string): SafeParseResult<RequestBodyHTTP, SDKValidationError>;
|
|
767
1171
|
/** @internal */
|
|
768
1172
|
export declare const CreateEvalGuardrailConfigEvalsRequestType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsRequestType>;
|
|
769
1173
|
/** @internal */
|
|
@@ -1124,7 +1528,7 @@ export declare function llmFromJSON(jsonString: string): SafeParseResult<Llm, SD
|
|
|
1124
1528
|
/** @internal */
|
|
1125
1529
|
export declare const CreateEvalRequestBody$inboundSchema: z.ZodType<CreateEvalRequestBody, z.ZodTypeDef, unknown>;
|
|
1126
1530
|
/** @internal */
|
|
1127
|
-
export type CreateEvalRequestBody$Outbound =
|
|
1531
|
+
export type CreateEvalRequestBody$Outbound = RequestBodyHTTP$Outbound | Llm$Outbound | Json$Outbound | Python$Outbound;
|
|
1128
1532
|
/** @internal */
|
|
1129
1533
|
export declare const CreateEvalRequestBody$outboundSchema: z.ZodType<CreateEvalRequestBody$Outbound, z.ZodTypeDef, CreateEvalRequestBody>;
|
|
1130
1534
|
/**
|
|
@@ -1142,6 +1546,2020 @@ export declare namespace CreateEvalRequestBody$ {
|
|
|
1142
1546
|
export declare function createEvalRequestBodyToJSON(createEvalRequestBody: CreateEvalRequestBody): string;
|
|
1143
1547
|
export declare function createEvalRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateEvalRequestBody, SDKValidationError>;
|
|
1144
1548
|
/** @internal */
|
|
1549
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type>;
|
|
1550
|
+
/** @internal */
|
|
1551
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type>;
|
|
1552
|
+
/**
|
|
1553
|
+
* @internal
|
|
1554
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1555
|
+
*/
|
|
1556
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$ {
|
|
1557
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$inboundSchema` instead. */
|
|
1558
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1559
|
+
readonly Number: "number";
|
|
1560
|
+
}>;
|
|
1561
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$outboundSchema` instead. */
|
|
1562
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1563
|
+
readonly Number: "number";
|
|
1564
|
+
}>;
|
|
1565
|
+
}
|
|
1566
|
+
/** @internal */
|
|
1567
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator>;
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator>;
|
|
1570
|
+
/**
|
|
1571
|
+
* @internal
|
|
1572
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1573
|
+
*/
|
|
1574
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$ {
|
|
1575
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$inboundSchema` instead. */
|
|
1576
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1577
|
+
readonly Eq: "eq";
|
|
1578
|
+
readonly Ne: "ne";
|
|
1579
|
+
readonly Gt: "gt";
|
|
1580
|
+
readonly Gte: "gte";
|
|
1581
|
+
readonly Lt: "lt";
|
|
1582
|
+
readonly Lte: "lte";
|
|
1583
|
+
}>;
|
|
1584
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$outboundSchema` instead. */
|
|
1585
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1586
|
+
readonly Eq: "eq";
|
|
1587
|
+
readonly Ne: "ne";
|
|
1588
|
+
readonly Gt: "gt";
|
|
1589
|
+
readonly Gte: "gte";
|
|
1590
|
+
readonly Lt: "lt";
|
|
1591
|
+
readonly Lte: "lte";
|
|
1592
|
+
}>;
|
|
1593
|
+
}
|
|
1594
|
+
/** @internal */
|
|
1595
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number, z.ZodTypeDef, unknown>;
|
|
1596
|
+
/** @internal */
|
|
1597
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound = {
|
|
1598
|
+
enabled: boolean;
|
|
1599
|
+
type: string;
|
|
1600
|
+
value: number;
|
|
1601
|
+
operator: string;
|
|
1602
|
+
};
|
|
1603
|
+
/** @internal */
|
|
1604
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number>;
|
|
1605
|
+
/**
|
|
1606
|
+
* @internal
|
|
1607
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1608
|
+
*/
|
|
1609
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$ {
|
|
1610
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema` instead. */
|
|
1611
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number, z.ZodTypeDef, unknown>;
|
|
1612
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema` instead. */
|
|
1613
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number>;
|
|
1614
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound` instead. */
|
|
1615
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound;
|
|
1616
|
+
}
|
|
1617
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7NumberToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number): string;
|
|
1618
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7NumberFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number, SDKValidationError>;
|
|
1619
|
+
/** @internal */
|
|
1620
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type>;
|
|
1621
|
+
/** @internal */
|
|
1622
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type>;
|
|
1623
|
+
/**
|
|
1624
|
+
* @internal
|
|
1625
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1626
|
+
*/
|
|
1627
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$ {
|
|
1628
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
|
|
1629
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1630
|
+
readonly Boolean: "boolean";
|
|
1631
|
+
}>;
|
|
1632
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
|
|
1633
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1634
|
+
readonly Boolean: "boolean";
|
|
1635
|
+
}>;
|
|
1636
|
+
}
|
|
1637
|
+
/** @internal */
|
|
1638
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean, z.ZodTypeDef, unknown>;
|
|
1639
|
+
/** @internal */
|
|
1640
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound = {
|
|
1641
|
+
enabled: boolean;
|
|
1642
|
+
type: string;
|
|
1643
|
+
value: boolean;
|
|
1644
|
+
};
|
|
1645
|
+
/** @internal */
|
|
1646
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean>;
|
|
1647
|
+
/**
|
|
1648
|
+
* @internal
|
|
1649
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1650
|
+
*/
|
|
1651
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$ {
|
|
1652
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema` instead. */
|
|
1653
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean, z.ZodTypeDef, unknown>;
|
|
1654
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema` instead. */
|
|
1655
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean>;
|
|
1656
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound` instead. */
|
|
1657
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound;
|
|
1658
|
+
}
|
|
1659
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7BooleanToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean): string;
|
|
1660
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7BooleanFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean, SDKValidationError>;
|
|
1661
|
+
/** @internal */
|
|
1662
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig, z.ZodTypeDef, unknown>;
|
|
1663
|
+
/** @internal */
|
|
1664
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound;
|
|
1665
|
+
/** @internal */
|
|
1666
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig>;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1670
|
+
*/
|
|
1671
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$ {
|
|
1672
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$inboundSchema` instead. */
|
|
1673
|
+
const inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig, z.ZodTypeDef, unknown>;
|
|
1674
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$outboundSchema` instead. */
|
|
1675
|
+
const outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig>;
|
|
1676
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$Outbound` instead. */
|
|
1677
|
+
type Outbound = CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$Outbound;
|
|
1678
|
+
}
|
|
1679
|
+
export declare function createEvalResponseBodyEvalsResponse200ApplicationJSON7GuardrailConfigToJSON(createEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig: CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig): string;
|
|
1680
|
+
export declare function createEvalResponseBodyEvalsResponse200ApplicationJSON7GuardrailConfigFromJSON(jsonString: string): SafeParseResult<CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig, SDKValidationError>;
|
|
1681
|
+
/** @internal */
|
|
1682
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type>;
|
|
1683
|
+
/** @internal */
|
|
1684
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type>;
|
|
1685
|
+
/**
|
|
1686
|
+
* @internal
|
|
1687
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1688
|
+
*/
|
|
1689
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$ {
|
|
1690
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema` instead. */
|
|
1691
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1692
|
+
readonly TypescriptEval: "typescript_eval";
|
|
1693
|
+
}>;
|
|
1694
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema` instead. */
|
|
1695
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1696
|
+
readonly TypescriptEval: "typescript_eval";
|
|
1697
|
+
}>;
|
|
1698
|
+
}
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
export declare const Typescript$inboundSchema: z.ZodType<Typescript, z.ZodTypeDef, unknown>;
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export type Typescript$Outbound = {
|
|
1703
|
+
_id: string;
|
|
1704
|
+
description: string;
|
|
1705
|
+
created: string;
|
|
1706
|
+
updated: string;
|
|
1707
|
+
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$Outbound | undefined;
|
|
1708
|
+
code: string;
|
|
1709
|
+
type: string;
|
|
1710
|
+
key: string;
|
|
1711
|
+
};
|
|
1712
|
+
/** @internal */
|
|
1713
|
+
export declare const Typescript$outboundSchema: z.ZodType<Typescript$Outbound, z.ZodTypeDef, Typescript>;
|
|
1714
|
+
/**
|
|
1715
|
+
* @internal
|
|
1716
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1717
|
+
*/
|
|
1718
|
+
export declare namespace Typescript$ {
|
|
1719
|
+
/** @deprecated use `Typescript$inboundSchema` instead. */
|
|
1720
|
+
const inboundSchema: z.ZodType<Typescript, z.ZodTypeDef, unknown>;
|
|
1721
|
+
/** @deprecated use `Typescript$outboundSchema` instead. */
|
|
1722
|
+
const outboundSchema: z.ZodType<Typescript$Outbound, z.ZodTypeDef, Typescript>;
|
|
1723
|
+
/** @deprecated use `Typescript$Outbound` instead. */
|
|
1724
|
+
type Outbound = Typescript$Outbound;
|
|
1725
|
+
}
|
|
1726
|
+
export declare function typescriptToJSON(typescript: Typescript): string;
|
|
1727
|
+
export declare function typescriptFromJSON(jsonString: string): SafeParseResult<Typescript, SDKValidationError>;
|
|
1728
|
+
/** @internal */
|
|
1729
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type>;
|
|
1730
|
+
/** @internal */
|
|
1731
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type>;
|
|
1732
|
+
/**
|
|
1733
|
+
* @internal
|
|
1734
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1735
|
+
*/
|
|
1736
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$ {
|
|
1737
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$inboundSchema` instead. */
|
|
1738
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1739
|
+
readonly Number: "number";
|
|
1740
|
+
}>;
|
|
1741
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$outboundSchema` instead. */
|
|
1742
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1743
|
+
readonly Number: "number";
|
|
1744
|
+
}>;
|
|
1745
|
+
}
|
|
1746
|
+
/** @internal */
|
|
1747
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator>;
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator>;
|
|
1750
|
+
/**
|
|
1751
|
+
* @internal
|
|
1752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1753
|
+
*/
|
|
1754
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$ {
|
|
1755
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$inboundSchema` instead. */
|
|
1756
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1757
|
+
readonly Eq: "eq";
|
|
1758
|
+
readonly Ne: "ne";
|
|
1759
|
+
readonly Gt: "gt";
|
|
1760
|
+
readonly Gte: "gte";
|
|
1761
|
+
readonly Lt: "lt";
|
|
1762
|
+
readonly Lte: "lte";
|
|
1763
|
+
}>;
|
|
1764
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$outboundSchema` instead. */
|
|
1765
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1766
|
+
readonly Eq: "eq";
|
|
1767
|
+
readonly Ne: "ne";
|
|
1768
|
+
readonly Gt: "gt";
|
|
1769
|
+
readonly Gte: "gte";
|
|
1770
|
+
readonly Lt: "lt";
|
|
1771
|
+
readonly Lte: "lte";
|
|
1772
|
+
}>;
|
|
1773
|
+
}
|
|
1774
|
+
/** @internal */
|
|
1775
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number, z.ZodTypeDef, unknown>;
|
|
1776
|
+
/** @internal */
|
|
1777
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound = {
|
|
1778
|
+
enabled: boolean;
|
|
1779
|
+
type: string;
|
|
1780
|
+
value: number;
|
|
1781
|
+
operator: string;
|
|
1782
|
+
};
|
|
1783
|
+
/** @internal */
|
|
1784
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number>;
|
|
1785
|
+
/**
|
|
1786
|
+
* @internal
|
|
1787
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1788
|
+
*/
|
|
1789
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$ {
|
|
1790
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema` instead. */
|
|
1791
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number, z.ZodTypeDef, unknown>;
|
|
1792
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema` instead. */
|
|
1793
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number>;
|
|
1794
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound` instead. */
|
|
1795
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound;
|
|
1796
|
+
}
|
|
1797
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6NumberToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number): string;
|
|
1798
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6NumberFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number, SDKValidationError>;
|
|
1799
|
+
/** @internal */
|
|
1800
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type>;
|
|
1801
|
+
/** @internal */
|
|
1802
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type>;
|
|
1803
|
+
/**
|
|
1804
|
+
* @internal
|
|
1805
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1806
|
+
*/
|
|
1807
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$ {
|
|
1808
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
|
|
1809
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1810
|
+
readonly Boolean: "boolean";
|
|
1811
|
+
}>;
|
|
1812
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
|
|
1813
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1814
|
+
readonly Boolean: "boolean";
|
|
1815
|
+
}>;
|
|
1816
|
+
}
|
|
1817
|
+
/** @internal */
|
|
1818
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean, z.ZodTypeDef, unknown>;
|
|
1819
|
+
/** @internal */
|
|
1820
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound = {
|
|
1821
|
+
enabled: boolean;
|
|
1822
|
+
type: string;
|
|
1823
|
+
value: boolean;
|
|
1824
|
+
};
|
|
1825
|
+
/** @internal */
|
|
1826
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean>;
|
|
1827
|
+
/**
|
|
1828
|
+
* @internal
|
|
1829
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1830
|
+
*/
|
|
1831
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$ {
|
|
1832
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema` instead. */
|
|
1833
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean, z.ZodTypeDef, unknown>;
|
|
1834
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema` instead. */
|
|
1835
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean>;
|
|
1836
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound` instead. */
|
|
1837
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound;
|
|
1838
|
+
}
|
|
1839
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6BooleanToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean): string;
|
|
1840
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6BooleanFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean, SDKValidationError>;
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig, z.ZodTypeDef, unknown>;
|
|
1843
|
+
/** @internal */
|
|
1844
|
+
export type CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound;
|
|
1845
|
+
/** @internal */
|
|
1846
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig>;
|
|
1847
|
+
/**
|
|
1848
|
+
* @internal
|
|
1849
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1850
|
+
*/
|
|
1851
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$ {
|
|
1852
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema` instead. */
|
|
1853
|
+
const inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig, z.ZodTypeDef, unknown>;
|
|
1854
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema` instead. */
|
|
1855
|
+
const outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig>;
|
|
1856
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$Outbound` instead. */
|
|
1857
|
+
type Outbound = CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$Outbound;
|
|
1858
|
+
}
|
|
1859
|
+
export declare function createEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfigToJSON(createEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig: CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig): string;
|
|
1860
|
+
export declare function createEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfigFromJSON(jsonString: string): SafeParseResult<CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig, SDKValidationError>;
|
|
1861
|
+
/** @internal */
|
|
1862
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJSONType>;
|
|
1863
|
+
/** @internal */
|
|
1864
|
+
export declare const CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200ApplicationJSONType>;
|
|
1865
|
+
/**
|
|
1866
|
+
* @internal
|
|
1867
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1868
|
+
*/
|
|
1869
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$ {
|
|
1870
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1871
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1872
|
+
readonly Ragas: "ragas";
|
|
1873
|
+
}>;
|
|
1874
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1875
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1876
|
+
readonly Ragas: "ragas";
|
|
1877
|
+
}>;
|
|
1878
|
+
}
|
|
1879
|
+
/** @internal */
|
|
1880
|
+
export declare const RagasMetric$inboundSchema: z.ZodNativeEnum<typeof RagasMetric>;
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export declare const RagasMetric$outboundSchema: z.ZodNativeEnum<typeof RagasMetric>;
|
|
1883
|
+
/**
|
|
1884
|
+
* @internal
|
|
1885
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1886
|
+
*/
|
|
1887
|
+
export declare namespace RagasMetric$ {
|
|
1888
|
+
/** @deprecated use `RagasMetric$inboundSchema` instead. */
|
|
1889
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1890
|
+
readonly ContextPrecision: "context_precision";
|
|
1891
|
+
readonly ContextRecall: "context_recall";
|
|
1892
|
+
readonly ContextEntitiesRecall: "context_entities_recall";
|
|
1893
|
+
readonly Harmfulness: "harmfulness";
|
|
1894
|
+
readonly Maliciousness: "maliciousness";
|
|
1895
|
+
readonly Coherence: "coherence";
|
|
1896
|
+
readonly Correctness: "correctness";
|
|
1897
|
+
readonly Conciseness: "conciseness";
|
|
1898
|
+
readonly ResponseRelevancy: "response_relevancy";
|
|
1899
|
+
readonly Faithfulness: "faithfulness";
|
|
1900
|
+
readonly Summarization: "summarization";
|
|
1901
|
+
readonly NoiseSensitivity: "noise_sensitivity";
|
|
1902
|
+
}>;
|
|
1903
|
+
/** @deprecated use `RagasMetric$outboundSchema` instead. */
|
|
1904
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1905
|
+
readonly ContextPrecision: "context_precision";
|
|
1906
|
+
readonly ContextRecall: "context_recall";
|
|
1907
|
+
readonly ContextEntitiesRecall: "context_entities_recall";
|
|
1908
|
+
readonly Harmfulness: "harmfulness";
|
|
1909
|
+
readonly Maliciousness: "maliciousness";
|
|
1910
|
+
readonly Coherence: "coherence";
|
|
1911
|
+
readonly Correctness: "correctness";
|
|
1912
|
+
readonly Conciseness: "conciseness";
|
|
1913
|
+
readonly ResponseRelevancy: "response_relevancy";
|
|
1914
|
+
readonly Faithfulness: "faithfulness";
|
|
1915
|
+
readonly Summarization: "summarization";
|
|
1916
|
+
readonly NoiseSensitivity: "noise_sensitivity";
|
|
1917
|
+
}>;
|
|
1918
|
+
}
|
|
1919
|
+
/** @internal */
|
|
1920
|
+
export declare const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown>;
|
|
1921
|
+
/** @internal */
|
|
1922
|
+
export type Ragas$Outbound = {
|
|
1923
|
+
_id: string;
|
|
1924
|
+
description: string;
|
|
1925
|
+
created: string;
|
|
1926
|
+
updated: string;
|
|
1927
|
+
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$Outbound | undefined;
|
|
1928
|
+
type: string;
|
|
1929
|
+
ragas_metric: string;
|
|
1930
|
+
key: string;
|
|
1931
|
+
model: string;
|
|
1932
|
+
};
|
|
1933
|
+
/** @internal */
|
|
1934
|
+
export declare const Ragas$outboundSchema: z.ZodType<Ragas$Outbound, z.ZodTypeDef, Ragas>;
|
|
1935
|
+
/**
|
|
1936
|
+
* @internal
|
|
1937
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1938
|
+
*/
|
|
1939
|
+
export declare namespace Ragas$ {
|
|
1940
|
+
/** @deprecated use `Ragas$inboundSchema` instead. */
|
|
1941
|
+
const inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown>;
|
|
1942
|
+
/** @deprecated use `Ragas$outboundSchema` instead. */
|
|
1943
|
+
const outboundSchema: z.ZodType<Ragas$Outbound, z.ZodTypeDef, Ragas>;
|
|
1944
|
+
/** @deprecated use `Ragas$Outbound` instead. */
|
|
1945
|
+
type Outbound = Ragas$Outbound;
|
|
1946
|
+
}
|
|
1947
|
+
export declare function ragasToJSON(ragas: Ragas): string;
|
|
1948
|
+
export declare function ragasFromJSON(jsonString: string): SafeParseResult<Ragas, SDKValidationError>;
|
|
1949
|
+
/** @internal */
|
|
1950
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type>;
|
|
1951
|
+
/** @internal */
|
|
1952
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type>;
|
|
1953
|
+
/**
|
|
1954
|
+
* @internal
|
|
1955
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1956
|
+
*/
|
|
1957
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$ {
|
|
1958
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$inboundSchema` instead. */
|
|
1959
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1960
|
+
readonly Number: "number";
|
|
1961
|
+
}>;
|
|
1962
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$outboundSchema` instead. */
|
|
1963
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1964
|
+
readonly Number: "number";
|
|
1965
|
+
}>;
|
|
1966
|
+
}
|
|
1967
|
+
/** @internal */
|
|
1968
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator>;
|
|
1969
|
+
/** @internal */
|
|
1970
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator>;
|
|
1971
|
+
/**
|
|
1972
|
+
* @internal
|
|
1973
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1974
|
+
*/
|
|
1975
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$ {
|
|
1976
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$inboundSchema` instead. */
|
|
1977
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1978
|
+
readonly Eq: "eq";
|
|
1979
|
+
readonly Ne: "ne";
|
|
1980
|
+
readonly Gt: "gt";
|
|
1981
|
+
readonly Gte: "gte";
|
|
1982
|
+
readonly Lt: "lt";
|
|
1983
|
+
readonly Lte: "lte";
|
|
1984
|
+
}>;
|
|
1985
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$outboundSchema` instead. */
|
|
1986
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1987
|
+
readonly Eq: "eq";
|
|
1988
|
+
readonly Ne: "ne";
|
|
1989
|
+
readonly Gt: "gt";
|
|
1990
|
+
readonly Gte: "gte";
|
|
1991
|
+
readonly Lt: "lt";
|
|
1992
|
+
readonly Lte: "lte";
|
|
1993
|
+
}>;
|
|
1994
|
+
}
|
|
1995
|
+
/** @internal */
|
|
1996
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number, z.ZodTypeDef, unknown>;
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound = {
|
|
1999
|
+
enabled: boolean;
|
|
2000
|
+
type: string;
|
|
2001
|
+
value: number;
|
|
2002
|
+
operator: string;
|
|
2003
|
+
};
|
|
2004
|
+
/** @internal */
|
|
2005
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number>;
|
|
2006
|
+
/**
|
|
2007
|
+
* @internal
|
|
2008
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2009
|
+
*/
|
|
2010
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$ {
|
|
2011
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema` instead. */
|
|
2012
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number, z.ZodTypeDef, unknown>;
|
|
2013
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema` instead. */
|
|
2014
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number>;
|
|
2015
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound` instead. */
|
|
2016
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound;
|
|
2017
|
+
}
|
|
2018
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5NumberToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number): string;
|
|
2019
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5NumberFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number, SDKValidationError>;
|
|
2020
|
+
/** @internal */
|
|
2021
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
2022
|
+
/** @internal */
|
|
2023
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
2024
|
+
/**
|
|
2025
|
+
* @internal
|
|
2026
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2027
|
+
*/
|
|
2028
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$ {
|
|
2029
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
|
|
2030
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2031
|
+
readonly Boolean: "boolean";
|
|
2032
|
+
}>;
|
|
2033
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
|
|
2034
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2035
|
+
readonly Boolean: "boolean";
|
|
2036
|
+
}>;
|
|
2037
|
+
}
|
|
2038
|
+
/** @internal */
|
|
2039
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean, z.ZodTypeDef, unknown>;
|
|
2040
|
+
/** @internal */
|
|
2041
|
+
export type CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound = {
|
|
2042
|
+
enabled: boolean;
|
|
2043
|
+
type: string;
|
|
2044
|
+
value: boolean;
|
|
2045
|
+
};
|
|
2046
|
+
/** @internal */
|
|
2047
|
+
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean>;
|
|
2048
|
+
/**
|
|
2049
|
+
* @internal
|
|
2050
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2051
|
+
*/
|
|
2052
|
+
export declare namespace CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$ {
|
|
2053
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema` instead. */
|
|
2054
|
+
const inboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean, z.ZodTypeDef, unknown>;
|
|
2055
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema` instead. */
|
|
2056
|
+
const outboundSchema: z.ZodType<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound, z.ZodTypeDef, CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean>;
|
|
2057
|
+
/** @deprecated use `CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound` instead. */
|
|
2058
|
+
type Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound;
|
|
2059
|
+
}
|
|
2060
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5BooleanToJSON(createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean): string;
|
|
2061
|
+
export declare function createEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5BooleanFromJSON(jsonString: string): SafeParseResult<CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean, SDKValidationError>;
|
|
2062
|
+
/** @internal */
|
|
2063
|
+
export declare const CreateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200GuardrailConfig, z.ZodTypeDef, unknown>;
|
|
2064
|
+
/** @internal */
|
|
2065
|
+
export type CreateEvalResponseBodyEvalsResponse200GuardrailConfig$Outbound = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound;
|
|
2066
|
+
/** @internal */
|
|
2067
|
+
export declare const CreateEvalResponseBodyEvalsResponse200GuardrailConfig$outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200GuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200GuardrailConfig>;
|
|
2068
|
+
/**
|
|
2069
|
+
* @internal
|
|
2070
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2071
|
+
*/
|
|
2072
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200GuardrailConfig$ {
|
|
2073
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema` instead. */
|
|
2074
|
+
const inboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200GuardrailConfig, z.ZodTypeDef, unknown>;
|
|
2075
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200GuardrailConfig$outboundSchema` instead. */
|
|
2076
|
+
const outboundSchema: z.ZodType<CreateEvalResponseBodyEvalsResponse200GuardrailConfig$Outbound, z.ZodTypeDef, CreateEvalResponseBodyEvalsResponse200GuardrailConfig>;
|
|
2077
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200GuardrailConfig$Outbound` instead. */
|
|
2078
|
+
type Outbound = CreateEvalResponseBodyEvalsResponse200GuardrailConfig$Outbound;
|
|
2079
|
+
}
|
|
2080
|
+
export declare function createEvalResponseBodyEvalsResponse200GuardrailConfigToJSON(createEvalResponseBodyEvalsResponse200GuardrailConfig: CreateEvalResponseBodyEvalsResponse200GuardrailConfig): string;
|
|
2081
|
+
export declare function createEvalResponseBodyEvalsResponse200GuardrailConfigFromJSON(jsonString: string): SafeParseResult<CreateEvalResponseBodyEvalsResponse200GuardrailConfig, SDKValidationError>;
|
|
2082
|
+
/** @internal */
|
|
2083
|
+
export declare const CreateEvalResponseBodyEvalsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200Type>;
|
|
2084
|
+
/** @internal */
|
|
2085
|
+
export declare const CreateEvalResponseBodyEvalsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200Type>;
|
|
2086
|
+
/**
|
|
2087
|
+
* @internal
|
|
2088
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2089
|
+
*/
|
|
2090
|
+
export declare namespace CreateEvalResponseBodyEvalsResponse200Type$ {
|
|
2091
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200Type$inboundSchema` instead. */
|
|
2092
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2093
|
+
readonly FunctionEval: "function_eval";
|
|
2094
|
+
}>;
|
|
2095
|
+
/** @deprecated use `CreateEvalResponseBodyEvalsResponse200Type$outboundSchema` instead. */
|
|
2096
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2097
|
+
readonly FunctionEval: "function_eval";
|
|
2098
|
+
}>;
|
|
2099
|
+
}
|
|
2100
|
+
/** @internal */
|
|
2101
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
2102
|
+
/** @internal */
|
|
2103
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type>;
|
|
2104
|
+
/**
|
|
2105
|
+
* @internal
|
|
2106
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2107
|
+
*/
|
|
2108
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$ {
|
|
2109
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema` instead. */
|
|
2110
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2111
|
+
readonly BertCoherence: "bert_coherence";
|
|
2112
|
+
}>;
|
|
2113
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema` instead. */
|
|
2114
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2115
|
+
readonly BertCoherence: "bert_coherence";
|
|
2116
|
+
}>;
|
|
2117
|
+
}
|
|
2118
|
+
/** @internal */
|
|
2119
|
+
export declare const ThirtyFive$inboundSchema: z.ZodType<ThirtyFive, z.ZodTypeDef, unknown>;
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export type ThirtyFive$Outbound = {
|
|
2122
|
+
type: string;
|
|
2123
|
+
};
|
|
2124
|
+
/** @internal */
|
|
2125
|
+
export declare const ThirtyFive$outboundSchema: z.ZodType<ThirtyFive$Outbound, z.ZodTypeDef, ThirtyFive>;
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2129
|
+
*/
|
|
2130
|
+
export declare namespace ThirtyFive$ {
|
|
2131
|
+
/** @deprecated use `ThirtyFive$inboundSchema` instead. */
|
|
2132
|
+
const inboundSchema: z.ZodType<ThirtyFive, z.ZodTypeDef, unknown>;
|
|
2133
|
+
/** @deprecated use `ThirtyFive$outboundSchema` instead. */
|
|
2134
|
+
const outboundSchema: z.ZodType<ThirtyFive$Outbound, z.ZodTypeDef, ThirtyFive>;
|
|
2135
|
+
/** @deprecated use `ThirtyFive$Outbound` instead. */
|
|
2136
|
+
type Outbound = ThirtyFive$Outbound;
|
|
2137
|
+
}
|
|
2138
|
+
export declare function thirtyFiveToJSON(thirtyFive: ThirtyFive): string;
|
|
2139
|
+
export declare function thirtyFiveFromJSON(jsonString: string): SafeParseResult<ThirtyFive, SDKValidationError>;
|
|
2140
|
+
/** @internal */
|
|
2141
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
2142
|
+
/** @internal */
|
|
2143
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type>;
|
|
2144
|
+
/**
|
|
2145
|
+
* @internal
|
|
2146
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2147
|
+
*/
|
|
2148
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$ {
|
|
2149
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema` instead. */
|
|
2150
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2151
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
2152
|
+
}>;
|
|
2153
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema` instead. */
|
|
2154
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2155
|
+
readonly GrammarDiversity: "grammar_diversity";
|
|
2156
|
+
}>;
|
|
2157
|
+
}
|
|
2158
|
+
/** @internal */
|
|
2159
|
+
export declare const ThirtyFour$inboundSchema: z.ZodType<ThirtyFour, z.ZodTypeDef, unknown>;
|
|
2160
|
+
/** @internal */
|
|
2161
|
+
export type ThirtyFour$Outbound = {
|
|
2162
|
+
type: string;
|
|
2163
|
+
};
|
|
2164
|
+
/** @internal */
|
|
2165
|
+
export declare const ThirtyFour$outboundSchema: z.ZodType<ThirtyFour$Outbound, z.ZodTypeDef, ThirtyFour>;
|
|
2166
|
+
/**
|
|
2167
|
+
* @internal
|
|
2168
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2169
|
+
*/
|
|
2170
|
+
export declare namespace ThirtyFour$ {
|
|
2171
|
+
/** @deprecated use `ThirtyFour$inboundSchema` instead. */
|
|
2172
|
+
const inboundSchema: z.ZodType<ThirtyFour, z.ZodTypeDef, unknown>;
|
|
2173
|
+
/** @deprecated use `ThirtyFour$outboundSchema` instead. */
|
|
2174
|
+
const outboundSchema: z.ZodType<ThirtyFour$Outbound, z.ZodTypeDef, ThirtyFour>;
|
|
2175
|
+
/** @deprecated use `ThirtyFour$Outbound` instead. */
|
|
2176
|
+
type Outbound = ThirtyFour$Outbound;
|
|
2177
|
+
}
|
|
2178
|
+
export declare function thirtyFourToJSON(thirtyFour: ThirtyFour): string;
|
|
2179
|
+
export declare function thirtyFourFromJSON(jsonString: string): SafeParseResult<ThirtyFour, SDKValidationError>;
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
2182
|
+
/** @internal */
|
|
2183
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type>;
|
|
2184
|
+
/**
|
|
2185
|
+
* @internal
|
|
2186
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2187
|
+
*/
|
|
2188
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$ {
|
|
2189
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema` instead. */
|
|
2190
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2191
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
2192
|
+
}>;
|
|
2193
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema` instead. */
|
|
2194
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2195
|
+
readonly SemanticRepetition: "semantic_repetition";
|
|
2196
|
+
}>;
|
|
2197
|
+
}
|
|
2198
|
+
/** @internal */
|
|
2199
|
+
export declare const ThirtyThree$inboundSchema: z.ZodType<ThirtyThree, z.ZodTypeDef, unknown>;
|
|
2200
|
+
/** @internal */
|
|
2201
|
+
export type ThirtyThree$Outbound = {
|
|
2202
|
+
type: string;
|
|
2203
|
+
};
|
|
2204
|
+
/** @internal */
|
|
2205
|
+
export declare const ThirtyThree$outboundSchema: z.ZodType<ThirtyThree$Outbound, z.ZodTypeDef, ThirtyThree>;
|
|
2206
|
+
/**
|
|
2207
|
+
* @internal
|
|
2208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2209
|
+
*/
|
|
2210
|
+
export declare namespace ThirtyThree$ {
|
|
2211
|
+
/** @deprecated use `ThirtyThree$inboundSchema` instead. */
|
|
2212
|
+
const inboundSchema: z.ZodType<ThirtyThree, z.ZodTypeDef, unknown>;
|
|
2213
|
+
/** @deprecated use `ThirtyThree$outboundSchema` instead. */
|
|
2214
|
+
const outboundSchema: z.ZodType<ThirtyThree$Outbound, z.ZodTypeDef, ThirtyThree>;
|
|
2215
|
+
/** @deprecated use `ThirtyThree$Outbound` instead. */
|
|
2216
|
+
type Outbound = ThirtyThree$Outbound;
|
|
2217
|
+
}
|
|
2218
|
+
export declare function thirtyThreeToJSON(thirtyThree: ThirtyThree): string;
|
|
2219
|
+
export declare function thirtyThreeFromJSON(jsonString: string): SafeParseResult<ThirtyThree, SDKValidationError>;
|
|
2220
|
+
/** @internal */
|
|
2221
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
2222
|
+
/** @internal */
|
|
2223
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type>;
|
|
2224
|
+
/**
|
|
2225
|
+
* @internal
|
|
2226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2227
|
+
*/
|
|
2228
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$ {
|
|
2229
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema` instead. */
|
|
2230
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2231
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
2232
|
+
}>;
|
|
2233
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$outboundSchema` instead. */
|
|
2234
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2235
|
+
readonly LexicalRepetition: "lexical_repetition";
|
|
2236
|
+
}>;
|
|
2237
|
+
}
|
|
2238
|
+
/** @internal */
|
|
2239
|
+
export declare const ThirtyTwo$inboundSchema: z.ZodType<ThirtyTwo, z.ZodTypeDef, unknown>;
|
|
2240
|
+
/** @internal */
|
|
2241
|
+
export type ThirtyTwo$Outbound = {
|
|
2242
|
+
type: string;
|
|
2243
|
+
};
|
|
2244
|
+
/** @internal */
|
|
2245
|
+
export declare const ThirtyTwo$outboundSchema: z.ZodType<ThirtyTwo$Outbound, z.ZodTypeDef, ThirtyTwo>;
|
|
2246
|
+
/**
|
|
2247
|
+
* @internal
|
|
2248
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2249
|
+
*/
|
|
2250
|
+
export declare namespace ThirtyTwo$ {
|
|
2251
|
+
/** @deprecated use `ThirtyTwo$inboundSchema` instead. */
|
|
2252
|
+
const inboundSchema: z.ZodType<ThirtyTwo, z.ZodTypeDef, unknown>;
|
|
2253
|
+
/** @deprecated use `ThirtyTwo$outboundSchema` instead. */
|
|
2254
|
+
const outboundSchema: z.ZodType<ThirtyTwo$Outbound, z.ZodTypeDef, ThirtyTwo>;
|
|
2255
|
+
/** @deprecated use `ThirtyTwo$Outbound` instead. */
|
|
2256
|
+
type Outbound = ThirtyTwo$Outbound;
|
|
2257
|
+
}
|
|
2258
|
+
export declare function thirtyTwoToJSON(thirtyTwo: ThirtyTwo): string;
|
|
2259
|
+
export declare function thirtyTwoFromJSON(jsonString: string): SafeParseResult<ThirtyTwo, SDKValidationError>;
|
|
2260
|
+
/** @internal */
|
|
2261
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type>;
|
|
2262
|
+
/** @internal */
|
|
2263
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type>;
|
|
2264
|
+
/**
|
|
2265
|
+
* @internal
|
|
2266
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2267
|
+
*/
|
|
2268
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$ {
|
|
2269
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$inboundSchema` instead. */
|
|
2270
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2271
|
+
readonly SentencesCount: "sentences_count";
|
|
2272
|
+
}>;
|
|
2273
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$outboundSchema` instead. */
|
|
2274
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2275
|
+
readonly SentencesCount: "sentences_count";
|
|
2276
|
+
}>;
|
|
2277
|
+
}
|
|
2278
|
+
/** @internal */
|
|
2279
|
+
export declare const ThirtyOne$inboundSchema: z.ZodType<ThirtyOne, z.ZodTypeDef, unknown>;
|
|
2280
|
+
/** @internal */
|
|
2281
|
+
export type ThirtyOne$Outbound = {
|
|
2282
|
+
type: string;
|
|
2283
|
+
};
|
|
2284
|
+
/** @internal */
|
|
2285
|
+
export declare const ThirtyOne$outboundSchema: z.ZodType<ThirtyOne$Outbound, z.ZodTypeDef, ThirtyOne>;
|
|
2286
|
+
/**
|
|
2287
|
+
* @internal
|
|
2288
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2289
|
+
*/
|
|
2290
|
+
export declare namespace ThirtyOne$ {
|
|
2291
|
+
/** @deprecated use `ThirtyOne$inboundSchema` instead. */
|
|
2292
|
+
const inboundSchema: z.ZodType<ThirtyOne, z.ZodTypeDef, unknown>;
|
|
2293
|
+
/** @deprecated use `ThirtyOne$outboundSchema` instead. */
|
|
2294
|
+
const outboundSchema: z.ZodType<ThirtyOne$Outbound, z.ZodTypeDef, ThirtyOne>;
|
|
2295
|
+
/** @deprecated use `ThirtyOne$Outbound` instead. */
|
|
2296
|
+
type Outbound = ThirtyOne$Outbound;
|
|
2297
|
+
}
|
|
2298
|
+
export declare function thirtyOneToJSON(thirtyOne: ThirtyOne): string;
|
|
2299
|
+
export declare function thirtyOneFromJSON(jsonString: string): SafeParseResult<ThirtyOne, SDKValidationError>;
|
|
2300
|
+
/** @internal */
|
|
2301
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type>;
|
|
2302
|
+
/** @internal */
|
|
2303
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type>;
|
|
2304
|
+
/**
|
|
2305
|
+
* @internal
|
|
2306
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2307
|
+
*/
|
|
2308
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$ {
|
|
2309
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$inboundSchema` instead. */
|
|
2310
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2311
|
+
readonly WordsCount: "words_count";
|
|
2312
|
+
}>;
|
|
2313
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$outboundSchema` instead. */
|
|
2314
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2315
|
+
readonly WordsCount: "words_count";
|
|
2316
|
+
}>;
|
|
2317
|
+
}
|
|
2318
|
+
/** @internal */
|
|
2319
|
+
export declare const Thirty$inboundSchema: z.ZodType<Thirty, z.ZodTypeDef, unknown>;
|
|
2320
|
+
/** @internal */
|
|
2321
|
+
export type Thirty$Outbound = {
|
|
2322
|
+
type: string;
|
|
2323
|
+
};
|
|
2324
|
+
/** @internal */
|
|
2325
|
+
export declare const Thirty$outboundSchema: z.ZodType<Thirty$Outbound, z.ZodTypeDef, Thirty>;
|
|
2326
|
+
/**
|
|
2327
|
+
* @internal
|
|
2328
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2329
|
+
*/
|
|
2330
|
+
export declare namespace Thirty$ {
|
|
2331
|
+
/** @deprecated use `Thirty$inboundSchema` instead. */
|
|
2332
|
+
const inboundSchema: z.ZodType<Thirty, z.ZodTypeDef, unknown>;
|
|
2333
|
+
/** @deprecated use `Thirty$outboundSchema` instead. */
|
|
2334
|
+
const outboundSchema: z.ZodType<Thirty$Outbound, z.ZodTypeDef, Thirty>;
|
|
2335
|
+
/** @deprecated use `Thirty$Outbound` instead. */
|
|
2336
|
+
type Outbound = Thirty$Outbound;
|
|
2337
|
+
}
|
|
2338
|
+
export declare function thirtyToJSON(thirty: Thirty): string;
|
|
2339
|
+
export declare function thirtyFromJSON(jsonString: string): SafeParseResult<Thirty, SDKValidationError>;
|
|
2340
|
+
/** @internal */
|
|
2341
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type>;
|
|
2342
|
+
/** @internal */
|
|
2343
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type>;
|
|
2344
|
+
/**
|
|
2345
|
+
* @internal
|
|
2346
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2347
|
+
*/
|
|
2348
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$ {
|
|
2349
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$inboundSchema` instead. */
|
|
2350
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2351
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
2352
|
+
}>;
|
|
2353
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$outboundSchema` instead. */
|
|
2354
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2355
|
+
readonly GseEnglishLevel: "gse_english_level";
|
|
2356
|
+
}>;
|
|
2357
|
+
}
|
|
2358
|
+
/** @internal */
|
|
2359
|
+
export declare const TwentyNine$inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
|
|
2360
|
+
/** @internal */
|
|
2361
|
+
export type TwentyNine$Outbound = {
|
|
2362
|
+
type: string;
|
|
2363
|
+
};
|
|
2364
|
+
/** @internal */
|
|
2365
|
+
export declare const TwentyNine$outboundSchema: z.ZodType<TwentyNine$Outbound, z.ZodTypeDef, TwentyNine>;
|
|
2366
|
+
/**
|
|
2367
|
+
* @internal
|
|
2368
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2369
|
+
*/
|
|
2370
|
+
export declare namespace TwentyNine$ {
|
|
2371
|
+
/** @deprecated use `TwentyNine$inboundSchema` instead. */
|
|
2372
|
+
const inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
|
|
2373
|
+
/** @deprecated use `TwentyNine$outboundSchema` instead. */
|
|
2374
|
+
const outboundSchema: z.ZodType<TwentyNine$Outbound, z.ZodTypeDef, TwentyNine>;
|
|
2375
|
+
/** @deprecated use `TwentyNine$Outbound` instead. */
|
|
2376
|
+
type Outbound = TwentyNine$Outbound;
|
|
2377
|
+
}
|
|
2378
|
+
export declare function twentyNineToJSON(twentyNine: TwentyNine): string;
|
|
2379
|
+
export declare function twentyNineFromJSON(jsonString: string): SafeParseResult<TwentyNine, SDKValidationError>;
|
|
2380
|
+
/** @internal */
|
|
2381
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type>;
|
|
2382
|
+
/** @internal */
|
|
2383
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type>;
|
|
2384
|
+
/**
|
|
2385
|
+
* @internal
|
|
2386
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2387
|
+
*/
|
|
2388
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$ {
|
|
2389
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$inboundSchema` instead. */
|
|
2390
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2391
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
2392
|
+
}>;
|
|
2393
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$outboundSchema` instead. */
|
|
2394
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2395
|
+
readonly FleschReadingEase: "flesch_reading_ease";
|
|
2396
|
+
}>;
|
|
2397
|
+
}
|
|
2398
|
+
/** @internal */
|
|
2399
|
+
export declare const TwentyEight$inboundSchema: z.ZodType<TwentyEight, z.ZodTypeDef, unknown>;
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
export type TwentyEight$Outbound = {
|
|
2402
|
+
type: string;
|
|
2403
|
+
};
|
|
2404
|
+
/** @internal */
|
|
2405
|
+
export declare const TwentyEight$outboundSchema: z.ZodType<TwentyEight$Outbound, z.ZodTypeDef, TwentyEight>;
|
|
2406
|
+
/**
|
|
2407
|
+
* @internal
|
|
2408
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2409
|
+
*/
|
|
2410
|
+
export declare namespace TwentyEight$ {
|
|
2411
|
+
/** @deprecated use `TwentyEight$inboundSchema` instead. */
|
|
2412
|
+
const inboundSchema: z.ZodType<TwentyEight, z.ZodTypeDef, unknown>;
|
|
2413
|
+
/** @deprecated use `TwentyEight$outboundSchema` instead. */
|
|
2414
|
+
const outboundSchema: z.ZodType<TwentyEight$Outbound, z.ZodTypeDef, TwentyEight>;
|
|
2415
|
+
/** @deprecated use `TwentyEight$Outbound` instead. */
|
|
2416
|
+
type Outbound = TwentyEight$Outbound;
|
|
2417
|
+
}
|
|
2418
|
+
export declare function twentyEightToJSON(twentyEight: TwentyEight): string;
|
|
2419
|
+
export declare function twentyEightFromJSON(jsonString: string): SafeParseResult<TwentyEight, SDKValidationError>;
|
|
2420
|
+
/** @internal */
|
|
2421
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type>;
|
|
2422
|
+
/** @internal */
|
|
2423
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type>;
|
|
2424
|
+
/**
|
|
2425
|
+
* @internal
|
|
2426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2427
|
+
*/
|
|
2428
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$ {
|
|
2429
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$inboundSchema` instead. */
|
|
2430
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2431
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
2432
|
+
}>;
|
|
2433
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$outboundSchema` instead. */
|
|
2434
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2435
|
+
readonly MostRepeatedWords: "most_repeated_words";
|
|
2436
|
+
}>;
|
|
2437
|
+
}
|
|
2438
|
+
/** @internal */
|
|
2439
|
+
export declare const TwentySeven$inboundSchema: z.ZodType<TwentySeven, z.ZodTypeDef, unknown>;
|
|
2440
|
+
/** @internal */
|
|
2441
|
+
export type TwentySeven$Outbound = {
|
|
2442
|
+
type: string;
|
|
2443
|
+
};
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
export declare const TwentySeven$outboundSchema: z.ZodType<TwentySeven$Outbound, z.ZodTypeDef, TwentySeven>;
|
|
2446
|
+
/**
|
|
2447
|
+
* @internal
|
|
2448
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2449
|
+
*/
|
|
2450
|
+
export declare namespace TwentySeven$ {
|
|
2451
|
+
/** @deprecated use `TwentySeven$inboundSchema` instead. */
|
|
2452
|
+
const inboundSchema: z.ZodType<TwentySeven, z.ZodTypeDef, unknown>;
|
|
2453
|
+
/** @deprecated use `TwentySeven$outboundSchema` instead. */
|
|
2454
|
+
const outboundSchema: z.ZodType<TwentySeven$Outbound, z.ZodTypeDef, TwentySeven>;
|
|
2455
|
+
/** @deprecated use `TwentySeven$Outbound` instead. */
|
|
2456
|
+
type Outbound = TwentySeven$Outbound;
|
|
2457
|
+
}
|
|
2458
|
+
export declare function twentySevenToJSON(twentySeven: TwentySeven): string;
|
|
2459
|
+
export declare function twentySevenFromJSON(jsonString: string): SafeParseResult<TwentySeven, SDKValidationError>;
|
|
2460
|
+
/** @internal */
|
|
2461
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type>;
|
|
2462
|
+
/** @internal */
|
|
2463
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type>;
|
|
2464
|
+
/**
|
|
2465
|
+
* @internal
|
|
2466
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2467
|
+
*/
|
|
2468
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$ {
|
|
2469
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$inboundSchema` instead. */
|
|
2470
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2471
|
+
readonly KeywordsMatch: "keywords_match";
|
|
2472
|
+
}>;
|
|
2473
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$outboundSchema` instead. */
|
|
2474
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2475
|
+
readonly KeywordsMatch: "keywords_match";
|
|
2476
|
+
}>;
|
|
2477
|
+
}
|
|
2478
|
+
/** @internal */
|
|
2479
|
+
export declare const TwentySix$inboundSchema: z.ZodType<TwentySix, z.ZodTypeDef, unknown>;
|
|
2480
|
+
/** @internal */
|
|
2481
|
+
export type TwentySix$Outbound = {
|
|
2482
|
+
type: string;
|
|
2483
|
+
keywords: Array<string>;
|
|
2484
|
+
};
|
|
2485
|
+
/** @internal */
|
|
2486
|
+
export declare const TwentySix$outboundSchema: z.ZodType<TwentySix$Outbound, z.ZodTypeDef, TwentySix>;
|
|
2487
|
+
/**
|
|
2488
|
+
* @internal
|
|
2489
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2490
|
+
*/
|
|
2491
|
+
export declare namespace TwentySix$ {
|
|
2492
|
+
/** @deprecated use `TwentySix$inboundSchema` instead. */
|
|
2493
|
+
const inboundSchema: z.ZodType<TwentySix, z.ZodTypeDef, unknown>;
|
|
2494
|
+
/** @deprecated use `TwentySix$outboundSchema` instead. */
|
|
2495
|
+
const outboundSchema: z.ZodType<TwentySix$Outbound, z.ZodTypeDef, TwentySix>;
|
|
2496
|
+
/** @deprecated use `TwentySix$Outbound` instead. */
|
|
2497
|
+
type Outbound = TwentySix$Outbound;
|
|
2498
|
+
}
|
|
2499
|
+
export declare function twentySixToJSON(twentySix: TwentySix): string;
|
|
2500
|
+
export declare function twentySixFromJSON(jsonString: string): SafeParseResult<TwentySix, SDKValidationError>;
|
|
2501
|
+
/** @internal */
|
|
2502
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type>;
|
|
2503
|
+
/** @internal */
|
|
2504
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type>;
|
|
2505
|
+
/**
|
|
2506
|
+
* @internal
|
|
2507
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2508
|
+
*/
|
|
2509
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$ {
|
|
2510
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$inboundSchema` instead. */
|
|
2511
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2512
|
+
readonly TopicMatch: "topic_match";
|
|
2513
|
+
}>;
|
|
2514
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$outboundSchema` instead. */
|
|
2515
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2516
|
+
readonly TopicMatch: "topic_match";
|
|
2517
|
+
}>;
|
|
2518
|
+
}
|
|
2519
|
+
/** @internal */
|
|
2520
|
+
export declare const TwentyFive$inboundSchema: z.ZodType<TwentyFive, z.ZodTypeDef, unknown>;
|
|
2521
|
+
/** @internal */
|
|
2522
|
+
export type TwentyFive$Outbound = {
|
|
2523
|
+
type: string;
|
|
2524
|
+
topic: string;
|
|
2525
|
+
};
|
|
2526
|
+
/** @internal */
|
|
2527
|
+
export declare const TwentyFive$outboundSchema: z.ZodType<TwentyFive$Outbound, z.ZodTypeDef, TwentyFive>;
|
|
2528
|
+
/**
|
|
2529
|
+
* @internal
|
|
2530
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2531
|
+
*/
|
|
2532
|
+
export declare namespace TwentyFive$ {
|
|
2533
|
+
/** @deprecated use `TwentyFive$inboundSchema` instead. */
|
|
2534
|
+
const inboundSchema: z.ZodType<TwentyFive, z.ZodTypeDef, unknown>;
|
|
2535
|
+
/** @deprecated use `TwentyFive$outboundSchema` instead. */
|
|
2536
|
+
const outboundSchema: z.ZodType<TwentyFive$Outbound, z.ZodTypeDef, TwentyFive>;
|
|
2537
|
+
/** @deprecated use `TwentyFive$Outbound` instead. */
|
|
2538
|
+
type Outbound = TwentyFive$Outbound;
|
|
2539
|
+
}
|
|
2540
|
+
export declare function twentyFiveToJSON(twentyFive: TwentyFive): string;
|
|
2541
|
+
export declare function twentyFiveFromJSON(jsonString: string): SafeParseResult<TwentyFive, SDKValidationError>;
|
|
2542
|
+
/** @internal */
|
|
2543
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type>;
|
|
2544
|
+
/** @internal */
|
|
2545
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type>;
|
|
2546
|
+
/**
|
|
2547
|
+
* @internal
|
|
2548
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2549
|
+
*/
|
|
2550
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$ {
|
|
2551
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$inboundSchema` instead. */
|
|
2552
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2553
|
+
readonly LevenshteinDistance: "levenshtein_distance";
|
|
2554
|
+
}>;
|
|
2555
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$outboundSchema` instead. */
|
|
2556
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2557
|
+
readonly LevenshteinDistance: "levenshtein_distance";
|
|
2558
|
+
}>;
|
|
2559
|
+
}
|
|
2560
|
+
/** @internal */
|
|
2561
|
+
export declare const TwentyFour$inboundSchema: z.ZodType<TwentyFour, z.ZodTypeDef, unknown>;
|
|
2562
|
+
/** @internal */
|
|
2563
|
+
export type TwentyFour$Outbound = {
|
|
2564
|
+
type: string;
|
|
2565
|
+
};
|
|
2566
|
+
/** @internal */
|
|
2567
|
+
export declare const TwentyFour$outboundSchema: z.ZodType<TwentyFour$Outbound, z.ZodTypeDef, TwentyFour>;
|
|
2568
|
+
/**
|
|
2569
|
+
* @internal
|
|
2570
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2571
|
+
*/
|
|
2572
|
+
export declare namespace TwentyFour$ {
|
|
2573
|
+
/** @deprecated use `TwentyFour$inboundSchema` instead. */
|
|
2574
|
+
const inboundSchema: z.ZodType<TwentyFour, z.ZodTypeDef, unknown>;
|
|
2575
|
+
/** @deprecated use `TwentyFour$outboundSchema` instead. */
|
|
2576
|
+
const outboundSchema: z.ZodType<TwentyFour$Outbound, z.ZodTypeDef, TwentyFour>;
|
|
2577
|
+
/** @deprecated use `TwentyFour$Outbound` instead. */
|
|
2578
|
+
type Outbound = TwentyFour$Outbound;
|
|
2579
|
+
}
|
|
2580
|
+
export declare function twentyFourToJSON(twentyFour: TwentyFour): string;
|
|
2581
|
+
export declare function twentyFourFromJSON(jsonString: string): SafeParseResult<TwentyFour, SDKValidationError>;
|
|
2582
|
+
/** @internal */
|
|
2583
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
2584
|
+
/** @internal */
|
|
2585
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type>;
|
|
2586
|
+
/**
|
|
2587
|
+
* @internal
|
|
2588
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2589
|
+
*/
|
|
2590
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$ {
|
|
2591
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema` instead. */
|
|
2592
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2593
|
+
readonly CosineSimilarity: "cosine_similarity";
|
|
2594
|
+
}>;
|
|
2595
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema` instead. */
|
|
2596
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2597
|
+
readonly CosineSimilarity: "cosine_similarity";
|
|
2598
|
+
}>;
|
|
2599
|
+
}
|
|
2600
|
+
/** @internal */
|
|
2601
|
+
export declare const TwentyThree$inboundSchema: z.ZodType<TwentyThree, z.ZodTypeDef, unknown>;
|
|
2602
|
+
/** @internal */
|
|
2603
|
+
export type TwentyThree$Outbound = {
|
|
2604
|
+
type: string;
|
|
2605
|
+
};
|
|
2606
|
+
/** @internal */
|
|
2607
|
+
export declare const TwentyThree$outboundSchema: z.ZodType<TwentyThree$Outbound, z.ZodTypeDef, TwentyThree>;
|
|
2608
|
+
/**
|
|
2609
|
+
* @internal
|
|
2610
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2611
|
+
*/
|
|
2612
|
+
export declare namespace TwentyThree$ {
|
|
2613
|
+
/** @deprecated use `TwentyThree$inboundSchema` instead. */
|
|
2614
|
+
const inboundSchema: z.ZodType<TwentyThree, z.ZodTypeDef, unknown>;
|
|
2615
|
+
/** @deprecated use `TwentyThree$outboundSchema` instead. */
|
|
2616
|
+
const outboundSchema: z.ZodType<TwentyThree$Outbound, z.ZodTypeDef, TwentyThree>;
|
|
2617
|
+
/** @deprecated use `TwentyThree$Outbound` instead. */
|
|
2618
|
+
type Outbound = TwentyThree$Outbound;
|
|
2619
|
+
}
|
|
2620
|
+
export declare function twentyThreeToJSON(twentyThree: TwentyThree): string;
|
|
2621
|
+
export declare function twentyThreeFromJSON(jsonString: string): SafeParseResult<TwentyThree, SDKValidationError>;
|
|
2622
|
+
/** @internal */
|
|
2623
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
2624
|
+
/** @internal */
|
|
2625
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type>;
|
|
2626
|
+
/**
|
|
2627
|
+
* @internal
|
|
2628
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2629
|
+
*/
|
|
2630
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$ {
|
|
2631
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema` instead. */
|
|
2632
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2633
|
+
readonly MeteorScore: "meteor_score";
|
|
2634
|
+
}>;
|
|
2635
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema` instead. */
|
|
2636
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2637
|
+
readonly MeteorScore: "meteor_score";
|
|
2638
|
+
}>;
|
|
2639
|
+
}
|
|
2640
|
+
/** @internal */
|
|
2641
|
+
export declare const FunctionParams22$inboundSchema: z.ZodType<FunctionParams22, z.ZodTypeDef, unknown>;
|
|
2642
|
+
/** @internal */
|
|
2643
|
+
export type FunctionParams22$Outbound = {
|
|
2644
|
+
type: string;
|
|
2645
|
+
};
|
|
2646
|
+
/** @internal */
|
|
2647
|
+
export declare const FunctionParams22$outboundSchema: z.ZodType<FunctionParams22$Outbound, z.ZodTypeDef, FunctionParams22>;
|
|
2648
|
+
/**
|
|
2649
|
+
* @internal
|
|
2650
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2651
|
+
*/
|
|
2652
|
+
export declare namespace FunctionParams22$ {
|
|
2653
|
+
/** @deprecated use `FunctionParams22$inboundSchema` instead. */
|
|
2654
|
+
const inboundSchema: z.ZodType<FunctionParams22, z.ZodTypeDef, unknown>;
|
|
2655
|
+
/** @deprecated use `FunctionParams22$outboundSchema` instead. */
|
|
2656
|
+
const outboundSchema: z.ZodType<FunctionParams22$Outbound, z.ZodTypeDef, FunctionParams22>;
|
|
2657
|
+
/** @deprecated use `FunctionParams22$Outbound` instead. */
|
|
2658
|
+
type Outbound = FunctionParams22$Outbound;
|
|
2659
|
+
}
|
|
2660
|
+
export declare function functionParams22ToJSON(functionParams22: FunctionParams22): string;
|
|
2661
|
+
export declare function functionParams22FromJSON(jsonString: string): SafeParseResult<FunctionParams22, SDKValidationError>;
|
|
2662
|
+
/** @internal */
|
|
2663
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
2664
|
+
/** @internal */
|
|
2665
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type>;
|
|
2666
|
+
/**
|
|
2667
|
+
* @internal
|
|
2668
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2669
|
+
*/
|
|
2670
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$ {
|
|
2671
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema` instead. */
|
|
2672
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2673
|
+
readonly RougeN: "rouge_n";
|
|
2674
|
+
}>;
|
|
2675
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema` instead. */
|
|
2676
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2677
|
+
readonly RougeN: "rouge_n";
|
|
2678
|
+
}>;
|
|
2679
|
+
}
|
|
2680
|
+
/** @internal */
|
|
2681
|
+
export declare const FunctionParams21$inboundSchema: z.ZodType<FunctionParams21, z.ZodTypeDef, unknown>;
|
|
2682
|
+
/** @internal */
|
|
2683
|
+
export type FunctionParams21$Outbound = {
|
|
2684
|
+
type: string;
|
|
2685
|
+
};
|
|
2686
|
+
/** @internal */
|
|
2687
|
+
export declare const FunctionParams21$outboundSchema: z.ZodType<FunctionParams21$Outbound, z.ZodTypeDef, FunctionParams21>;
|
|
2688
|
+
/**
|
|
2689
|
+
* @internal
|
|
2690
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2691
|
+
*/
|
|
2692
|
+
export declare namespace FunctionParams21$ {
|
|
2693
|
+
/** @deprecated use `FunctionParams21$inboundSchema` instead. */
|
|
2694
|
+
const inboundSchema: z.ZodType<FunctionParams21, z.ZodTypeDef, unknown>;
|
|
2695
|
+
/** @deprecated use `FunctionParams21$outboundSchema` instead. */
|
|
2696
|
+
const outboundSchema: z.ZodType<FunctionParams21$Outbound, z.ZodTypeDef, FunctionParams21>;
|
|
2697
|
+
/** @deprecated use `FunctionParams21$Outbound` instead. */
|
|
2698
|
+
type Outbound = FunctionParams21$Outbound;
|
|
2699
|
+
}
|
|
2700
|
+
export declare function functionParams21ToJSON(functionParams21: FunctionParams21): string;
|
|
2701
|
+
export declare function functionParams21FromJSON(jsonString: string): SafeParseResult<FunctionParams21, SDKValidationError>;
|
|
2702
|
+
/** @internal */
|
|
2703
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
2704
|
+
/** @internal */
|
|
2705
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type>;
|
|
2706
|
+
/**
|
|
2707
|
+
* @internal
|
|
2708
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2709
|
+
*/
|
|
2710
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$ {
|
|
2711
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema` instead. */
|
|
2712
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2713
|
+
readonly BleuScore: "bleu_score";
|
|
2714
|
+
}>;
|
|
2715
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema` instead. */
|
|
2716
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2717
|
+
readonly BleuScore: "bleu_score";
|
|
2718
|
+
}>;
|
|
2719
|
+
}
|
|
2720
|
+
/** @internal */
|
|
2721
|
+
export declare const FunctionParams20$inboundSchema: z.ZodType<FunctionParams20, z.ZodTypeDef, unknown>;
|
|
2722
|
+
/** @internal */
|
|
2723
|
+
export type FunctionParams20$Outbound = {
|
|
2724
|
+
type: string;
|
|
2725
|
+
};
|
|
2726
|
+
/** @internal */
|
|
2727
|
+
export declare const FunctionParams20$outboundSchema: z.ZodType<FunctionParams20$Outbound, z.ZodTypeDef, FunctionParams20>;
|
|
2728
|
+
/**
|
|
2729
|
+
* @internal
|
|
2730
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2731
|
+
*/
|
|
2732
|
+
export declare namespace FunctionParams20$ {
|
|
2733
|
+
/** @deprecated use `FunctionParams20$inboundSchema` instead. */
|
|
2734
|
+
const inboundSchema: z.ZodType<FunctionParams20, z.ZodTypeDef, unknown>;
|
|
2735
|
+
/** @deprecated use `FunctionParams20$outboundSchema` instead. */
|
|
2736
|
+
const outboundSchema: z.ZodType<FunctionParams20$Outbound, z.ZodTypeDef, FunctionParams20>;
|
|
2737
|
+
/** @deprecated use `FunctionParams20$Outbound` instead. */
|
|
2738
|
+
type Outbound = FunctionParams20$Outbound;
|
|
2739
|
+
}
|
|
2740
|
+
export declare function functionParams20ToJSON(functionParams20: FunctionParams20): string;
|
|
2741
|
+
export declare function functionParams20FromJSON(jsonString: string): SafeParseResult<FunctionParams20, SDKValidationError>;
|
|
2742
|
+
/** @internal */
|
|
2743
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
2744
|
+
/** @internal */
|
|
2745
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type>;
|
|
2746
|
+
/**
|
|
2747
|
+
* @internal
|
|
2748
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2749
|
+
*/
|
|
2750
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$ {
|
|
2751
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema` instead. */
|
|
2752
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2753
|
+
readonly BertScore: "bert_score";
|
|
2754
|
+
}>;
|
|
2755
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema` instead. */
|
|
2756
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2757
|
+
readonly BertScore: "bert_score";
|
|
2758
|
+
}>;
|
|
2759
|
+
}
|
|
2760
|
+
/** @internal */
|
|
2761
|
+
export declare const FunctionParams19$inboundSchema: z.ZodType<FunctionParams19, z.ZodTypeDef, unknown>;
|
|
2762
|
+
/** @internal */
|
|
2763
|
+
export type FunctionParams19$Outbound = {
|
|
2764
|
+
type: string;
|
|
2765
|
+
};
|
|
2766
|
+
/** @internal */
|
|
2767
|
+
export declare const FunctionParams19$outboundSchema: z.ZodType<FunctionParams19$Outbound, z.ZodTypeDef, FunctionParams19>;
|
|
2768
|
+
/**
|
|
2769
|
+
* @internal
|
|
2770
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2771
|
+
*/
|
|
2772
|
+
export declare namespace FunctionParams19$ {
|
|
2773
|
+
/** @deprecated use `FunctionParams19$inboundSchema` instead. */
|
|
2774
|
+
const inboundSchema: z.ZodType<FunctionParams19, z.ZodTypeDef, unknown>;
|
|
2775
|
+
/** @deprecated use `FunctionParams19$outboundSchema` instead. */
|
|
2776
|
+
const outboundSchema: z.ZodType<FunctionParams19$Outbound, z.ZodTypeDef, FunctionParams19>;
|
|
2777
|
+
/** @deprecated use `FunctionParams19$Outbound` instead. */
|
|
2778
|
+
type Outbound = FunctionParams19$Outbound;
|
|
2779
|
+
}
|
|
2780
|
+
export declare function functionParams19ToJSON(functionParams19: FunctionParams19): string;
|
|
2781
|
+
export declare function functionParams19FromJSON(jsonString: string): SafeParseResult<FunctionParams19, SDKValidationError>;
|
|
2782
|
+
/** @internal */
|
|
2783
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
2784
|
+
/** @internal */
|
|
2785
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type>;
|
|
2786
|
+
/**
|
|
2787
|
+
* @internal
|
|
2788
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2789
|
+
*/
|
|
2790
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$ {
|
|
2791
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema` instead. */
|
|
2792
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2793
|
+
readonly ModerationsGoogle: "moderations_google";
|
|
2794
|
+
}>;
|
|
2795
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema` instead. */
|
|
2796
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2797
|
+
readonly ModerationsGoogle: "moderations_google";
|
|
2798
|
+
}>;
|
|
2799
|
+
}
|
|
2800
|
+
/** @internal */
|
|
2801
|
+
export declare const FunctionParams18$inboundSchema: z.ZodType<FunctionParams18, z.ZodTypeDef, unknown>;
|
|
2802
|
+
/** @internal */
|
|
2803
|
+
export type FunctionParams18$Outbound = {
|
|
2804
|
+
type: string;
|
|
2805
|
+
};
|
|
2806
|
+
/** @internal */
|
|
2807
|
+
export declare const FunctionParams18$outboundSchema: z.ZodType<FunctionParams18$Outbound, z.ZodTypeDef, FunctionParams18>;
|
|
2808
|
+
/**
|
|
2809
|
+
* @internal
|
|
2810
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2811
|
+
*/
|
|
2812
|
+
export declare namespace FunctionParams18$ {
|
|
2813
|
+
/** @deprecated use `FunctionParams18$inboundSchema` instead. */
|
|
2814
|
+
const inboundSchema: z.ZodType<FunctionParams18, z.ZodTypeDef, unknown>;
|
|
2815
|
+
/** @deprecated use `FunctionParams18$outboundSchema` instead. */
|
|
2816
|
+
const outboundSchema: z.ZodType<FunctionParams18$Outbound, z.ZodTypeDef, FunctionParams18>;
|
|
2817
|
+
/** @deprecated use `FunctionParams18$Outbound` instead. */
|
|
2818
|
+
type Outbound = FunctionParams18$Outbound;
|
|
2819
|
+
}
|
|
2820
|
+
export declare function functionParams18ToJSON(functionParams18: FunctionParams18): string;
|
|
2821
|
+
export declare function functionParams18FromJSON(jsonString: string): SafeParseResult<FunctionParams18, SDKValidationError>;
|
|
2822
|
+
/** @internal */
|
|
2823
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
2824
|
+
/** @internal */
|
|
2825
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type>;
|
|
2826
|
+
/**
|
|
2827
|
+
* @internal
|
|
2828
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2829
|
+
*/
|
|
2830
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$ {
|
|
2831
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema` instead. */
|
|
2832
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2833
|
+
readonly ModerationsOpenai: "moderations_openai";
|
|
2834
|
+
}>;
|
|
2835
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema` instead. */
|
|
2836
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2837
|
+
readonly ModerationsOpenai: "moderations_openai";
|
|
2838
|
+
}>;
|
|
2839
|
+
}
|
|
2840
|
+
/** @internal */
|
|
2841
|
+
export declare const FunctionParams17$inboundSchema: z.ZodType<FunctionParams17, z.ZodTypeDef, unknown>;
|
|
2842
|
+
/** @internal */
|
|
2843
|
+
export type FunctionParams17$Outbound = {
|
|
2844
|
+
type: string;
|
|
2845
|
+
};
|
|
2846
|
+
/** @internal */
|
|
2847
|
+
export declare const FunctionParams17$outboundSchema: z.ZodType<FunctionParams17$Outbound, z.ZodTypeDef, FunctionParams17>;
|
|
2848
|
+
/**
|
|
2849
|
+
* @internal
|
|
2850
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2851
|
+
*/
|
|
2852
|
+
export declare namespace FunctionParams17$ {
|
|
2853
|
+
/** @deprecated use `FunctionParams17$inboundSchema` instead. */
|
|
2854
|
+
const inboundSchema: z.ZodType<FunctionParams17, z.ZodTypeDef, unknown>;
|
|
2855
|
+
/** @deprecated use `FunctionParams17$outboundSchema` instead. */
|
|
2856
|
+
const outboundSchema: z.ZodType<FunctionParams17$Outbound, z.ZodTypeDef, FunctionParams17>;
|
|
2857
|
+
/** @deprecated use `FunctionParams17$Outbound` instead. */
|
|
2858
|
+
type Outbound = FunctionParams17$Outbound;
|
|
2859
|
+
}
|
|
2860
|
+
export declare function functionParams17ToJSON(functionParams17: FunctionParams17): string;
|
|
2861
|
+
export declare function functionParams17FromJSON(jsonString: string): SafeParseResult<FunctionParams17, SDKValidationError>;
|
|
2862
|
+
/** @internal */
|
|
2863
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
2864
|
+
/** @internal */
|
|
2865
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type>;
|
|
2866
|
+
/**
|
|
2867
|
+
* @internal
|
|
2868
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2869
|
+
*/
|
|
2870
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$ {
|
|
2871
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema` instead. */
|
|
2872
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2873
|
+
readonly IsValidJson: "is_valid_json";
|
|
2874
|
+
}>;
|
|
2875
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema` instead. */
|
|
2876
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2877
|
+
readonly IsValidJson: "is_valid_json";
|
|
2878
|
+
}>;
|
|
2879
|
+
}
|
|
2880
|
+
/** @internal */
|
|
2881
|
+
export declare const FunctionParams16$inboundSchema: z.ZodType<FunctionParams16, z.ZodTypeDef, unknown>;
|
|
2882
|
+
/** @internal */
|
|
2883
|
+
export type FunctionParams16$Outbound = {
|
|
2884
|
+
type: string;
|
|
2885
|
+
};
|
|
2886
|
+
/** @internal */
|
|
2887
|
+
export declare const FunctionParams16$outboundSchema: z.ZodType<FunctionParams16$Outbound, z.ZodTypeDef, FunctionParams16>;
|
|
2888
|
+
/**
|
|
2889
|
+
* @internal
|
|
2890
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2891
|
+
*/
|
|
2892
|
+
export declare namespace FunctionParams16$ {
|
|
2893
|
+
/** @deprecated use `FunctionParams16$inboundSchema` instead. */
|
|
2894
|
+
const inboundSchema: z.ZodType<FunctionParams16, z.ZodTypeDef, unknown>;
|
|
2895
|
+
/** @deprecated use `FunctionParams16$outboundSchema` instead. */
|
|
2896
|
+
const outboundSchema: z.ZodType<FunctionParams16$Outbound, z.ZodTypeDef, FunctionParams16>;
|
|
2897
|
+
/** @deprecated use `FunctionParams16$Outbound` instead. */
|
|
2898
|
+
type Outbound = FunctionParams16$Outbound;
|
|
2899
|
+
}
|
|
2900
|
+
export declare function functionParams16ToJSON(functionParams16: FunctionParams16): string;
|
|
2901
|
+
export declare function functionParams16FromJSON(jsonString: string): SafeParseResult<FunctionParams16, SDKValidationError>;
|
|
2902
|
+
/** @internal */
|
|
2903
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
2904
|
+
/** @internal */
|
|
2905
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type>;
|
|
2906
|
+
/**
|
|
2907
|
+
* @internal
|
|
2908
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2909
|
+
*/
|
|
2910
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$ {
|
|
2911
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema` instead. */
|
|
2912
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2913
|
+
readonly Regex: "regex";
|
|
2914
|
+
}>;
|
|
2915
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema` instead. */
|
|
2916
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2917
|
+
readonly Regex: "regex";
|
|
2918
|
+
}>;
|
|
2919
|
+
}
|
|
2920
|
+
/** @internal */
|
|
2921
|
+
export declare const FunctionParams15$inboundSchema: z.ZodType<FunctionParams15, z.ZodTypeDef, unknown>;
|
|
2922
|
+
/** @internal */
|
|
2923
|
+
export type FunctionParams15$Outbound = {
|
|
2924
|
+
type: string;
|
|
2925
|
+
pattern: string;
|
|
2926
|
+
};
|
|
2927
|
+
/** @internal */
|
|
2928
|
+
export declare const FunctionParams15$outboundSchema: z.ZodType<FunctionParams15$Outbound, z.ZodTypeDef, FunctionParams15>;
|
|
2929
|
+
/**
|
|
2930
|
+
* @internal
|
|
2931
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2932
|
+
*/
|
|
2933
|
+
export declare namespace FunctionParams15$ {
|
|
2934
|
+
/** @deprecated use `FunctionParams15$inboundSchema` instead. */
|
|
2935
|
+
const inboundSchema: z.ZodType<FunctionParams15, z.ZodTypeDef, unknown>;
|
|
2936
|
+
/** @deprecated use `FunctionParams15$outboundSchema` instead. */
|
|
2937
|
+
const outboundSchema: z.ZodType<FunctionParams15$Outbound, z.ZodTypeDef, FunctionParams15>;
|
|
2938
|
+
/** @deprecated use `FunctionParams15$Outbound` instead. */
|
|
2939
|
+
type Outbound = FunctionParams15$Outbound;
|
|
2940
|
+
}
|
|
2941
|
+
export declare function functionParams15ToJSON(functionParams15: FunctionParams15): string;
|
|
2942
|
+
export declare function functionParams15FromJSON(jsonString: string): SafeParseResult<FunctionParams15, SDKValidationError>;
|
|
2943
|
+
/** @internal */
|
|
2944
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
2945
|
+
/** @internal */
|
|
2946
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type>;
|
|
2947
|
+
/**
|
|
2948
|
+
* @internal
|
|
2949
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2950
|
+
*/
|
|
2951
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$ {
|
|
2952
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema` instead. */
|
|
2953
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2954
|
+
readonly OneLine: "one_line";
|
|
2955
|
+
}>;
|
|
2956
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema` instead. */
|
|
2957
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2958
|
+
readonly OneLine: "one_line";
|
|
2959
|
+
}>;
|
|
2960
|
+
}
|
|
2961
|
+
/** @internal */
|
|
2962
|
+
export declare const FunctionParams14$inboundSchema: z.ZodType<FunctionParams14, z.ZodTypeDef, unknown>;
|
|
2963
|
+
/** @internal */
|
|
2964
|
+
export type FunctionParams14$Outbound = {
|
|
2965
|
+
type: string;
|
|
2966
|
+
};
|
|
2967
|
+
/** @internal */
|
|
2968
|
+
export declare const FunctionParams14$outboundSchema: z.ZodType<FunctionParams14$Outbound, z.ZodTypeDef, FunctionParams14>;
|
|
2969
|
+
/**
|
|
2970
|
+
* @internal
|
|
2971
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2972
|
+
*/
|
|
2973
|
+
export declare namespace FunctionParams14$ {
|
|
2974
|
+
/** @deprecated use `FunctionParams14$inboundSchema` instead. */
|
|
2975
|
+
const inboundSchema: z.ZodType<FunctionParams14, z.ZodTypeDef, unknown>;
|
|
2976
|
+
/** @deprecated use `FunctionParams14$outboundSchema` instead. */
|
|
2977
|
+
const outboundSchema: z.ZodType<FunctionParams14$Outbound, z.ZodTypeDef, FunctionParams14>;
|
|
2978
|
+
/** @deprecated use `FunctionParams14$Outbound` instead. */
|
|
2979
|
+
type Outbound = FunctionParams14$Outbound;
|
|
2980
|
+
}
|
|
2981
|
+
export declare function functionParams14ToJSON(functionParams14: FunctionParams14): string;
|
|
2982
|
+
export declare function functionParams14FromJSON(jsonString: string): SafeParseResult<FunctionParams14, SDKValidationError>;
|
|
2983
|
+
/** @internal */
|
|
2984
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
2985
|
+
/** @internal */
|
|
2986
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type>;
|
|
2987
|
+
/**
|
|
2988
|
+
* @internal
|
|
2989
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2990
|
+
*/
|
|
2991
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$ {
|
|
2992
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema` instead. */
|
|
2993
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2994
|
+
readonly LengthGreaterThan: "length_greater_than";
|
|
2995
|
+
}>;
|
|
2996
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema` instead. */
|
|
2997
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2998
|
+
readonly LengthGreaterThan: "length_greater_than";
|
|
2999
|
+
}>;
|
|
3000
|
+
}
|
|
3001
|
+
/** @internal */
|
|
3002
|
+
export declare const FunctionParams13$inboundSchema: z.ZodType<FunctionParams13, z.ZodTypeDef, unknown>;
|
|
3003
|
+
/** @internal */
|
|
3004
|
+
export type FunctionParams13$Outbound = {
|
|
3005
|
+
type: string;
|
|
3006
|
+
value: number;
|
|
3007
|
+
};
|
|
3008
|
+
/** @internal */
|
|
3009
|
+
export declare const FunctionParams13$outboundSchema: z.ZodType<FunctionParams13$Outbound, z.ZodTypeDef, FunctionParams13>;
|
|
3010
|
+
/**
|
|
3011
|
+
* @internal
|
|
3012
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3013
|
+
*/
|
|
3014
|
+
export declare namespace FunctionParams13$ {
|
|
3015
|
+
/** @deprecated use `FunctionParams13$inboundSchema` instead. */
|
|
3016
|
+
const inboundSchema: z.ZodType<FunctionParams13, z.ZodTypeDef, unknown>;
|
|
3017
|
+
/** @deprecated use `FunctionParams13$outboundSchema` instead. */
|
|
3018
|
+
const outboundSchema: z.ZodType<FunctionParams13$Outbound, z.ZodTypeDef, FunctionParams13>;
|
|
3019
|
+
/** @deprecated use `FunctionParams13$Outbound` instead. */
|
|
3020
|
+
type Outbound = FunctionParams13$Outbound;
|
|
3021
|
+
}
|
|
3022
|
+
export declare function functionParams13ToJSON(functionParams13: FunctionParams13): string;
|
|
3023
|
+
export declare function functionParams13FromJSON(jsonString: string): SafeParseResult<FunctionParams13, SDKValidationError>;
|
|
3024
|
+
/** @internal */
|
|
3025
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
3026
|
+
/** @internal */
|
|
3027
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type>;
|
|
3028
|
+
/**
|
|
3029
|
+
* @internal
|
|
3030
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3031
|
+
*/
|
|
3032
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$ {
|
|
3033
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema` instead. */
|
|
3034
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3035
|
+
readonly LengthBetween: "length_between";
|
|
3036
|
+
}>;
|
|
3037
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema` instead. */
|
|
3038
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3039
|
+
readonly LengthBetween: "length_between";
|
|
3040
|
+
}>;
|
|
3041
|
+
}
|
|
3042
|
+
/** @internal */
|
|
3043
|
+
export declare const FunctionParams12$inboundSchema: z.ZodType<FunctionParams12, z.ZodTypeDef, unknown>;
|
|
3044
|
+
/** @internal */
|
|
3045
|
+
export type FunctionParams12$Outbound = {
|
|
3046
|
+
type: string;
|
|
3047
|
+
min: number;
|
|
3048
|
+
max: number;
|
|
3049
|
+
};
|
|
3050
|
+
/** @internal */
|
|
3051
|
+
export declare const FunctionParams12$outboundSchema: z.ZodType<FunctionParams12$Outbound, z.ZodTypeDef, FunctionParams12>;
|
|
3052
|
+
/**
|
|
3053
|
+
* @internal
|
|
3054
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3055
|
+
*/
|
|
3056
|
+
export declare namespace FunctionParams12$ {
|
|
3057
|
+
/** @deprecated use `FunctionParams12$inboundSchema` instead. */
|
|
3058
|
+
const inboundSchema: z.ZodType<FunctionParams12, z.ZodTypeDef, unknown>;
|
|
3059
|
+
/** @deprecated use `FunctionParams12$outboundSchema` instead. */
|
|
3060
|
+
const outboundSchema: z.ZodType<FunctionParams12$Outbound, z.ZodTypeDef, FunctionParams12>;
|
|
3061
|
+
/** @deprecated use `FunctionParams12$Outbound` instead. */
|
|
3062
|
+
type Outbound = FunctionParams12$Outbound;
|
|
3063
|
+
}
|
|
3064
|
+
export declare function functionParams12ToJSON(functionParams12: FunctionParams12): string;
|
|
3065
|
+
export declare function functionParams12FromJSON(jsonString: string): SafeParseResult<FunctionParams12, SDKValidationError>;
|
|
3066
|
+
/** @internal */
|
|
3067
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
3068
|
+
/** @internal */
|
|
3069
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type>;
|
|
3070
|
+
/**
|
|
3071
|
+
* @internal
|
|
3072
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3073
|
+
*/
|
|
3074
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$ {
|
|
3075
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema` instead. */
|
|
3076
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3077
|
+
readonly LengthLessThan: "length_less_than";
|
|
3078
|
+
}>;
|
|
3079
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema` instead. */
|
|
3080
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3081
|
+
readonly LengthLessThan: "length_less_than";
|
|
3082
|
+
}>;
|
|
3083
|
+
}
|
|
3084
|
+
/** @internal */
|
|
3085
|
+
export declare const FunctionParams11$inboundSchema: z.ZodType<FunctionParams11, z.ZodTypeDef, unknown>;
|
|
3086
|
+
/** @internal */
|
|
3087
|
+
export type FunctionParams11$Outbound = {
|
|
3088
|
+
type: string;
|
|
3089
|
+
value: number;
|
|
3090
|
+
};
|
|
3091
|
+
/** @internal */
|
|
3092
|
+
export declare const FunctionParams11$outboundSchema: z.ZodType<FunctionParams11$Outbound, z.ZodTypeDef, FunctionParams11>;
|
|
3093
|
+
/**
|
|
3094
|
+
* @internal
|
|
3095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3096
|
+
*/
|
|
3097
|
+
export declare namespace FunctionParams11$ {
|
|
3098
|
+
/** @deprecated use `FunctionParams11$inboundSchema` instead. */
|
|
3099
|
+
const inboundSchema: z.ZodType<FunctionParams11, z.ZodTypeDef, unknown>;
|
|
3100
|
+
/** @deprecated use `FunctionParams11$outboundSchema` instead. */
|
|
3101
|
+
const outboundSchema: z.ZodType<FunctionParams11$Outbound, z.ZodTypeDef, FunctionParams11>;
|
|
3102
|
+
/** @deprecated use `FunctionParams11$Outbound` instead. */
|
|
3103
|
+
type Outbound = FunctionParams11$Outbound;
|
|
3104
|
+
}
|
|
3105
|
+
export declare function functionParams11ToJSON(functionParams11: FunctionParams11): string;
|
|
3106
|
+
export declare function functionParams11FromJSON(jsonString: string): SafeParseResult<FunctionParams11, SDKValidationError>;
|
|
3107
|
+
/** @internal */
|
|
3108
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
3109
|
+
/** @internal */
|
|
3110
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type>;
|
|
3111
|
+
/**
|
|
3112
|
+
* @internal
|
|
3113
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3114
|
+
*/
|
|
3115
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$ {
|
|
3116
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema` instead. */
|
|
3117
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3118
|
+
readonly ExactMatch: "exact_match";
|
|
3119
|
+
}>;
|
|
3120
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema` instead. */
|
|
3121
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3122
|
+
readonly ExactMatch: "exact_match";
|
|
3123
|
+
}>;
|
|
3124
|
+
}
|
|
3125
|
+
/** @internal */
|
|
3126
|
+
export declare const FunctionParams10$inboundSchema: z.ZodType<FunctionParams10, z.ZodTypeDef, unknown>;
|
|
3127
|
+
/** @internal */
|
|
3128
|
+
export type FunctionParams10$Outbound = {
|
|
3129
|
+
type: string;
|
|
3130
|
+
};
|
|
3131
|
+
/** @internal */
|
|
3132
|
+
export declare const FunctionParams10$outboundSchema: z.ZodType<FunctionParams10$Outbound, z.ZodTypeDef, FunctionParams10>;
|
|
3133
|
+
/**
|
|
3134
|
+
* @internal
|
|
3135
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3136
|
+
*/
|
|
3137
|
+
export declare namespace FunctionParams10$ {
|
|
3138
|
+
/** @deprecated use `FunctionParams10$inboundSchema` instead. */
|
|
3139
|
+
const inboundSchema: z.ZodType<FunctionParams10, z.ZodTypeDef, unknown>;
|
|
3140
|
+
/** @deprecated use `FunctionParams10$outboundSchema` instead. */
|
|
3141
|
+
const outboundSchema: z.ZodType<FunctionParams10$Outbound, z.ZodTypeDef, FunctionParams10>;
|
|
3142
|
+
/** @deprecated use `FunctionParams10$Outbound` instead. */
|
|
3143
|
+
type Outbound = FunctionParams10$Outbound;
|
|
3144
|
+
}
|
|
3145
|
+
export declare function functionParams10ToJSON(functionParams10: FunctionParams10): string;
|
|
3146
|
+
export declare function functionParams10FromJSON(jsonString: string): SafeParseResult<FunctionParams10, SDKValidationError>;
|
|
3147
|
+
/** @internal */
|
|
3148
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
3149
|
+
/** @internal */
|
|
3150
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type>;
|
|
3151
|
+
/**
|
|
3152
|
+
* @internal
|
|
3153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3154
|
+
*/
|
|
3155
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$ {
|
|
3156
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema` instead. */
|
|
3157
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3158
|
+
readonly EndsWith: "ends_with";
|
|
3159
|
+
}>;
|
|
3160
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema` instead. */
|
|
3161
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3162
|
+
readonly EndsWith: "ends_with";
|
|
3163
|
+
}>;
|
|
3164
|
+
}
|
|
3165
|
+
/** @internal */
|
|
3166
|
+
export declare const FunctionParams9$inboundSchema: z.ZodType<FunctionParams9, z.ZodTypeDef, unknown>;
|
|
3167
|
+
/** @internal */
|
|
3168
|
+
export type FunctionParams9$Outbound = {
|
|
3169
|
+
type: string;
|
|
3170
|
+
value: string;
|
|
3171
|
+
};
|
|
3172
|
+
/** @internal */
|
|
3173
|
+
export declare const FunctionParams9$outboundSchema: z.ZodType<FunctionParams9$Outbound, z.ZodTypeDef, FunctionParams9>;
|
|
3174
|
+
/**
|
|
3175
|
+
* @internal
|
|
3176
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3177
|
+
*/
|
|
3178
|
+
export declare namespace FunctionParams9$ {
|
|
3179
|
+
/** @deprecated use `FunctionParams9$inboundSchema` instead. */
|
|
3180
|
+
const inboundSchema: z.ZodType<FunctionParams9, z.ZodTypeDef, unknown>;
|
|
3181
|
+
/** @deprecated use `FunctionParams9$outboundSchema` instead. */
|
|
3182
|
+
const outboundSchema: z.ZodType<FunctionParams9$Outbound, z.ZodTypeDef, FunctionParams9>;
|
|
3183
|
+
/** @deprecated use `FunctionParams9$Outbound` instead. */
|
|
3184
|
+
type Outbound = FunctionParams9$Outbound;
|
|
3185
|
+
}
|
|
3186
|
+
export declare function functionParams9ToJSON(functionParams9: FunctionParams9): string;
|
|
3187
|
+
export declare function functionParams9FromJSON(jsonString: string): SafeParseResult<FunctionParams9, SDKValidationError>;
|
|
3188
|
+
/** @internal */
|
|
3189
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
3190
|
+
/** @internal */
|
|
3191
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type>;
|
|
3192
|
+
/**
|
|
3193
|
+
* @internal
|
|
3194
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3195
|
+
*/
|
|
3196
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$ {
|
|
3197
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
|
|
3198
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3199
|
+
readonly StartWith: "start_with";
|
|
3200
|
+
}>;
|
|
3201
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
|
|
3202
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3203
|
+
readonly StartWith: "start_with";
|
|
3204
|
+
}>;
|
|
3205
|
+
}
|
|
3206
|
+
/** @internal */
|
|
3207
|
+
export declare const FunctionParams8$inboundSchema: z.ZodType<FunctionParams8, z.ZodTypeDef, unknown>;
|
|
3208
|
+
/** @internal */
|
|
3209
|
+
export type FunctionParams8$Outbound = {
|
|
3210
|
+
type: string;
|
|
3211
|
+
value: string;
|
|
3212
|
+
};
|
|
3213
|
+
/** @internal */
|
|
3214
|
+
export declare const FunctionParams8$outboundSchema: z.ZodType<FunctionParams8$Outbound, z.ZodTypeDef, FunctionParams8>;
|
|
3215
|
+
/**
|
|
3216
|
+
* @internal
|
|
3217
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3218
|
+
*/
|
|
3219
|
+
export declare namespace FunctionParams8$ {
|
|
3220
|
+
/** @deprecated use `FunctionParams8$inboundSchema` instead. */
|
|
3221
|
+
const inboundSchema: z.ZodType<FunctionParams8, z.ZodTypeDef, unknown>;
|
|
3222
|
+
/** @deprecated use `FunctionParams8$outboundSchema` instead. */
|
|
3223
|
+
const outboundSchema: z.ZodType<FunctionParams8$Outbound, z.ZodTypeDef, FunctionParams8>;
|
|
3224
|
+
/** @deprecated use `FunctionParams8$Outbound` instead. */
|
|
3225
|
+
type Outbound = FunctionParams8$Outbound;
|
|
3226
|
+
}
|
|
3227
|
+
export declare function functionParams8ToJSON(functionParams8: FunctionParams8): string;
|
|
3228
|
+
export declare function functionParams8FromJSON(jsonString: string): SafeParseResult<FunctionParams8, SDKValidationError>;
|
|
3229
|
+
/** @internal */
|
|
3230
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
3231
|
+
/** @internal */
|
|
3232
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType>;
|
|
3233
|
+
/**
|
|
3234
|
+
* @internal
|
|
3235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3236
|
+
*/
|
|
3237
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$ {
|
|
3238
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
3239
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3240
|
+
readonly ContainsValidLink: "contains_valid_link";
|
|
3241
|
+
}>;
|
|
3242
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
3243
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3244
|
+
readonly ContainsValidLink: "contains_valid_link";
|
|
3245
|
+
}>;
|
|
3246
|
+
}
|
|
3247
|
+
/** @internal */
|
|
3248
|
+
export declare const FunctionParams7$inboundSchema: z.ZodType<FunctionParams7, z.ZodTypeDef, unknown>;
|
|
3249
|
+
/** @internal */
|
|
3250
|
+
export type FunctionParams7$Outbound = {
|
|
3251
|
+
type: string;
|
|
3252
|
+
};
|
|
3253
|
+
/** @internal */
|
|
3254
|
+
export declare const FunctionParams7$outboundSchema: z.ZodType<FunctionParams7$Outbound, z.ZodTypeDef, FunctionParams7>;
|
|
3255
|
+
/**
|
|
3256
|
+
* @internal
|
|
3257
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3258
|
+
*/
|
|
3259
|
+
export declare namespace FunctionParams7$ {
|
|
3260
|
+
/** @deprecated use `FunctionParams7$inboundSchema` instead. */
|
|
3261
|
+
const inboundSchema: z.ZodType<FunctionParams7, z.ZodTypeDef, unknown>;
|
|
3262
|
+
/** @deprecated use `FunctionParams7$outboundSchema` instead. */
|
|
3263
|
+
const outboundSchema: z.ZodType<FunctionParams7$Outbound, z.ZodTypeDef, FunctionParams7>;
|
|
3264
|
+
/** @deprecated use `FunctionParams7$Outbound` instead. */
|
|
3265
|
+
type Outbound = FunctionParams7$Outbound;
|
|
3266
|
+
}
|
|
3267
|
+
export declare function functionParams7ToJSON(functionParams7: FunctionParams7): string;
|
|
3268
|
+
export declare function functionParams7FromJSON(jsonString: string): SafeParseResult<FunctionParams7, SDKValidationError>;
|
|
3269
|
+
/** @internal */
|
|
3270
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
3271
|
+
/** @internal */
|
|
3272
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
3273
|
+
/**
|
|
3274
|
+
* @internal
|
|
3275
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3276
|
+
*/
|
|
3277
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$ {
|
|
3278
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
3279
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3280
|
+
readonly ContainsUrl: "contains_url";
|
|
3281
|
+
}>;
|
|
3282
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
3283
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3284
|
+
readonly ContainsUrl: "contains_url";
|
|
3285
|
+
}>;
|
|
3286
|
+
}
|
|
3287
|
+
/** @internal */
|
|
3288
|
+
export declare const FunctionParams6$inboundSchema: z.ZodType<FunctionParams6, z.ZodTypeDef, unknown>;
|
|
3289
|
+
/** @internal */
|
|
3290
|
+
export type FunctionParams6$Outbound = {
|
|
3291
|
+
type: string;
|
|
3292
|
+
};
|
|
3293
|
+
/** @internal */
|
|
3294
|
+
export declare const FunctionParams6$outboundSchema: z.ZodType<FunctionParams6$Outbound, z.ZodTypeDef, FunctionParams6>;
|
|
3295
|
+
/**
|
|
3296
|
+
* @internal
|
|
3297
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3298
|
+
*/
|
|
3299
|
+
export declare namespace FunctionParams6$ {
|
|
3300
|
+
/** @deprecated use `FunctionParams6$inboundSchema` instead. */
|
|
3301
|
+
const inboundSchema: z.ZodType<FunctionParams6, z.ZodTypeDef, unknown>;
|
|
3302
|
+
/** @deprecated use `FunctionParams6$outboundSchema` instead. */
|
|
3303
|
+
const outboundSchema: z.ZodType<FunctionParams6$Outbound, z.ZodTypeDef, FunctionParams6>;
|
|
3304
|
+
/** @deprecated use `FunctionParams6$Outbound` instead. */
|
|
3305
|
+
type Outbound = FunctionParams6$Outbound;
|
|
3306
|
+
}
|
|
3307
|
+
export declare function functionParams6ToJSON(functionParams6: FunctionParams6): string;
|
|
3308
|
+
export declare function functionParams6FromJSON(jsonString: string): SafeParseResult<FunctionParams6, SDKValidationError>;
|
|
3309
|
+
/** @internal */
|
|
3310
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200Type>;
|
|
3311
|
+
/** @internal */
|
|
3312
|
+
export declare const CreateEvalFunctionParamsEvalsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponse200Type>;
|
|
3313
|
+
/**
|
|
3314
|
+
* @internal
|
|
3315
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3316
|
+
*/
|
|
3317
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponse200Type$ {
|
|
3318
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200Type$inboundSchema` instead. */
|
|
3319
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3320
|
+
readonly ContainsEmail: "contains_email";
|
|
3321
|
+
}>;
|
|
3322
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponse200Type$outboundSchema` instead. */
|
|
3323
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3324
|
+
readonly ContainsEmail: "contains_email";
|
|
3325
|
+
}>;
|
|
3326
|
+
}
|
|
3327
|
+
/** @internal */
|
|
3328
|
+
export declare const FunctionParams5$inboundSchema: z.ZodType<FunctionParams5, z.ZodTypeDef, unknown>;
|
|
3329
|
+
/** @internal */
|
|
3330
|
+
export type FunctionParams5$Outbound = {
|
|
3331
|
+
type: string;
|
|
3332
|
+
};
|
|
3333
|
+
/** @internal */
|
|
3334
|
+
export declare const FunctionParams5$outboundSchema: z.ZodType<FunctionParams5$Outbound, z.ZodTypeDef, FunctionParams5>;
|
|
3335
|
+
/**
|
|
3336
|
+
* @internal
|
|
3337
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3338
|
+
*/
|
|
3339
|
+
export declare namespace FunctionParams5$ {
|
|
3340
|
+
/** @deprecated use `FunctionParams5$inboundSchema` instead. */
|
|
3341
|
+
const inboundSchema: z.ZodType<FunctionParams5, z.ZodTypeDef, unknown>;
|
|
3342
|
+
/** @deprecated use `FunctionParams5$outboundSchema` instead. */
|
|
3343
|
+
const outboundSchema: z.ZodType<FunctionParams5$Outbound, z.ZodTypeDef, FunctionParams5>;
|
|
3344
|
+
/** @deprecated use `FunctionParams5$Outbound` instead. */
|
|
3345
|
+
type Outbound = FunctionParams5$Outbound;
|
|
3346
|
+
}
|
|
3347
|
+
export declare function functionParams5ToJSON(functionParams5: FunctionParams5): string;
|
|
3348
|
+
export declare function functionParams5FromJSON(jsonString: string): SafeParseResult<FunctionParams5, SDKValidationError>;
|
|
3349
|
+
/** @internal */
|
|
3350
|
+
export declare const CreateEvalFunctionParamsEvalsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponseType>;
|
|
3351
|
+
/** @internal */
|
|
3352
|
+
export declare const CreateEvalFunctionParamsEvalsResponseType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsResponseType>;
|
|
3353
|
+
/**
|
|
3354
|
+
* @internal
|
|
3355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3356
|
+
*/
|
|
3357
|
+
export declare namespace CreateEvalFunctionParamsEvalsResponseType$ {
|
|
3358
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponseType$inboundSchema` instead. */
|
|
3359
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3360
|
+
readonly ContainsAny: "contains_any";
|
|
3361
|
+
}>;
|
|
3362
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsResponseType$outboundSchema` instead. */
|
|
3363
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3364
|
+
readonly ContainsAny: "contains_any";
|
|
3365
|
+
}>;
|
|
3366
|
+
}
|
|
3367
|
+
/** @internal */
|
|
3368
|
+
export declare const FunctionParams4$inboundSchema: z.ZodType<FunctionParams4, z.ZodTypeDef, unknown>;
|
|
3369
|
+
/** @internal */
|
|
3370
|
+
export type FunctionParams4$Outbound = {
|
|
3371
|
+
type: string;
|
|
3372
|
+
keywords: Array<string>;
|
|
3373
|
+
};
|
|
3374
|
+
/** @internal */
|
|
3375
|
+
export declare const FunctionParams4$outboundSchema: z.ZodType<FunctionParams4$Outbound, z.ZodTypeDef, FunctionParams4>;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3379
|
+
*/
|
|
3380
|
+
export declare namespace FunctionParams4$ {
|
|
3381
|
+
/** @deprecated use `FunctionParams4$inboundSchema` instead. */
|
|
3382
|
+
const inboundSchema: z.ZodType<FunctionParams4, z.ZodTypeDef, unknown>;
|
|
3383
|
+
/** @deprecated use `FunctionParams4$outboundSchema` instead. */
|
|
3384
|
+
const outboundSchema: z.ZodType<FunctionParams4$Outbound, z.ZodTypeDef, FunctionParams4>;
|
|
3385
|
+
/** @deprecated use `FunctionParams4$Outbound` instead. */
|
|
3386
|
+
type Outbound = FunctionParams4$Outbound;
|
|
3387
|
+
}
|
|
3388
|
+
export declare function functionParams4ToJSON(functionParams4: FunctionParams4): string;
|
|
3389
|
+
export declare function functionParams4FromJSON(jsonString: string): SafeParseResult<FunctionParams4, SDKValidationError>;
|
|
3390
|
+
/** @internal */
|
|
3391
|
+
export declare const CreateEvalFunctionParamsEvalsType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsType>;
|
|
3392
|
+
/** @internal */
|
|
3393
|
+
export declare const CreateEvalFunctionParamsEvalsType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsEvalsType>;
|
|
3394
|
+
/**
|
|
3395
|
+
* @internal
|
|
3396
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3397
|
+
*/
|
|
3398
|
+
export declare namespace CreateEvalFunctionParamsEvalsType$ {
|
|
3399
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsType$inboundSchema` instead. */
|
|
3400
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3401
|
+
readonly ContainsAll: "contains_all";
|
|
3402
|
+
}>;
|
|
3403
|
+
/** @deprecated use `CreateEvalFunctionParamsEvalsType$outboundSchema` instead. */
|
|
3404
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3405
|
+
readonly ContainsAll: "contains_all";
|
|
3406
|
+
}>;
|
|
3407
|
+
}
|
|
3408
|
+
/** @internal */
|
|
3409
|
+
export declare const FunctionParams3$inboundSchema: z.ZodType<FunctionParams3, z.ZodTypeDef, unknown>;
|
|
3410
|
+
/** @internal */
|
|
3411
|
+
export type FunctionParams3$Outbound = {
|
|
3412
|
+
type: string;
|
|
3413
|
+
keywords: Array<string>;
|
|
3414
|
+
};
|
|
3415
|
+
/** @internal */
|
|
3416
|
+
export declare const FunctionParams3$outboundSchema: z.ZodType<FunctionParams3$Outbound, z.ZodTypeDef, FunctionParams3>;
|
|
3417
|
+
/**
|
|
3418
|
+
* @internal
|
|
3419
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3420
|
+
*/
|
|
3421
|
+
export declare namespace FunctionParams3$ {
|
|
3422
|
+
/** @deprecated use `FunctionParams3$inboundSchema` instead. */
|
|
3423
|
+
const inboundSchema: z.ZodType<FunctionParams3, z.ZodTypeDef, unknown>;
|
|
3424
|
+
/** @deprecated use `FunctionParams3$outboundSchema` instead. */
|
|
3425
|
+
const outboundSchema: z.ZodType<FunctionParams3$Outbound, z.ZodTypeDef, FunctionParams3>;
|
|
3426
|
+
/** @deprecated use `FunctionParams3$Outbound` instead. */
|
|
3427
|
+
type Outbound = FunctionParams3$Outbound;
|
|
3428
|
+
}
|
|
3429
|
+
export declare function functionParams3ToJSON(functionParams3: FunctionParams3): string;
|
|
3430
|
+
export declare function functionParams3FromJSON(jsonString: string): SafeParseResult<FunctionParams3, SDKValidationError>;
|
|
3431
|
+
/** @internal */
|
|
3432
|
+
export declare const CreateEvalFunctionParamsType$inboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsType>;
|
|
3433
|
+
/** @internal */
|
|
3434
|
+
export declare const CreateEvalFunctionParamsType$outboundSchema: z.ZodNativeEnum<typeof CreateEvalFunctionParamsType>;
|
|
3435
|
+
/**
|
|
3436
|
+
* @internal
|
|
3437
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3438
|
+
*/
|
|
3439
|
+
export declare namespace CreateEvalFunctionParamsType$ {
|
|
3440
|
+
/** @deprecated use `CreateEvalFunctionParamsType$inboundSchema` instead. */
|
|
3441
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3442
|
+
readonly ContainsNone: "contains_none";
|
|
3443
|
+
}>;
|
|
3444
|
+
/** @deprecated use `CreateEvalFunctionParamsType$outboundSchema` instead. */
|
|
3445
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3446
|
+
readonly ContainsNone: "contains_none";
|
|
3447
|
+
}>;
|
|
3448
|
+
}
|
|
3449
|
+
/** @internal */
|
|
3450
|
+
export declare const FunctionParams2$inboundSchema: z.ZodType<FunctionParams2, z.ZodTypeDef, unknown>;
|
|
3451
|
+
/** @internal */
|
|
3452
|
+
export type FunctionParams2$Outbound = {
|
|
3453
|
+
type: string;
|
|
3454
|
+
keywords: Array<string>;
|
|
3455
|
+
};
|
|
3456
|
+
/** @internal */
|
|
3457
|
+
export declare const FunctionParams2$outboundSchema: z.ZodType<FunctionParams2$Outbound, z.ZodTypeDef, FunctionParams2>;
|
|
3458
|
+
/**
|
|
3459
|
+
* @internal
|
|
3460
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3461
|
+
*/
|
|
3462
|
+
export declare namespace FunctionParams2$ {
|
|
3463
|
+
/** @deprecated use `FunctionParams2$inboundSchema` instead. */
|
|
3464
|
+
const inboundSchema: z.ZodType<FunctionParams2, z.ZodTypeDef, unknown>;
|
|
3465
|
+
/** @deprecated use `FunctionParams2$outboundSchema` instead. */
|
|
3466
|
+
const outboundSchema: z.ZodType<FunctionParams2$Outbound, z.ZodTypeDef, FunctionParams2>;
|
|
3467
|
+
/** @deprecated use `FunctionParams2$Outbound` instead. */
|
|
3468
|
+
type Outbound = FunctionParams2$Outbound;
|
|
3469
|
+
}
|
|
3470
|
+
export declare function functionParams2ToJSON(functionParams2: FunctionParams2): string;
|
|
3471
|
+
export declare function functionParams2FromJSON(jsonString: string): SafeParseResult<FunctionParams2, SDKValidationError>;
|
|
3472
|
+
/** @internal */
|
|
3473
|
+
export declare const FunctionParamsType$inboundSchema: z.ZodNativeEnum<typeof FunctionParamsType>;
|
|
3474
|
+
/** @internal */
|
|
3475
|
+
export declare const FunctionParamsType$outboundSchema: z.ZodNativeEnum<typeof FunctionParamsType>;
|
|
3476
|
+
/**
|
|
3477
|
+
* @internal
|
|
3478
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3479
|
+
*/
|
|
3480
|
+
export declare namespace FunctionParamsType$ {
|
|
3481
|
+
/** @deprecated use `FunctionParamsType$inboundSchema` instead. */
|
|
3482
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3483
|
+
readonly Contains: "contains";
|
|
3484
|
+
}>;
|
|
3485
|
+
/** @deprecated use `FunctionParamsType$outboundSchema` instead. */
|
|
3486
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3487
|
+
readonly Contains: "contains";
|
|
3488
|
+
}>;
|
|
3489
|
+
}
|
|
3490
|
+
/** @internal */
|
|
3491
|
+
export declare const FunctionParams1$inboundSchema: z.ZodType<FunctionParams1, z.ZodTypeDef, unknown>;
|
|
3492
|
+
/** @internal */
|
|
3493
|
+
export type FunctionParams1$Outbound = {
|
|
3494
|
+
type: string;
|
|
3495
|
+
value: string;
|
|
3496
|
+
};
|
|
3497
|
+
/** @internal */
|
|
3498
|
+
export declare const FunctionParams1$outboundSchema: z.ZodType<FunctionParams1$Outbound, z.ZodTypeDef, FunctionParams1>;
|
|
3499
|
+
/**
|
|
3500
|
+
* @internal
|
|
3501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3502
|
+
*/
|
|
3503
|
+
export declare namespace FunctionParams1$ {
|
|
3504
|
+
/** @deprecated use `FunctionParams1$inboundSchema` instead. */
|
|
3505
|
+
const inboundSchema: z.ZodType<FunctionParams1, z.ZodTypeDef, unknown>;
|
|
3506
|
+
/** @deprecated use `FunctionParams1$outboundSchema` instead. */
|
|
3507
|
+
const outboundSchema: z.ZodType<FunctionParams1$Outbound, z.ZodTypeDef, FunctionParams1>;
|
|
3508
|
+
/** @deprecated use `FunctionParams1$Outbound` instead. */
|
|
3509
|
+
type Outbound = FunctionParams1$Outbound;
|
|
3510
|
+
}
|
|
3511
|
+
export declare function functionParams1ToJSON(functionParams1: FunctionParams1): string;
|
|
3512
|
+
export declare function functionParams1FromJSON(jsonString: string): SafeParseResult<FunctionParams1, SDKValidationError>;
|
|
3513
|
+
/** @internal */
|
|
3514
|
+
export declare const CreateEvalResponseBodyFunctionParams$inboundSchema: z.ZodType<CreateEvalResponseBodyFunctionParams, z.ZodTypeDef, unknown>;
|
|
3515
|
+
/** @internal */
|
|
3516
|
+
export type CreateEvalResponseBodyFunctionParams$Outbound = FunctionParams12$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | FunctionParams8$Outbound | FunctionParams9$Outbound | FunctionParams11$Outbound | FunctionParams13$Outbound | FunctionParams15$Outbound | TwentyFive$Outbound | TwentySix$Outbound | FunctionParams5$Outbound | FunctionParams6$Outbound | FunctionParams7$Outbound | FunctionParams10$Outbound | FunctionParams14$Outbound | FunctionParams16$Outbound | FunctionParams17$Outbound | FunctionParams18$Outbound | FunctionParams19$Outbound | FunctionParams20$Outbound | FunctionParams21$Outbound | FunctionParams22$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
3517
|
+
/** @internal */
|
|
3518
|
+
export declare const CreateEvalResponseBodyFunctionParams$outboundSchema: z.ZodType<CreateEvalResponseBodyFunctionParams$Outbound, z.ZodTypeDef, CreateEvalResponseBodyFunctionParams>;
|
|
3519
|
+
/**
|
|
3520
|
+
* @internal
|
|
3521
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3522
|
+
*/
|
|
3523
|
+
export declare namespace CreateEvalResponseBodyFunctionParams$ {
|
|
3524
|
+
/** @deprecated use `CreateEvalResponseBodyFunctionParams$inboundSchema` instead. */
|
|
3525
|
+
const inboundSchema: z.ZodType<CreateEvalResponseBodyFunctionParams, z.ZodTypeDef, unknown>;
|
|
3526
|
+
/** @deprecated use `CreateEvalResponseBodyFunctionParams$outboundSchema` instead. */
|
|
3527
|
+
const outboundSchema: z.ZodType<CreateEvalResponseBodyFunctionParams$Outbound, z.ZodTypeDef, CreateEvalResponseBodyFunctionParams>;
|
|
3528
|
+
/** @deprecated use `CreateEvalResponseBodyFunctionParams$Outbound` instead. */
|
|
3529
|
+
type Outbound = CreateEvalResponseBodyFunctionParams$Outbound;
|
|
3530
|
+
}
|
|
3531
|
+
export declare function createEvalResponseBodyFunctionParamsToJSON(createEvalResponseBodyFunctionParams: CreateEvalResponseBodyFunctionParams): string;
|
|
3532
|
+
export declare function createEvalResponseBodyFunctionParamsFromJSON(jsonString: string): SafeParseResult<CreateEvalResponseBodyFunctionParams, SDKValidationError>;
|
|
3533
|
+
/** @internal */
|
|
3534
|
+
export declare const ResponseBodyFunction$inboundSchema: z.ZodType<ResponseBodyFunction, z.ZodTypeDef, unknown>;
|
|
3535
|
+
/** @internal */
|
|
3536
|
+
export type ResponseBodyFunction$Outbound = {
|
|
3537
|
+
_id: string;
|
|
3538
|
+
description: string;
|
|
3539
|
+
created: string;
|
|
3540
|
+
updated: string;
|
|
3541
|
+
guardrail_config?: CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$Outbound | CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$Outbound | undefined;
|
|
3542
|
+
type: string;
|
|
3543
|
+
function_params: FunctionParams12$Outbound | FunctionParams1$Outbound | FunctionParams2$Outbound | FunctionParams3$Outbound | FunctionParams4$Outbound | FunctionParams8$Outbound | FunctionParams9$Outbound | FunctionParams11$Outbound | FunctionParams13$Outbound | FunctionParams15$Outbound | TwentyFive$Outbound | TwentySix$Outbound | FunctionParams5$Outbound | FunctionParams6$Outbound | FunctionParams7$Outbound | FunctionParams10$Outbound | FunctionParams14$Outbound | FunctionParams16$Outbound | FunctionParams17$Outbound | FunctionParams18$Outbound | FunctionParams19$Outbound | FunctionParams20$Outbound | FunctionParams21$Outbound | FunctionParams22$Outbound | TwentyThree$Outbound | TwentyFour$Outbound | TwentySeven$Outbound | TwentyEight$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound;
|
|
3544
|
+
key: string;
|
|
3545
|
+
};
|
|
3546
|
+
/** @internal */
|
|
3547
|
+
export declare const ResponseBodyFunction$outboundSchema: z.ZodType<ResponseBodyFunction$Outbound, z.ZodTypeDef, ResponseBodyFunction>;
|
|
3548
|
+
/**
|
|
3549
|
+
* @internal
|
|
3550
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3551
|
+
*/
|
|
3552
|
+
export declare namespace ResponseBodyFunction$ {
|
|
3553
|
+
/** @deprecated use `ResponseBodyFunction$inboundSchema` instead. */
|
|
3554
|
+
const inboundSchema: z.ZodType<ResponseBodyFunction, z.ZodTypeDef, unknown>;
|
|
3555
|
+
/** @deprecated use `ResponseBodyFunction$outboundSchema` instead. */
|
|
3556
|
+
const outboundSchema: z.ZodType<ResponseBodyFunction$Outbound, z.ZodTypeDef, ResponseBodyFunction>;
|
|
3557
|
+
/** @deprecated use `ResponseBodyFunction$Outbound` instead. */
|
|
3558
|
+
type Outbound = ResponseBodyFunction$Outbound;
|
|
3559
|
+
}
|
|
3560
|
+
export declare function responseBodyFunctionToJSON(responseBodyFunction: ResponseBodyFunction): string;
|
|
3561
|
+
export declare function responseBodyFunctionFromJSON(jsonString: string): SafeParseResult<ResponseBodyFunction, SDKValidationError>;
|
|
3562
|
+
/** @internal */
|
|
1145
3563
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type$inboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type>;
|
|
1146
3564
|
/** @internal */
|
|
1147
3565
|
export declare const CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type$outboundSchema: z.ZodNativeEnum<typeof CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type>;
|
|
@@ -1892,7 +4310,7 @@ export declare function responseBodyLLMFromJSON(jsonString: string): SafeParseRe
|
|
|
1892
4310
|
/** @internal */
|
|
1893
4311
|
export declare const CreateEvalResponseBody$inboundSchema: z.ZodType<CreateEvalResponseBody, z.ZodTypeDef, unknown>;
|
|
1894
4312
|
/** @internal */
|
|
1895
|
-
export type CreateEvalResponseBody$Outbound = ResponseBodyHTTP$Outbound | ResponseBodyLLM$Outbound | ResponseBodyJSON$Outbound | ResponseBodyPython$Outbound;
|
|
4313
|
+
export type CreateEvalResponseBody$Outbound = ResponseBodyHTTP$Outbound | ResponseBodyLLM$Outbound | Ragas$Outbound | ResponseBodyJSON$Outbound | ResponseBodyPython$Outbound | ResponseBodyFunction$Outbound | Typescript$Outbound;
|
|
1896
4314
|
/** @internal */
|
|
1897
4315
|
export declare const CreateEvalResponseBody$outboundSchema: z.ZodType<CreateEvalResponseBody$Outbound, z.ZodTypeDef, CreateEvalResponseBody>;
|
|
1898
4316
|
/**
|