@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
|
@@ -86,15 +86,15 @@ declare const OpenaiCreateRunOutput: z.ZodObject<{
|
|
|
86
86
|
}, z.core.$loose>>>;
|
|
87
87
|
object: z.ZodNullable<z.ZodString>;
|
|
88
88
|
status: z.ZodNullable<z.ZodEnum<{
|
|
89
|
-
|
|
89
|
+
queued: "queued";
|
|
90
90
|
in_progress: "in_progress";
|
|
91
|
-
|
|
92
|
-
expired: "expired";
|
|
91
|
+
requires_action: "requires_action";
|
|
93
92
|
cancelling: "cancelling";
|
|
94
93
|
cancelled: "cancelled";
|
|
95
|
-
|
|
96
|
-
|
|
94
|
+
failed: "failed";
|
|
95
|
+
completed: "completed";
|
|
97
96
|
incomplete: "incomplete";
|
|
97
|
+
expired: "expired";
|
|
98
98
|
}>>;
|
|
99
99
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
100
100
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -206,7 +206,21 @@ declare const openaiCreateRun: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
206
206
|
} | undefined;
|
|
207
207
|
max_completion_tokens?: number | undefined;
|
|
208
208
|
additional_instructions?: string | undefined;
|
|
209
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
209
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
210
|
+
connectionId: z.ZodString;
|
|
211
|
+
entityId: z.ZodString;
|
|
212
|
+
instanceId: z.ZodString;
|
|
213
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
214
|
+
generic_api_key: z.ZodString;
|
|
215
|
+
organization_id: z.ZodString;
|
|
216
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
217
|
+
connectionId: z.ZodString;
|
|
218
|
+
entityId: z.ZodString;
|
|
219
|
+
instanceId: z.ZodString;
|
|
220
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
221
|
+
generic_api_key: z.ZodString;
|
|
222
|
+
organization_id: z.ZodString;
|
|
223
|
+
}, z.core.$strip>>]>;
|
|
210
224
|
//#endregion
|
|
211
225
|
export { openaiCreateRun };
|
|
212
226
|
//# sourceMappingURL=create-run.d.cts.map
|
|
@@ -86,15 +86,15 @@ declare const OpenaiCreateRunOutput: z.ZodObject<{
|
|
|
86
86
|
}, z.core.$loose>>>;
|
|
87
87
|
object: z.ZodNullable<z.ZodString>;
|
|
88
88
|
status: z.ZodNullable<z.ZodEnum<{
|
|
89
|
-
|
|
89
|
+
queued: "queued";
|
|
90
90
|
in_progress: "in_progress";
|
|
91
|
-
|
|
92
|
-
expired: "expired";
|
|
91
|
+
requires_action: "requires_action";
|
|
93
92
|
cancelling: "cancelling";
|
|
94
93
|
cancelled: "cancelled";
|
|
95
|
-
|
|
96
|
-
|
|
94
|
+
failed: "failed";
|
|
95
|
+
completed: "completed";
|
|
97
96
|
incomplete: "incomplete";
|
|
97
|
+
expired: "expired";
|
|
98
98
|
}>>;
|
|
99
99
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
100
100
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -206,7 +206,21 @@ declare const openaiCreateRun: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
206
206
|
} | undefined;
|
|
207
207
|
max_completion_tokens?: number | undefined;
|
|
208
208
|
additional_instructions?: string | undefined;
|
|
209
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
209
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
210
|
+
connectionId: z.ZodString;
|
|
211
|
+
entityId: z.ZodString;
|
|
212
|
+
instanceId: z.ZodString;
|
|
213
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
214
|
+
generic_api_key: z.ZodString;
|
|
215
|
+
organization_id: z.ZodString;
|
|
216
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
217
|
+
connectionId: z.ZodString;
|
|
218
|
+
entityId: z.ZodString;
|
|
219
|
+
instanceId: z.ZodString;
|
|
220
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
221
|
+
generic_api_key: z.ZodString;
|
|
222
|
+
organization_id: z.ZodString;
|
|
223
|
+
}, z.core.$strip>>]>;
|
|
210
224
|
//#endregion
|
|
211
225
|
export { openaiCreateRun };
|
|
212
226
|
//# sourceMappingURL=create-run.d.mts.map
|
|
@@ -33,7 +33,21 @@ declare const openaiCreateSkill: import("@keystrokehq/action").WorkflowActionDef
|
|
|
33
33
|
content: string;
|
|
34
34
|
mimetype?: string | undefined;
|
|
35
35
|
})[];
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
organization_id: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
organization_id: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
37
51
|
//#endregion
|
|
38
52
|
export { openaiCreateSkill };
|
|
39
53
|
//# sourceMappingURL=create-skill.d.cts.map
|
|
@@ -33,7 +33,21 @@ declare const openaiCreateSkill: import("@keystrokehq/action").WorkflowActionDef
|
|
|
33
33
|
content: string;
|
|
34
34
|
mimetype?: string | undefined;
|
|
35
35
|
})[];
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
organization_id: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
organization_id: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
37
51
|
//#endregion
|
|
38
52
|
export { openaiCreateSkill };
|
|
39
53
|
//# sourceMappingURL=create-skill.d.mts.map
|
|
@@ -46,7 +46,21 @@ declare const openaiCreateSpeech: import("@keystrokehq/action").WorkflowActionDe
|
|
|
46
46
|
voice: "echo" | "alloy" | "ash" | "ballad" | "coral" | "fable" | "onyx" | "nova" | "sage" | "shimmer" | "verse";
|
|
47
47
|
speed?: number | undefined;
|
|
48
48
|
response_format?: "mp3" | "opus" | "aac" | "flac" | "wav" | "pcm" | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
organization_id: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
organization_id: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>;
|
|
50
64
|
//#endregion
|
|
51
65
|
export { openaiCreateSpeech };
|
|
52
66
|
//# sourceMappingURL=create-speech.d.cts.map
|
|
@@ -46,7 +46,21 @@ declare const openaiCreateSpeech: import("@keystrokehq/action").WorkflowActionDe
|
|
|
46
46
|
voice: "echo" | "alloy" | "ash" | "ballad" | "coral" | "fable" | "onyx" | "nova" | "sage" | "shimmer" | "verse";
|
|
47
47
|
speed?: number | undefined;
|
|
48
48
|
response_format?: "mp3" | "opus" | "aac" | "flac" | "wav" | "pcm" | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
organization_id: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
organization_id: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>;
|
|
50
64
|
//#endregion
|
|
51
65
|
export { openaiCreateSpeech };
|
|
52
66
|
//# sourceMappingURL=create-speech.d.mts.map
|
|
@@ -110,15 +110,15 @@ declare const OpenaiCreateThreadAndRunOutput: z.ZodObject<{
|
|
|
110
110
|
}, z.core.$loose>>>;
|
|
111
111
|
object: z.ZodNullable<z.ZodString>;
|
|
112
112
|
status: z.ZodNullable<z.ZodEnum<{
|
|
113
|
-
|
|
113
|
+
queued: "queued";
|
|
114
114
|
in_progress: "in_progress";
|
|
115
|
-
|
|
116
|
-
expired: "expired";
|
|
115
|
+
requires_action: "requires_action";
|
|
117
116
|
cancelling: "cancelling";
|
|
118
117
|
cancelled: "cancelled";
|
|
119
|
-
|
|
120
|
-
|
|
118
|
+
failed: "failed";
|
|
119
|
+
completed: "completed";
|
|
121
120
|
incomplete: "incomplete";
|
|
121
|
+
expired: "expired";
|
|
122
122
|
}>>;
|
|
123
123
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
124
124
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -263,7 +263,21 @@ declare const openaiCreateThreadAndRun: import("@keystrokehq/action").WorkflowAc
|
|
|
263
263
|
last_messages?: number | undefined;
|
|
264
264
|
} | undefined;
|
|
265
265
|
max_completion_tokens?: number | undefined;
|
|
266
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
266
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
267
|
+
connectionId: z.ZodString;
|
|
268
|
+
entityId: z.ZodString;
|
|
269
|
+
instanceId: z.ZodString;
|
|
270
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
271
|
+
generic_api_key: z.ZodString;
|
|
272
|
+
organization_id: z.ZodString;
|
|
273
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
274
|
+
connectionId: z.ZodString;
|
|
275
|
+
entityId: z.ZodString;
|
|
276
|
+
instanceId: z.ZodString;
|
|
277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
278
|
+
generic_api_key: z.ZodString;
|
|
279
|
+
organization_id: z.ZodString;
|
|
280
|
+
}, z.core.$strip>>]>;
|
|
267
281
|
//#endregion
|
|
268
282
|
export { openaiCreateThreadAndRun };
|
|
269
283
|
//# sourceMappingURL=create-thread-and-run.d.cts.map
|
|
@@ -110,15 +110,15 @@ declare const OpenaiCreateThreadAndRunOutput: z.ZodObject<{
|
|
|
110
110
|
}, z.core.$loose>>>;
|
|
111
111
|
object: z.ZodNullable<z.ZodString>;
|
|
112
112
|
status: z.ZodNullable<z.ZodEnum<{
|
|
113
|
-
|
|
113
|
+
queued: "queued";
|
|
114
114
|
in_progress: "in_progress";
|
|
115
|
-
|
|
116
|
-
expired: "expired";
|
|
115
|
+
requires_action: "requires_action";
|
|
117
116
|
cancelling: "cancelling";
|
|
118
117
|
cancelled: "cancelled";
|
|
119
|
-
|
|
120
|
-
|
|
118
|
+
failed: "failed";
|
|
119
|
+
completed: "completed";
|
|
121
120
|
incomplete: "incomplete";
|
|
121
|
+
expired: "expired";
|
|
122
122
|
}>>;
|
|
123
123
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
124
124
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -263,7 +263,21 @@ declare const openaiCreateThreadAndRun: import("@keystrokehq/action").WorkflowAc
|
|
|
263
263
|
last_messages?: number | undefined;
|
|
264
264
|
} | undefined;
|
|
265
265
|
max_completion_tokens?: number | undefined;
|
|
266
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
266
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
267
|
+
connectionId: z.ZodString;
|
|
268
|
+
entityId: z.ZodString;
|
|
269
|
+
instanceId: z.ZodString;
|
|
270
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
271
|
+
generic_api_key: z.ZodString;
|
|
272
|
+
organization_id: z.ZodString;
|
|
273
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
274
|
+
connectionId: z.ZodString;
|
|
275
|
+
entityId: z.ZodString;
|
|
276
|
+
instanceId: z.ZodString;
|
|
277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
278
|
+
generic_api_key: z.ZodString;
|
|
279
|
+
organization_id: z.ZodString;
|
|
280
|
+
}, z.core.$strip>>]>;
|
|
267
281
|
//#endregion
|
|
268
282
|
export { openaiCreateThreadAndRun };
|
|
269
283
|
//# sourceMappingURL=create-thread-and-run.d.mts.map
|
|
@@ -31,7 +31,21 @@ declare const openaiCreateThread: import("@keystrokehq/action").WorkflowActionDe
|
|
|
31
31
|
content: string;
|
|
32
32
|
}[] | undefined;
|
|
33
33
|
metadata?: Record<string, unknown> | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
organization_id: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { openaiCreateThread };
|
|
37
51
|
//# sourceMappingURL=create-thread.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-thread.d.cts","names":[],"sources":["../../src/actions/create-thread.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-thread.d.cts","names":[],"sources":["../../src/actions/create-thread.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -31,7 +31,21 @@ declare const openaiCreateThread: import("@keystrokehq/action").WorkflowActionDe
|
|
|
31
31
|
content: string;
|
|
32
32
|
}[] | undefined;
|
|
33
33
|
metadata?: Record<string, unknown> | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
organization_id: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
35
49
|
//#endregion
|
|
36
50
|
export { openaiCreateThread };
|
|
37
51
|
//# sourceMappingURL=create-thread.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-thread.d.mts","names":[],"sources":["../../src/actions/create-thread.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-thread.d.mts","names":[],"sources":["../../src/actions/create-thread.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAWvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -34,9 +34,9 @@ declare const OpenaiCreateUploadOutput: z.ZodObject<{
|
|
|
34
34
|
bytes: z.ZodNullable<z.ZodNumber>;
|
|
35
35
|
object: z.ZodNullable<z.ZodString>;
|
|
36
36
|
status: z.ZodNullable<z.ZodEnum<{
|
|
37
|
+
cancelled: "cancelled";
|
|
37
38
|
completed: "completed";
|
|
38
39
|
expired: "expired";
|
|
39
|
-
cancelled: "cancelled";
|
|
40
40
|
pending: "pending";
|
|
41
41
|
}>>;
|
|
42
42
|
purpose: z.ZodNullable<z.ZodString>;
|
|
@@ -53,7 +53,21 @@ declare const openaiCreateUpload: import("@keystrokehq/action").WorkflowActionDe
|
|
|
53
53
|
anchor: "created_at";
|
|
54
54
|
seconds: number;
|
|
55
55
|
} | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
organization_id: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
organization_id: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
57
71
|
//#endregion
|
|
58
72
|
export { openaiCreateUpload };
|
|
59
73
|
//# sourceMappingURL=create-upload.d.cts.map
|
|
@@ -34,9 +34,9 @@ declare const OpenaiCreateUploadOutput: z.ZodObject<{
|
|
|
34
34
|
bytes: z.ZodNullable<z.ZodNumber>;
|
|
35
35
|
object: z.ZodNullable<z.ZodString>;
|
|
36
36
|
status: z.ZodNullable<z.ZodEnum<{
|
|
37
|
+
cancelled: "cancelled";
|
|
37
38
|
completed: "completed";
|
|
38
39
|
expired: "expired";
|
|
39
|
-
cancelled: "cancelled";
|
|
40
40
|
pending: "pending";
|
|
41
41
|
}>>;
|
|
42
42
|
purpose: z.ZodNullable<z.ZodString>;
|
|
@@ -53,7 +53,21 @@ declare const openaiCreateUpload: import("@keystrokehq/action").WorkflowActionDe
|
|
|
53
53
|
anchor: "created_at";
|
|
54
54
|
seconds: number;
|
|
55
55
|
} | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
organization_id: z.ZodString;
|
|
63
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
organization_id: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
57
71
|
//#endregion
|
|
58
72
|
export { openaiCreateUpload };
|
|
59
73
|
//# sourceMappingURL=create-upload.d.mts.map
|
|
@@ -44,10 +44,10 @@ declare const OpenaiCreateVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
44
44
|
id: z.ZodNullable<z.ZodString>;
|
|
45
45
|
object: z.ZodNullable<z.ZodString>;
|
|
46
46
|
status: z.ZodNullable<z.ZodEnum<{
|
|
47
|
-
failed: "failed";
|
|
48
47
|
in_progress: "in_progress";
|
|
49
|
-
completed: "completed";
|
|
50
48
|
cancelled: "cancelled";
|
|
49
|
+
failed: "failed";
|
|
50
|
+
completed: "completed";
|
|
51
51
|
}>>;
|
|
52
52
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
53
53
|
file_counts: z.ZodNullable<z.ZodObject<{
|
|
@@ -92,7 +92,21 @@ declare const openaiCreateVectorStoreFileBatch: import("@keystrokehq/action").Wo
|
|
|
92
92
|
};
|
|
93
93
|
type?: "auto" | "static" | undefined;
|
|
94
94
|
} | undefined;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
generic_api_key: z.ZodString;
|
|
101
|
+
organization_id: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
organization_id: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
96
110
|
//#endregion
|
|
97
111
|
export { openaiCreateVectorStoreFileBatch };
|
|
98
112
|
//# sourceMappingURL=create-vector-store-file-batch.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vector-store-file-batch.d.cts","names":[],"sources":["../../src/actions/create-vector-store-file-batch.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAStC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-vector-store-file-batch.d.cts","names":[],"sources":["../../src/actions/create-vector-store-file-batch.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAStC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -44,10 +44,10 @@ declare const OpenaiCreateVectorStoreFileBatchOutput: z.ZodObject<{
|
|
|
44
44
|
id: z.ZodNullable<z.ZodString>;
|
|
45
45
|
object: z.ZodNullable<z.ZodString>;
|
|
46
46
|
status: z.ZodNullable<z.ZodEnum<{
|
|
47
|
-
failed: "failed";
|
|
48
47
|
in_progress: "in_progress";
|
|
49
|
-
completed: "completed";
|
|
50
48
|
cancelled: "cancelled";
|
|
49
|
+
failed: "failed";
|
|
50
|
+
completed: "completed";
|
|
51
51
|
}>>;
|
|
52
52
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
53
53
|
file_counts: z.ZodNullable<z.ZodObject<{
|
|
@@ -92,7 +92,21 @@ declare const openaiCreateVectorStoreFileBatch: import("@keystrokehq/action").Wo
|
|
|
92
92
|
};
|
|
93
93
|
type?: "auto" | "static" | undefined;
|
|
94
94
|
} | undefined;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
generic_api_key: z.ZodString;
|
|
101
|
+
organization_id: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
organization_id: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
96
110
|
//#endregion
|
|
97
111
|
export { openaiCreateVectorStoreFileBatch };
|
|
98
112
|
//# sourceMappingURL=create-vector-store-file-batch.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vector-store-file-batch.d.mts","names":[],"sources":["../../src/actions/create-vector-store-file-batch.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAStC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-vector-store-file-batch.d.mts","names":[],"sources":["../../src/actions/create-vector-store-file-batch.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAStC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -24,10 +24,10 @@ declare const OpenaiCreateVectorStoreFileOutput: z.ZodObject<{
|
|
|
24
24
|
id: z.ZodNullable<z.ZodString>;
|
|
25
25
|
object: z.ZodNullable<z.ZodString>;
|
|
26
26
|
status: z.ZodNullable<z.ZodEnum<{
|
|
27
|
-
failed: "failed";
|
|
28
27
|
in_progress: "in_progress";
|
|
29
|
-
completed: "completed";
|
|
30
28
|
cancelled: "cancelled";
|
|
29
|
+
failed: "failed";
|
|
30
|
+
completed: "completed";
|
|
31
31
|
}>>;
|
|
32
32
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
33
33
|
last_error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -58,7 +58,21 @@ declare const openaiCreateVectorStoreFile: import("@keystrokehq/action").Workflo
|
|
|
58
58
|
};
|
|
59
59
|
type?: "auto" | "static" | undefined;
|
|
60
60
|
} | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
organization_id: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
generic_api_key: z.ZodString;
|
|
74
|
+
organization_id: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
62
76
|
//#endregion
|
|
63
77
|
export { openaiCreateVectorStoreFile };
|
|
64
78
|
//# sourceMappingURL=create-vector-store-file.d.cts.map
|
|
@@ -24,10 +24,10 @@ declare const OpenaiCreateVectorStoreFileOutput: z.ZodObject<{
|
|
|
24
24
|
id: z.ZodNullable<z.ZodString>;
|
|
25
25
|
object: z.ZodNullable<z.ZodString>;
|
|
26
26
|
status: z.ZodNullable<z.ZodEnum<{
|
|
27
|
-
failed: "failed";
|
|
28
27
|
in_progress: "in_progress";
|
|
29
|
-
completed: "completed";
|
|
30
28
|
cancelled: "cancelled";
|
|
29
|
+
failed: "failed";
|
|
30
|
+
completed: "completed";
|
|
31
31
|
}>>;
|
|
32
32
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
33
33
|
last_error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -58,7 +58,21 @@ declare const openaiCreateVectorStoreFile: import("@keystrokehq/action").Workflo
|
|
|
58
58
|
};
|
|
59
59
|
type?: "auto" | "static" | undefined;
|
|
60
60
|
} | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
organization_id: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
generic_api_key: z.ZodString;
|
|
74
|
+
organization_id: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
62
76
|
//#endregion
|
|
63
77
|
export { openaiCreateVectorStoreFile };
|
|
64
78
|
//# sourceMappingURL=create-vector-store-file.d.mts.map
|
|
@@ -71,7 +71,21 @@ declare const openaiCreateVectorStore: import("@keystrokehq/action").WorkflowAct
|
|
|
71
71
|
};
|
|
72
72
|
type?: "auto" | "static" | undefined;
|
|
73
73
|
} | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
organization_id: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
75
89
|
//#endregion
|
|
76
90
|
export { openaiCreateVectorStore };
|
|
77
91
|
//# sourceMappingURL=create-vector-store.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vector-store.d.cts","names":[],"sources":["../../src/actions/create-vector-store.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA8B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAc7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-vector-store.d.cts","names":[],"sources":["../../src/actions/create-vector-store.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA8B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAc7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -71,7 +71,21 @@ declare const openaiCreateVectorStore: import("@keystrokehq/action").WorkflowAct
|
|
|
71
71
|
};
|
|
72
72
|
type?: "auto" | "static" | undefined;
|
|
73
73
|
} | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
organization_id: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
75
89
|
//#endregion
|
|
76
90
|
export { openaiCreateVectorStore };
|
|
77
91
|
//# sourceMappingURL=create-vector-store.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-vector-store.d.mts","names":[],"sources":["../../src/actions/create-vector-store.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA8B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAc7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-vector-store.d.mts","names":[],"sources":["../../src/actions/create-vector-store.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA8B5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAc7B,uBAAA,gCAAuB,wBAAA"}
|