@keystrokehq/openai 0.1.4 → 0.1.5
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/dist/actions/add-upload-part.d.cts +15 -1
- package/dist/actions/add-upload-part.d.mts +15 -1
- package/dist/actions/cancel-batch.d.cts +20 -6
- package/dist/actions/cancel-batch.d.mts +20 -6
- package/dist/actions/cancel-eval-run.d.cts +15 -1
- package/dist/actions/cancel-eval-run.d.mts +15 -1
- package/dist/actions/cancel-response.d.cts +15 -1
- package/dist/actions/cancel-response.d.mts +15 -1
- package/dist/actions/cancel-run.d.cts +20 -6
- package/dist/actions/cancel-run.d.mts +20 -6
- package/dist/actions/cancel-upload.d.cts +16 -2
- package/dist/actions/cancel-upload.d.mts +16 -2
- package/dist/actions/compact-response.d.cts +15 -1
- package/dist/actions/compact-response.d.mts +15 -1
- package/dist/actions/create-audio-transcription.d.cts +15 -1
- package/dist/actions/create-audio-transcription.d.mts +15 -1
- package/dist/actions/create-audio-translation.d.cts +15 -1
- package/dist/actions/create-audio-translation.d.mts +15 -1
- package/dist/actions/create-batch.d.cts +20 -6
- package/dist/actions/create-batch.d.cts.map +1 -1
- package/dist/actions/create-batch.d.mts +20 -6
- package/dist/actions/create-batch.d.mts.map +1 -1
- package/dist/actions/create-chat-completion.d.cts +19 -5
- package/dist/actions/create-chat-completion.d.mts +19 -5
- package/dist/actions/create-completion.d.cts +16 -2
- package/dist/actions/create-completion.d.cts.map +1 -1
- package/dist/actions/create-completion.d.mts +16 -2
- package/dist/actions/create-completion.d.mts.map +1 -1
- package/dist/actions/create-container-file.d.cts +15 -1
- package/dist/actions/create-container-file.d.mts +15 -1
- package/dist/actions/create-container.d.cts +15 -1
- package/dist/actions/create-container.d.cts.map +1 -1
- package/dist/actions/create-container.d.mts +15 -1
- package/dist/actions/create-container.d.mts.map +1 -1
- package/dist/actions/create-conversation-items.d.cts +15 -1
- package/dist/actions/create-conversation-items.d.cts.map +1 -1
- package/dist/actions/create-conversation-items.d.mts +15 -1
- package/dist/actions/create-conversation-items.d.mts.map +1 -1
- package/dist/actions/create-conversation.d.cts +15 -1
- package/dist/actions/create-conversation.d.cts.map +1 -1
- package/dist/actions/create-conversation.d.mts +15 -1
- package/dist/actions/create-conversation.d.mts.map +1 -1
- package/dist/actions/create-embeddings.d.cts +16 -2
- package/dist/actions/create-embeddings.d.mts +16 -2
- package/dist/actions/create-eval-run.d.cts +15 -1
- package/dist/actions/create-eval-run.d.mts +15 -1
- package/dist/actions/create-eval.d.cts +15 -1
- package/dist/actions/create-eval.d.mts +15 -1
- package/dist/actions/create-fine-tuning-job.d.cts +17 -3
- package/dist/actions/create-fine-tuning-job.d.mts +17 -3
- package/dist/actions/create-image-edit.d.cts +17 -3
- package/dist/actions/create-image-edit.d.mts +17 -3
- package/dist/actions/create-image-variation.d.cts +15 -1
- package/dist/actions/create-image-variation.d.mts +15 -1
- package/dist/actions/create-image.d.cts +17 -3
- package/dist/actions/create-image.d.mts +17 -3
- package/dist/actions/create-message.d.cts +15 -1
- package/dist/actions/create-message.d.cts.map +1 -1
- package/dist/actions/create-message.d.mts +15 -1
- package/dist/actions/create-message.d.mts.map +1 -1
- package/dist/actions/create-moderation.d.cts +15 -1
- package/dist/actions/create-moderation.d.cts.map +1 -1
- package/dist/actions/create-moderation.d.mts +15 -1
- package/dist/actions/create-moderation.d.mts.map +1 -1
- package/dist/actions/create-realtime-call.d.cts +15 -1
- package/dist/actions/create-realtime-call.d.mts +15 -1
- package/dist/actions/create-realtime-client-secret.d.cts +15 -1
- package/dist/actions/create-realtime-client-secret.d.mts +15 -1
- package/dist/actions/create-realtime-session.d.cts +15 -1
- package/dist/actions/create-realtime-session.d.mts +15 -1
- package/dist/actions/create-realtime-transcription-session.d.cts +15 -1
- package/dist/actions/create-realtime-transcription-session.d.mts +15 -1
- package/dist/actions/create-response.d.cts +17 -3
- package/dist/actions/create-response.d.mts +17 -3
- package/dist/actions/create-run.d.cts +20 -6
- package/dist/actions/create-run.d.mts +20 -6
- package/dist/actions/create-skill.d.cts +15 -1
- package/dist/actions/create-skill.d.mts +15 -1
- package/dist/actions/create-speech.d.cts +15 -1
- package/dist/actions/create-speech.d.mts +15 -1
- package/dist/actions/create-thread-and-run.d.cts +20 -6
- package/dist/actions/create-thread-and-run.d.mts +20 -6
- package/dist/actions/create-thread.d.cts +15 -1
- package/dist/actions/create-thread.d.cts.map +1 -1
- package/dist/actions/create-thread.d.mts +15 -1
- package/dist/actions/create-thread.d.mts.map +1 -1
- package/dist/actions/create-upload.d.cts +16 -2
- package/dist/actions/create-upload.d.mts +16 -2
- package/dist/actions/create-vector-store-file-batch.d.cts +17 -3
- package/dist/actions/create-vector-store-file-batch.d.cts.map +1 -1
- package/dist/actions/create-vector-store-file-batch.d.mts +17 -3
- package/dist/actions/create-vector-store-file-batch.d.mts.map +1 -1
- package/dist/actions/create-vector-store-file.d.cts +17 -3
- package/dist/actions/create-vector-store-file.d.mts +17 -3
- package/dist/actions/create-vector-store.d.cts +15 -1
- package/dist/actions/create-vector-store.d.cts.map +1 -1
- package/dist/actions/create-vector-store.d.mts +15 -1
- package/dist/actions/create-vector-store.d.mts.map +1 -1
- package/dist/actions/create-video-remix.d.cts +17 -3
- package/dist/actions/create-video-remix.d.mts +17 -3
- package/dist/actions/create-video.d.cts +15 -1
- package/dist/actions/create-video.d.mts +15 -1
- package/dist/actions/delete-assistant.d.cts +15 -1
- package/dist/actions/delete-assistant.d.mts +15 -1
- package/dist/actions/delete-chat-completion.d.cts +15 -1
- package/dist/actions/delete-chat-completion.d.mts +15 -1
- package/dist/actions/delete-container-file.d.cts +15 -1
- package/dist/actions/delete-container-file.d.mts +15 -1
- package/dist/actions/delete-container.d.cts +15 -1
- package/dist/actions/delete-container.d.mts +15 -1
- package/dist/actions/delete-conversation-item.d.cts +15 -1
- package/dist/actions/delete-conversation-item.d.mts +15 -1
- package/dist/actions/delete-conversation.d.cts +15 -1
- package/dist/actions/delete-conversation.d.mts +15 -1
- package/dist/actions/delete-eval-run.d.cts +15 -1
- package/dist/actions/delete-eval-run.d.mts +15 -1
- package/dist/actions/delete-eval.d.cts +15 -1
- package/dist/actions/delete-eval.d.mts +15 -1
- package/dist/actions/delete-file.d.cts +15 -1
- package/dist/actions/delete-file.d.mts +15 -1
- package/dist/actions/delete-message.d.cts +15 -1
- package/dist/actions/delete-message.d.mts +15 -1
- package/dist/actions/delete-response.d.cts +15 -1
- package/dist/actions/delete-response.d.mts +15 -1
- package/dist/actions/delete-skill.d.cts +15 -1
- package/dist/actions/delete-skill.d.mts +15 -1
- package/dist/actions/delete-thread.d.cts +15 -1
- package/dist/actions/delete-thread.d.mts +15 -1
- package/dist/actions/delete-vector-store-file.d.cts +15 -1
- package/dist/actions/delete-vector-store-file.d.mts +15 -1
- package/dist/actions/delete-vector-store.d.cts +15 -1
- package/dist/actions/delete-vector-store.d.mts +15 -1
- package/dist/actions/delete-video.d.cts +15 -1
- package/dist/actions/delete-video.d.mts +15 -1
- package/dist/actions/download-file.d.cts +15 -1
- package/dist/actions/download-file.d.mts +15 -1
- package/dist/actions/download-video.d.cts +15 -1
- package/dist/actions/download-video.d.mts +15 -1
- package/dist/actions/get-chat-completion-messages.d.cts +15 -1
- package/dist/actions/get-chat-completion-messages.d.mts +15 -1
- package/dist/actions/get-chat-completion.d.cts +15 -1
- package/dist/actions/get-chat-completion.d.mts +15 -1
- package/dist/actions/get-chatkit-thread.d.cts +15 -1
- package/dist/actions/get-chatkit-thread.d.mts +15 -1
- package/dist/actions/get-conversation-item.d.cts +15 -1
- package/dist/actions/get-conversation-item.d.mts +15 -1
- package/dist/actions/get-eval-run-output-item.d.cts +15 -1
- package/dist/actions/get-eval-run-output-item.d.mts +15 -1
- package/dist/actions/get-eval-run-output-items.d.cts +15 -1
- package/dist/actions/get-eval-run-output-items.d.mts +15 -1
- package/dist/actions/get-eval-run.d.cts +15 -1
- package/dist/actions/get-eval-run.d.mts +15 -1
- package/dist/actions/get-eval-runs.d.cts +18 -4
- package/dist/actions/get-eval-runs.d.mts +18 -4
- package/dist/actions/get-eval.d.cts +15 -1
- package/dist/actions/get-eval.d.mts +15 -1
- package/dist/actions/get-input-token-counts.d.cts +17 -3
- package/dist/actions/get-input-token-counts.d.mts +17 -3
- package/dist/actions/get-message.d.cts +15 -1
- package/dist/actions/get-message.d.mts +15 -1
- package/dist/actions/get-response.d.cts +15 -1
- package/dist/actions/get-response.d.mts +15 -1
- package/dist/actions/get-run-step.d.cts +17 -3
- package/dist/actions/get-run-step.d.mts +17 -3
- package/dist/actions/get-vector-store-file-batch.d.cts +17 -3
- package/dist/actions/get-vector-store-file-batch.d.mts +17 -3
- package/dist/actions/get-vector-store-file.d.cts +17 -3
- package/dist/actions/get-vector-store-file.d.mts +17 -3
- package/dist/actions/get-vector-store.d.cts +15 -1
- package/dist/actions/get-vector-store.d.mts +15 -1
- package/dist/actions/get-video.d.cts +17 -3
- package/dist/actions/get-video.d.mts +17 -3
- package/dist/actions/list-assistants.d.cts +15 -1
- package/dist/actions/list-assistants.d.mts +15 -1
- package/dist/actions/list-batches.d.cts +20 -6
- package/dist/actions/list-batches.d.mts +20 -6
- package/dist/actions/list-chat-completions.d.cts +15 -1
- package/dist/actions/list-chat-completions.d.mts +15 -1
- package/dist/actions/list-chatkit-thread-items.d.cts +15 -1
- package/dist/actions/list-chatkit-thread-items.d.mts +15 -1
- package/dist/actions/list-container-files.d.cts +15 -1
- package/dist/actions/list-container-files.d.mts +15 -1
- package/dist/actions/list-containers.d.cts +15 -1
- package/dist/actions/list-containers.d.mts +15 -1
- package/dist/actions/list-conversation-items.d.cts +15 -1
- package/dist/actions/list-conversation-items.d.mts +15 -1
- package/dist/actions/list-engines.d.cts +15 -1
- package/dist/actions/list-engines.d.cts.map +1 -1
- package/dist/actions/list-engines.d.mts +15 -1
- package/dist/actions/list-engines.d.mts.map +1 -1
- package/dist/actions/list-evals.d.cts +15 -1
- package/dist/actions/list-evals.d.mts +15 -1
- package/dist/actions/list-files-in-vector-store-batch.d.cts +20 -6
- package/dist/actions/list-files-in-vector-store-batch.d.mts +20 -6
- package/dist/actions/list-files.d.cts +15 -1
- package/dist/actions/list-files.d.mts +15 -1
- package/dist/actions/list-fine-tunes.d.cts +15 -1
- package/dist/actions/list-fine-tunes.d.mts +15 -1
- package/dist/actions/list-fine-tuning-events.d.cts +15 -1
- package/dist/actions/list-fine-tuning-events.d.mts +15 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.cts +15 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.mts +15 -1
- package/dist/actions/list-input-items.d.cts +15 -1
- package/dist/actions/list-input-items.d.mts +15 -1
- package/dist/actions/list-messages.d.cts +15 -1
- package/dist/actions/list-messages.d.mts +15 -1
- package/dist/actions/list-models.d.cts +15 -1
- package/dist/actions/list-models.d.cts.map +1 -1
- package/dist/actions/list-models.d.mts +15 -1
- package/dist/actions/list-models.d.mts.map +1 -1
- package/dist/actions/list-run-steps.d.cts +17 -3
- package/dist/actions/list-run-steps.d.mts +17 -3
- package/dist/actions/list-runs.d.cts +20 -6
- package/dist/actions/list-runs.d.mts +20 -6
- package/dist/actions/list-skills.d.cts +15 -1
- package/dist/actions/list-skills.d.mts +15 -1
- package/dist/actions/list-threads.d.cts +15 -1
- package/dist/actions/list-threads.d.mts +15 -1
- package/dist/actions/list-vector-store-files.d.cts +20 -6
- package/dist/actions/list-vector-store-files.d.mts +20 -6
- package/dist/actions/list-vector-stores.d.cts +15 -1
- package/dist/actions/list-vector-stores.d.mts +15 -1
- package/dist/actions/list-videos.d.cts +17 -3
- package/dist/actions/list-videos.d.mts +17 -3
- package/dist/actions/modify-assistant.d.cts +15 -1
- package/dist/actions/modify-assistant.d.mts +15 -1
- package/dist/actions/modify-message.d.cts +15 -1
- package/dist/actions/modify-message.d.cts.map +1 -1
- package/dist/actions/modify-message.d.mts +15 -1
- package/dist/actions/modify-message.d.mts.map +1 -1
- package/dist/actions/modify-run.d.cts +20 -6
- package/dist/actions/modify-run.d.cts.map +1 -1
- package/dist/actions/modify-run.d.mts +20 -6
- package/dist/actions/modify-run.d.mts.map +1 -1
- package/dist/actions/modify-thread.d.cts +15 -1
- package/dist/actions/modify-thread.d.cts.map +1 -1
- package/dist/actions/modify-thread.d.mts +15 -1
- package/dist/actions/modify-thread.d.mts.map +1 -1
- package/dist/actions/modify-vector-store.d.cts +15 -1
- package/dist/actions/modify-vector-store.d.cts.map +1 -1
- package/dist/actions/modify-vector-store.d.mts +15 -1
- package/dist/actions/modify-vector-store.d.mts.map +1 -1
- package/dist/actions/retrieve-assistant.d.cts +15 -1
- package/dist/actions/retrieve-assistant.d.mts +15 -1
- package/dist/actions/retrieve-batch.d.cts +20 -6
- package/dist/actions/retrieve-batch.d.mts +20 -6
- package/dist/actions/retrieve-container-file-content.d.cts +15 -1
- package/dist/actions/retrieve-container-file-content.d.mts +15 -1
- package/dist/actions/retrieve-container-file.d.cts +15 -1
- package/dist/actions/retrieve-container-file.d.mts +15 -1
- package/dist/actions/retrieve-container.d.cts +15 -1
- package/dist/actions/retrieve-container.d.mts +15 -1
- package/dist/actions/retrieve-engine.d.cts +15 -1
- package/dist/actions/retrieve-engine.d.mts +15 -1
- package/dist/actions/retrieve-file.d.cts +15 -1
- package/dist/actions/retrieve-file.d.mts +15 -1
- package/dist/actions/retrieve-fine-tuning-job.d.cts +17 -3
- package/dist/actions/retrieve-fine-tuning-job.d.mts +17 -3
- package/dist/actions/retrieve-model.d.cts +15 -1
- package/dist/actions/retrieve-model.d.mts +15 -1
- package/dist/actions/retrieve-run.d.cts +20 -6
- package/dist/actions/retrieve-run.d.mts +20 -6
- package/dist/actions/retrieve-thread.d.cts +15 -1
- package/dist/actions/retrieve-thread.d.mts +15 -1
- package/dist/actions/retrieve-vector-store-file-content.d.cts +15 -1
- package/dist/actions/retrieve-vector-store-file-content.d.mts +15 -1
- package/dist/actions/run-grader.d.cts +15 -1
- package/dist/actions/run-grader.d.mts +15 -1
- package/dist/actions/search-vector-store.d.cts +17 -3
- package/dist/actions/search-vector-store.d.cts.map +1 -1
- package/dist/actions/search-vector-store.d.mts +17 -3
- package/dist/actions/search-vector-store.d.mts.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.d.cts +20 -6
- package/dist/actions/submit-tool-outputs-to-run.d.mts +20 -6
- package/dist/actions/update-chat-completion.d.cts +15 -1
- package/dist/actions/update-chat-completion.d.cts.map +1 -1
- package/dist/actions/update-chat-completion.d.mts +15 -1
- package/dist/actions/update-chat-completion.d.mts.map +1 -1
- package/dist/actions/update-conversation.d.cts +15 -1
- package/dist/actions/update-conversation.d.cts.map +1 -1
- package/dist/actions/update-conversation.d.mts +15 -1
- package/dist/actions/update-conversation.d.mts.map +1 -1
- package/dist/actions/update-eval.d.cts +15 -1
- package/dist/actions/update-eval.d.cts.map +1 -1
- package/dist/actions/update-eval.d.mts +15 -1
- package/dist/actions/update-eval.d.mts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.cts +17 -3
- package/dist/actions/update-vector-store-file-attributes.d.cts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.mts +17 -3
- package/dist/actions/update-vector-store-file-attributes.d.mts.map +1 -1
- package/dist/actions/upload-file.d.cts +15 -1
- package/dist/actions/upload-file.d.mts +15 -1
- package/dist/actions/validate-grader.d.cts +15 -1
- package/dist/actions/validate-grader.d.cts.map +1 -1
- package/dist/actions/validate-grader.d.mts +15 -1
- package/dist/actions/validate-grader.d.mts.map +1 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -68,7 +68,21 @@ declare const openaiGetEvalRunOutputItems: import("@keystrokehq/action").Workflo
|
|
|
68
68
|
limit?: number | undefined;
|
|
69
69
|
order?: "asc" | "desc" | undefined;
|
|
70
70
|
status?: "fail" | "pass" | undefined;
|
|
71
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
71
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
organization_id: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
79
|
+
connectionId: z.ZodString;
|
|
80
|
+
entityId: z.ZodString;
|
|
81
|
+
instanceId: z.ZodString;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
generic_api_key: z.ZodString;
|
|
84
|
+
organization_id: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>;
|
|
72
86
|
//#endregion
|
|
73
87
|
export { openaiGetEvalRunOutputItems };
|
|
74
88
|
//# sourceMappingURL=get-eval-run-output-items.d.mts.map
|
|
@@ -76,7 +76,21 @@ declare const OpenaiGetEvalRunOutput: z.ZodObject<{
|
|
|
76
76
|
declare const openaiGetEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
77
77
|
run_id: string;
|
|
78
78
|
eval_id: string;
|
|
79
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
79
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
organization_id: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
87
|
+
connectionId: z.ZodString;
|
|
88
|
+
entityId: z.ZodString;
|
|
89
|
+
instanceId: z.ZodString;
|
|
90
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
91
|
+
generic_api_key: z.ZodString;
|
|
92
|
+
organization_id: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>;
|
|
80
94
|
//#endregion
|
|
81
95
|
export { openaiGetEvalRun };
|
|
82
96
|
//# sourceMappingURL=get-eval-run.d.cts.map
|
|
@@ -76,7 +76,21 @@ declare const OpenaiGetEvalRunOutput: z.ZodObject<{
|
|
|
76
76
|
declare const openaiGetEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
77
77
|
run_id: string;
|
|
78
78
|
eval_id: string;
|
|
79
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
79
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
organization_id: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
87
|
+
connectionId: z.ZodString;
|
|
88
|
+
entityId: z.ZodString;
|
|
89
|
+
instanceId: z.ZodString;
|
|
90
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
91
|
+
generic_api_key: z.ZodString;
|
|
92
|
+
organization_id: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>;
|
|
80
94
|
//#endregion
|
|
81
95
|
export { openaiGetEvalRun };
|
|
82
96
|
//# sourceMappingURL=get-eval-run.d.mts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetEvalRunsInput: z.ZodObject<{
|
|
|
9
9
|
desc: "desc";
|
|
10
10
|
}>>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12
|
-
|
|
12
|
+
queued: "queued";
|
|
13
13
|
in_progress: "in_progress";
|
|
14
|
+
failed: "failed";
|
|
14
15
|
completed: "completed";
|
|
15
|
-
queued: "queued";
|
|
16
16
|
canceled: "canceled";
|
|
17
17
|
}>>;
|
|
18
18
|
eval_id: z.ZodString;
|
|
@@ -63,8 +63,22 @@ declare const openaiGetEvalRuns: import("@keystrokehq/action").WorkflowActionDef
|
|
|
63
63
|
after?: string | undefined;
|
|
64
64
|
limit?: number | undefined;
|
|
65
65
|
order?: "asc" | "desc" | undefined;
|
|
66
|
-
status?: "
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
status?: "queued" | "in_progress" | "failed" | "completed" | "canceled" | undefined;
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiGetEvalRuns };
|
|
70
84
|
//# sourceMappingURL=get-eval-runs.d.cts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetEvalRunsInput: z.ZodObject<{
|
|
|
9
9
|
desc: "desc";
|
|
10
10
|
}>>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12
|
-
|
|
12
|
+
queued: "queued";
|
|
13
13
|
in_progress: "in_progress";
|
|
14
|
+
failed: "failed";
|
|
14
15
|
completed: "completed";
|
|
15
|
-
queued: "queued";
|
|
16
16
|
canceled: "canceled";
|
|
17
17
|
}>>;
|
|
18
18
|
eval_id: z.ZodString;
|
|
@@ -63,8 +63,22 @@ declare const openaiGetEvalRuns: import("@keystrokehq/action").WorkflowActionDef
|
|
|
63
63
|
after?: string | undefined;
|
|
64
64
|
limit?: number | undefined;
|
|
65
65
|
order?: "asc" | "desc" | undefined;
|
|
66
|
-
status?: "
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
status?: "queued" | "in_progress" | "failed" | "completed" | "canceled" | undefined;
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiGetEvalRuns };
|
|
70
84
|
//# sourceMappingURL=get-eval-runs.d.mts.map
|
|
@@ -15,7 +15,21 @@ declare const OpenaiGetEvalOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const openaiGetEval: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
eval_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
organization_id: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
organization_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { openaiGetEval };
|
|
21
35
|
//# sourceMappingURL=get-eval.d.cts.map
|
|
@@ -15,7 +15,21 @@ declare const OpenaiGetEvalOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const openaiGetEval: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
eval_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
organization_id: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
organization_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
19
33
|
//#endregion
|
|
20
34
|
export { openaiGetEval };
|
|
21
35
|
//# sourceMappingURL=get-eval.d.mts.map
|
|
@@ -15,8 +15,8 @@ declare const OpenaiGetInputTokenCountsInput: z.ZodObject<{
|
|
|
15
15
|
generate_summary: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodBoolean]>>;
|
|
16
16
|
}, z.core.$strip>>;
|
|
17
17
|
truncation: z.ZodOptional<z.ZodEnum<{
|
|
18
|
-
disabled: "disabled";
|
|
19
18
|
auto: "auto";
|
|
19
|
+
disabled: "disabled";
|
|
20
20
|
}>>;
|
|
21
21
|
tool_choice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
22
22
|
conversation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -41,13 +41,27 @@ declare const openaiGetInputTokenCounts: import("@keystrokehq/action").WorkflowA
|
|
|
41
41
|
summary?: string | Record<string, unknown> | undefined;
|
|
42
42
|
generate_summary?: string | boolean | undefined;
|
|
43
43
|
} | undefined;
|
|
44
|
-
truncation?: "
|
|
44
|
+
truncation?: "auto" | "disabled" | undefined;
|
|
45
45
|
tool_choice?: Record<string, unknown> | undefined;
|
|
46
46
|
conversation?: Record<string, unknown> | undefined;
|
|
47
47
|
instructions?: string | undefined;
|
|
48
48
|
parallel_tool_calls?: boolean | undefined;
|
|
49
49
|
previous_response_id?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
organization_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
organization_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { openaiGetInputTokenCounts };
|
|
53
67
|
//# sourceMappingURL=get-input-token-counts.d.cts.map
|
|
@@ -15,8 +15,8 @@ declare const OpenaiGetInputTokenCountsInput: z.ZodObject<{
|
|
|
15
15
|
generate_summary: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodBoolean]>>;
|
|
16
16
|
}, z.core.$strip>>;
|
|
17
17
|
truncation: z.ZodOptional<z.ZodEnum<{
|
|
18
|
-
disabled: "disabled";
|
|
19
18
|
auto: "auto";
|
|
19
|
+
disabled: "disabled";
|
|
20
20
|
}>>;
|
|
21
21
|
tool_choice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
22
22
|
conversation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -41,13 +41,27 @@ declare const openaiGetInputTokenCounts: import("@keystrokehq/action").WorkflowA
|
|
|
41
41
|
summary?: string | Record<string, unknown> | undefined;
|
|
42
42
|
generate_summary?: string | boolean | undefined;
|
|
43
43
|
} | undefined;
|
|
44
|
-
truncation?: "
|
|
44
|
+
truncation?: "auto" | "disabled" | undefined;
|
|
45
45
|
tool_choice?: Record<string, unknown> | undefined;
|
|
46
46
|
conversation?: Record<string, unknown> | undefined;
|
|
47
47
|
instructions?: string | undefined;
|
|
48
48
|
parallel_tool_calls?: boolean | undefined;
|
|
49
49
|
previous_response_id?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
organization_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
organization_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { openaiGetInputTokenCounts };
|
|
53
67
|
//# sourceMappingURL=get-input-token-counts.d.mts.map
|
|
@@ -64,7 +64,21 @@ declare const OpenaiGetMessageOutput: z.ZodObject<{
|
|
|
64
64
|
declare const openaiGetMessage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
65
65
|
thread_id: string;
|
|
66
66
|
message_id: string;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiGetMessage };
|
|
70
84
|
//# sourceMappingURL=get-message.d.cts.map
|
|
@@ -64,7 +64,21 @@ declare const OpenaiGetMessageOutput: z.ZodObject<{
|
|
|
64
64
|
declare const openaiGetMessage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
65
65
|
thread_id: string;
|
|
66
66
|
message_id: string;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiGetMessage };
|
|
70
84
|
//# sourceMappingURL=get-message.d.mts.map
|
|
@@ -77,7 +77,21 @@ declare const openaiGetResponse: import("@keystrokehq/action").WorkflowActionDef
|
|
|
77
77
|
include?: string[] | undefined;
|
|
78
78
|
starting_after?: number | undefined;
|
|
79
79
|
include_obfuscation?: boolean | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
organization_id: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>;
|
|
81
95
|
//#endregion
|
|
82
96
|
export { openaiGetResponse };
|
|
83
97
|
//# sourceMappingURL=get-response.d.cts.map
|
|
@@ -77,7 +77,21 @@ declare const openaiGetResponse: import("@keystrokehq/action").WorkflowActionDef
|
|
|
77
77
|
include?: string[] | undefined;
|
|
78
78
|
starting_after?: number | undefined;
|
|
79
79
|
include_obfuscation?: boolean | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
organization_id: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>;
|
|
81
95
|
//#endregion
|
|
82
96
|
export { openaiGetResponse };
|
|
83
97
|
//# sourceMappingURL=get-response.d.mts.map
|
|
@@ -21,11 +21,11 @@ declare const OpenaiGetRunStepOutput: z.ZodObject<{
|
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
run_id: z.ZodNullable<z.ZodString>;
|
|
23
23
|
status: z.ZodNullable<z.ZodEnum<{
|
|
24
|
-
failed: "failed";
|
|
25
24
|
in_progress: "in_progress";
|
|
25
|
+
cancelled: "cancelled";
|
|
26
|
+
failed: "failed";
|
|
26
27
|
completed: "completed";
|
|
27
28
|
expired: "expired";
|
|
28
|
-
cancelled: "cancelled";
|
|
29
29
|
}>>;
|
|
30
30
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
31
31
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -91,7 +91,21 @@ declare const openaiGetRunStep: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
91
91
|
step_id: string;
|
|
92
92
|
thread_id: string;
|
|
93
93
|
include?: string[] | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
organization_id: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
generic_api_key: z.ZodString;
|
|
107
|
+
organization_id: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
95
109
|
//#endregion
|
|
96
110
|
export { openaiGetRunStep };
|
|
97
111
|
//# sourceMappingURL=get-run-step.d.cts.map
|
|
@@ -21,11 +21,11 @@ declare const OpenaiGetRunStepOutput: z.ZodObject<{
|
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
run_id: z.ZodNullable<z.ZodString>;
|
|
23
23
|
status: z.ZodNullable<z.ZodEnum<{
|
|
24
|
-
failed: "failed";
|
|
25
24
|
in_progress: "in_progress";
|
|
25
|
+
cancelled: "cancelled";
|
|
26
|
+
failed: "failed";
|
|
26
27
|
completed: "completed";
|
|
27
28
|
expired: "expired";
|
|
28
|
-
cancelled: "cancelled";
|
|
29
29
|
}>>;
|
|
30
30
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
31
31
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -91,7 +91,21 @@ declare const openaiGetRunStep: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
91
91
|
step_id: string;
|
|
92
92
|
thread_id: string;
|
|
93
93
|
include?: string[] | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
organization_id: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
generic_api_key: z.ZodString;
|
|
107
|
+
organization_id: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
95
109
|
//#endregion
|
|
96
110
|
export { openaiGetRunStep };
|
|
97
111
|
//# sourceMappingURL=get-run-step.d.mts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodNullable<z.ZodString>;
|
|
10
10
|
object: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
|
-
failed: "failed";
|
|
13
12
|
in_progress: "in_progress";
|
|
14
|
-
completed: "completed";
|
|
15
13
|
cancelled: "cancelled";
|
|
14
|
+
failed: "failed";
|
|
15
|
+
completed: "completed";
|
|
16
16
|
}>>;
|
|
17
17
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
file_counts: z.ZodNullable<z.ZodObject<{
|
|
@@ -27,7 +27,21 @@ declare const OpenaiGetVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
27
27
|
declare const openaiGetVectorStoreFileBatch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
batch_id: string;
|
|
29
29
|
vector_store_id: string;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
organization_id: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
organization_id: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { openaiGetVectorStoreFileBatch };
|
|
33
47
|
//# sourceMappingURL=get-vector-store-file-batch.d.cts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodNullable<z.ZodString>;
|
|
10
10
|
object: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
|
-
failed: "failed";
|
|
13
12
|
in_progress: "in_progress";
|
|
14
|
-
completed: "completed";
|
|
15
13
|
cancelled: "cancelled";
|
|
14
|
+
failed: "failed";
|
|
15
|
+
completed: "completed";
|
|
16
16
|
}>>;
|
|
17
17
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
file_counts: z.ZodNullable<z.ZodObject<{
|
|
@@ -27,7 +27,21 @@ declare const OpenaiGetVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
27
27
|
declare const openaiGetVectorStoreFileBatch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
batch_id: string;
|
|
29
29
|
vector_store_id: string;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
organization_id: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
organization_id: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { openaiGetVectorStoreFileBatch };
|
|
33
47
|
//# sourceMappingURL=get-vector-store-file-batch.d.mts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetVectorStoreFileOutput: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodNullable<z.ZodString>;
|
|
10
10
|
object: z.ZodNullable<z.ZodString>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
|
-
failed: "failed";
|
|
13
12
|
in_progress: "in_progress";
|
|
14
|
-
completed: "completed";
|
|
15
13
|
cancelled: "cancelled";
|
|
14
|
+
failed: "failed";
|
|
15
|
+
completed: "completed";
|
|
16
16
|
}>>;
|
|
17
17
|
attributes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
18
18
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
@@ -32,7 +32,21 @@ declare const OpenaiGetVectorStoreFileOutput: z.ZodObject<{
|
|
|
32
32
|
declare const openaiGetVectorStoreFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
file_id: string;
|
|
34
34
|
vector_store_id: string;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
organization_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
organization_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { openaiGetVectorStoreFile };
|
|
38
52
|
//# sourceMappingURL=get-vector-store-file.d.cts.map
|
|
@@ -9,10 +9,10 @@ declare const OpenaiGetVectorStoreFileOutput: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodNullable<z.ZodString>;
|
|
10
10
|
object: z.ZodNullable<z.ZodString>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
|
-
failed: "failed";
|
|
13
12
|
in_progress: "in_progress";
|
|
14
|
-
completed: "completed";
|
|
15
13
|
cancelled: "cancelled";
|
|
14
|
+
failed: "failed";
|
|
15
|
+
completed: "completed";
|
|
16
16
|
}>>;
|
|
17
17
|
attributes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
18
18
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
@@ -32,7 +32,21 @@ declare const OpenaiGetVectorStoreFileOutput: z.ZodObject<{
|
|
|
32
32
|
declare const openaiGetVectorStoreFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
file_id: string;
|
|
34
34
|
vector_store_id: string;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
organization_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
organization_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { openaiGetVectorStoreFile };
|
|
38
52
|
//# sourceMappingURL=get-vector-store-file.d.mts.map
|
|
@@ -34,7 +34,21 @@ declare const OpenaiGetVectorStoreOutput: z.ZodObject<{
|
|
|
34
34
|
}, z.core.$loose>;
|
|
35
35
|
declare const openaiGetVectorStore: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
36
|
vector_store_id: string;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
organization_id: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
organization_id: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
38
52
|
//#endregion
|
|
39
53
|
export { openaiGetVectorStore };
|
|
40
54
|
//# sourceMappingURL=get-vector-store.d.cts.map
|
|
@@ -34,7 +34,21 @@ declare const OpenaiGetVectorStoreOutput: z.ZodObject<{
|
|
|
34
34
|
}, z.core.$loose>;
|
|
35
35
|
declare const openaiGetVectorStore: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
36
|
vector_store_id: string;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
organization_id: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
organization_id: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
38
52
|
//#endregion
|
|
39
53
|
export { openaiGetVectorStore };
|
|
40
54
|
//# sourceMappingURL=get-vector-store.d.mts.map
|