@keystrokehq/openai 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-upload-part.cjs +4 -4
- package/dist/actions/add-upload-part.cjs.map +1 -1
- package/dist/actions/add-upload-part.d.cts +28 -3
- package/dist/actions/add-upload-part.d.cts.map +1 -1
- package/dist/actions/add-upload-part.d.mts +28 -3
- package/dist/actions/add-upload-part.d.mts.map +1 -1
- package/dist/actions/add-upload-part.mjs +4 -4
- package/dist/actions/add-upload-part.mjs.map +1 -1
- package/dist/actions/cancel-batch.cjs +15 -15
- package/dist/actions/cancel-batch.cjs.map +1 -1
- package/dist/actions/cancel-batch.d.cts +56 -3
- package/dist/actions/cancel-batch.d.cts.map +1 -1
- package/dist/actions/cancel-batch.d.mts +56 -3
- package/dist/actions/cancel-batch.d.mts.map +1 -1
- package/dist/actions/cancel-batch.mjs +15 -15
- package/dist/actions/cancel-batch.mjs.map +1 -1
- package/dist/actions/cancel-eval-run.cjs +23 -23
- package/dist/actions/cancel-eval-run.cjs.map +1 -1
- package/dist/actions/cancel-eval-run.d.cts +58 -3
- package/dist/actions/cancel-eval-run.d.cts.map +1 -1
- package/dist/actions/cancel-eval-run.d.mts +58 -3
- package/dist/actions/cancel-eval-run.d.mts.map +1 -1
- package/dist/actions/cancel-eval-run.mjs +23 -23
- package/dist/actions/cancel-eval-run.mjs.map +1 -1
- package/dist/actions/cancel-response.cjs +3 -3
- package/dist/actions/cancel-response.cjs.map +1 -1
- package/dist/actions/cancel-response.d.cts +73 -3
- package/dist/actions/cancel-response.d.cts.map +1 -1
- package/dist/actions/cancel-response.d.mts +73 -3
- package/dist/actions/cancel-response.d.mts.map +1 -1
- package/dist/actions/cancel-response.mjs +3 -3
- package/dist/actions/cancel-response.mjs.map +1 -1
- package/dist/actions/cancel-run.cjs +15 -15
- package/dist/actions/cancel-run.cjs.map +1 -1
- package/dist/actions/cancel-run.d.cts +69 -3
- package/dist/actions/cancel-run.d.cts.map +1 -1
- package/dist/actions/cancel-run.d.mts +69 -3
- package/dist/actions/cancel-run.d.mts.map +1 -1
- package/dist/actions/cancel-run.mjs +15 -15
- package/dist/actions/cancel-run.mjs.map +1 -1
- package/dist/actions/cancel-upload.cjs +15 -15
- package/dist/actions/cancel-upload.cjs.map +1 -1
- package/dist/actions/cancel-upload.d.cts +32 -3
- package/dist/actions/cancel-upload.d.cts.map +1 -1
- package/dist/actions/cancel-upload.d.mts +32 -3
- package/dist/actions/cancel-upload.d.mts.map +1 -1
- package/dist/actions/cancel-upload.mjs +15 -15
- package/dist/actions/cancel-upload.mjs.map +1 -1
- package/dist/actions/compact-response.cjs +14 -14
- package/dist/actions/compact-response.cjs.map +1 -1
- package/dist/actions/compact-response.d.cts +59 -3
- package/dist/actions/compact-response.d.cts.map +1 -1
- package/dist/actions/compact-response.d.mts +59 -3
- package/dist/actions/compact-response.d.mts.map +1 -1
- package/dist/actions/compact-response.mjs +14 -14
- package/dist/actions/compact-response.mjs.map +1 -1
- package/dist/actions/create-audio-transcription.cjs.map +1 -1
- package/dist/actions/create-audio-transcription.d.cts +64 -3
- package/dist/actions/create-audio-transcription.d.cts.map +1 -1
- package/dist/actions/create-audio-transcription.d.mts +64 -3
- package/dist/actions/create-audio-transcription.d.mts.map +1 -1
- package/dist/actions/create-audio-transcription.mjs.map +1 -1
- package/dist/actions/create-audio-translation.cjs.map +1 -1
- package/dist/actions/create-audio-translation.d.cts +40 -3
- package/dist/actions/create-audio-translation.d.cts.map +1 -1
- package/dist/actions/create-audio-translation.d.mts +40 -3
- package/dist/actions/create-audio-translation.d.mts.map +1 -1
- package/dist/actions/create-audio-translation.mjs.map +1 -1
- package/dist/actions/create-batch.cjs +14 -14
- package/dist/actions/create-batch.cjs.map +1 -1
- package/dist/actions/create-batch.d.cts +84 -3
- package/dist/actions/create-batch.d.cts.map +1 -1
- package/dist/actions/create-batch.d.mts +84 -3
- package/dist/actions/create-batch.d.mts.map +1 -1
- package/dist/actions/create-batch.mjs +14 -14
- package/dist/actions/create-batch.mjs.map +1 -1
- package/dist/actions/create-chat-completion.cjs +9 -9
- package/dist/actions/create-chat-completion.cjs.map +1 -1
- package/dist/actions/create-chat-completion.d.cts +183 -3
- package/dist/actions/create-chat-completion.d.cts.map +1 -1
- package/dist/actions/create-chat-completion.d.mts +183 -3
- package/dist/actions/create-chat-completion.d.mts.map +1 -1
- package/dist/actions/create-chat-completion.mjs +9 -9
- package/dist/actions/create-chat-completion.mjs.map +1 -1
- package/dist/actions/create-completion.cjs +10 -10
- package/dist/actions/create-completion.cjs.map +1 -1
- package/dist/actions/create-completion.d.cts +73 -3
- package/dist/actions/create-completion.d.cts.map +1 -1
- package/dist/actions/create-completion.d.mts +73 -3
- package/dist/actions/create-completion.d.mts.map +1 -1
- package/dist/actions/create-completion.mjs +10 -10
- package/dist/actions/create-completion.mjs.map +1 -1
- package/dist/actions/create-container-file.cjs +7 -7
- package/dist/actions/create-container-file.cjs.map +1 -1
- package/dist/actions/create-container-file.d.cts +19 -3
- package/dist/actions/create-container-file.d.cts.map +1 -1
- package/dist/actions/create-container-file.d.mts +19 -3
- package/dist/actions/create-container-file.d.mts.map +1 -1
- package/dist/actions/create-container-file.mjs +7 -7
- package/dist/actions/create-container-file.mjs.map +1 -1
- package/dist/actions/create-container.cjs +6 -6
- package/dist/actions/create-container.cjs.map +1 -1
- package/dist/actions/create-container.d.cts +81 -3
- package/dist/actions/create-container.d.cts.map +1 -1
- package/dist/actions/create-container.d.mts +81 -3
- package/dist/actions/create-container.d.mts.map +1 -1
- package/dist/actions/create-container.mjs +6 -6
- package/dist/actions/create-container.mjs.map +1 -1
- package/dist/actions/create-conversation-items.cjs +6 -6
- package/dist/actions/create-conversation-items.cjs.map +1 -1
- package/dist/actions/create-conversation-items.d.cts +65 -3
- package/dist/actions/create-conversation-items.d.cts.map +1 -1
- package/dist/actions/create-conversation-items.d.mts +65 -3
- package/dist/actions/create-conversation-items.d.mts.map +1 -1
- package/dist/actions/create-conversation-items.mjs +6 -6
- package/dist/actions/create-conversation-items.mjs.map +1 -1
- package/dist/actions/create-conversation.cjs +3 -3
- package/dist/actions/create-conversation.cjs.map +1 -1
- package/dist/actions/create-conversation.d.cts +27 -3
- package/dist/actions/create-conversation.d.cts.map +1 -1
- package/dist/actions/create-conversation.d.mts +27 -3
- package/dist/actions/create-conversation.d.mts.map +1 -1
- package/dist/actions/create-conversation.mjs +3 -3
- package/dist/actions/create-conversation.mjs.map +1 -1
- package/dist/actions/create-embeddings.cjs +6 -6
- package/dist/actions/create-embeddings.cjs.map +1 -1
- package/dist/actions/create-embeddings.d.cts +30 -3
- package/dist/actions/create-embeddings.d.cts.map +1 -1
- package/dist/actions/create-embeddings.d.mts +30 -3
- package/dist/actions/create-embeddings.d.mts.map +1 -1
- package/dist/actions/create-embeddings.mjs +6 -6
- package/dist/actions/create-embeddings.mjs.map +1 -1
- package/dist/actions/create-eval-run.cjs +26 -26
- package/dist/actions/create-eval-run.cjs.map +1 -1
- package/dist/actions/create-eval-run.d.cts +146 -3
- package/dist/actions/create-eval-run.d.cts.map +1 -1
- package/dist/actions/create-eval-run.d.mts +146 -3
- package/dist/actions/create-eval-run.d.mts.map +1 -1
- package/dist/actions/create-eval-run.mjs +26 -26
- package/dist/actions/create-eval-run.mjs.map +1 -1
- package/dist/actions/create-eval.cjs +4 -4
- package/dist/actions/create-eval.cjs.map +1 -1
- package/dist/actions/create-eval.d.cts +85 -3
- package/dist/actions/create-eval.d.cts.map +1 -1
- package/dist/actions/create-eval.d.mts +85 -3
- package/dist/actions/create-eval.d.mts.map +1 -1
- package/dist/actions/create-eval.mjs +4 -4
- package/dist/actions/create-eval.mjs.map +1 -1
- package/dist/actions/create-fine-tuning-job.cjs +9 -9
- package/dist/actions/create-fine-tuning-job.cjs.map +1 -1
- package/dist/actions/create-fine-tuning-job.d.cts +67 -3
- package/dist/actions/create-fine-tuning-job.d.cts.map +1 -1
- package/dist/actions/create-fine-tuning-job.d.mts +67 -3
- package/dist/actions/create-fine-tuning-job.d.mts.map +1 -1
- package/dist/actions/create-fine-tuning-job.mjs +9 -9
- package/dist/actions/create-fine-tuning-job.mjs.map +1 -1
- package/dist/actions/create-image-edit.cjs +1 -1
- package/dist/actions/create-image-edit.cjs.map +1 -1
- package/dist/actions/create-image-edit.d.cts +81 -3
- package/dist/actions/create-image-edit.d.cts.map +1 -1
- package/dist/actions/create-image-edit.d.mts +81 -3
- package/dist/actions/create-image-edit.d.mts.map +1 -1
- package/dist/actions/create-image-edit.mjs +1 -1
- package/dist/actions/create-image-edit.mjs.map +1 -1
- package/dist/actions/create-image-variation.cjs +1 -1
- package/dist/actions/create-image-variation.cjs.map +1 -1
- package/dist/actions/create-image-variation.d.cts +39 -3
- package/dist/actions/create-image-variation.d.cts.map +1 -1
- package/dist/actions/create-image-variation.d.mts +39 -3
- package/dist/actions/create-image-variation.d.mts.map +1 -1
- package/dist/actions/create-image-variation.mjs +1 -1
- package/dist/actions/create-image-variation.mjs.map +1 -1
- package/dist/actions/create-image.cjs +6 -6
- package/dist/actions/create-image.cjs.map +1 -1
- package/dist/actions/create-image.d.cts +70 -3
- package/dist/actions/create-image.d.cts.map +1 -1
- package/dist/actions/create-image.d.mts +70 -3
- package/dist/actions/create-image.d.mts.map +1 -1
- package/dist/actions/create-image.mjs +6 -6
- package/dist/actions/create-image.mjs.map +1 -1
- package/dist/actions/create-message.cjs +12 -12
- package/dist/actions/create-message.cjs.map +1 -1
- package/dist/actions/create-message.d.cts +98 -3
- package/dist/actions/create-message.d.cts.map +1 -1
- package/dist/actions/create-message.d.mts +98 -3
- package/dist/actions/create-message.d.mts.map +1 -1
- package/dist/actions/create-message.mjs +12 -12
- package/dist/actions/create-message.mjs.map +1 -1
- package/dist/actions/create-moderation.cjs +25 -25
- package/dist/actions/create-moderation.cjs.map +1 -1
- package/dist/actions/create-moderation.d.cts +68 -3
- package/dist/actions/create-moderation.d.cts.map +1 -1
- package/dist/actions/create-moderation.d.mts +68 -3
- package/dist/actions/create-moderation.d.mts.map +1 -1
- package/dist/actions/create-moderation.mjs +25 -25
- package/dist/actions/create-moderation.mjs.map +1 -1
- package/dist/actions/create-realtime-call.cjs +1 -1
- package/dist/actions/create-realtime-call.cjs.map +1 -1
- package/dist/actions/create-realtime-call.d.cts +12 -3
- package/dist/actions/create-realtime-call.d.cts.map +1 -1
- package/dist/actions/create-realtime-call.d.mts +12 -3
- package/dist/actions/create-realtime-call.d.mts.map +1 -1
- package/dist/actions/create-realtime-call.mjs +1 -1
- package/dist/actions/create-realtime-call.mjs.map +1 -1
- package/dist/actions/create-realtime-client-secret.cjs +2 -2
- package/dist/actions/create-realtime-client-secret.cjs.map +1 -1
- package/dist/actions/create-realtime-client-secret.d.cts +53 -3
- package/dist/actions/create-realtime-client-secret.d.cts.map +1 -1
- package/dist/actions/create-realtime-client-secret.d.mts +53 -3
- package/dist/actions/create-realtime-client-secret.d.mts.map +1 -1
- package/dist/actions/create-realtime-client-secret.mjs +2 -2
- package/dist/actions/create-realtime-client-secret.mjs.map +1 -1
- package/dist/actions/create-realtime-session.cjs +6 -6
- package/dist/actions/create-realtime-session.cjs.map +1 -1
- package/dist/actions/create-realtime-session.d.cts +126 -3
- package/dist/actions/create-realtime-session.d.cts.map +1 -1
- package/dist/actions/create-realtime-session.d.mts +126 -3
- package/dist/actions/create-realtime-session.d.mts.map +1 -1
- package/dist/actions/create-realtime-session.mjs +6 -6
- package/dist/actions/create-realtime-session.mjs.map +1 -1
- package/dist/actions/create-realtime-transcription-session.cjs +2 -2
- package/dist/actions/create-realtime-transcription-session.cjs.map +1 -1
- package/dist/actions/create-realtime-transcription-session.d.cts +70 -3
- package/dist/actions/create-realtime-transcription-session.d.cts.map +1 -1
- package/dist/actions/create-realtime-transcription-session.d.mts +70 -3
- package/dist/actions/create-realtime-transcription-session.d.mts.map +1 -1
- package/dist/actions/create-realtime-transcription-session.mjs +2 -2
- package/dist/actions/create-realtime-transcription-session.mjs.map +1 -1
- package/dist/actions/create-response.cjs +9 -9
- package/dist/actions/create-response.cjs.map +1 -1
- package/dist/actions/create-response.d.cts +151 -3
- package/dist/actions/create-response.d.cts.map +1 -1
- package/dist/actions/create-response.d.mts +151 -3
- package/dist/actions/create-response.d.mts.map +1 -1
- package/dist/actions/create-response.mjs +9 -9
- package/dist/actions/create-response.mjs.map +1 -1
- package/dist/actions/create-run.cjs +23 -23
- package/dist/actions/create-run.cjs.map +1 -1
- package/dist/actions/create-run.d.cts +201 -3
- package/dist/actions/create-run.d.cts.map +1 -1
- package/dist/actions/create-run.d.mts +201 -3
- package/dist/actions/create-run.d.mts.map +1 -1
- package/dist/actions/create-run.mjs +23 -23
- package/dist/actions/create-run.mjs.map +1 -1
- package/dist/actions/create-skill.cjs +7 -7
- package/dist/actions/create-skill.cjs.map +1 -1
- package/dist/actions/create-skill.d.cts +31 -3
- package/dist/actions/create-skill.d.cts.map +1 -1
- package/dist/actions/create-skill.d.mts +31 -3
- package/dist/actions/create-skill.d.mts.map +1 -1
- package/dist/actions/create-skill.mjs +7 -7
- package/dist/actions/create-skill.mjs.map +1 -1
- package/dist/actions/create-speech.cjs +3 -3
- package/dist/actions/create-speech.cjs.map +1 -1
- package/dist/actions/create-speech.d.cts +46 -3
- package/dist/actions/create-speech.d.cts.map +1 -1
- package/dist/actions/create-speech.d.mts +46 -3
- package/dist/actions/create-speech.d.mts.map +1 -1
- package/dist/actions/create-speech.mjs +3 -3
- package/dist/actions/create-speech.mjs.map +1 -1
- package/dist/actions/create-thread-and-run.cjs +25 -25
- package/dist/actions/create-thread-and-run.cjs.map +1 -1
- package/dist/actions/create-thread-and-run.d.cts +256 -3
- package/dist/actions/create-thread-and-run.d.cts.map +1 -1
- package/dist/actions/create-thread-and-run.d.mts +256 -3
- package/dist/actions/create-thread-and-run.d.mts.map +1 -1
- package/dist/actions/create-thread-and-run.mjs +25 -25
- package/dist/actions/create-thread-and-run.mjs.map +1 -1
- package/dist/actions/create-thread.cjs +5 -5
- package/dist/actions/create-thread.cjs.map +1 -1
- package/dist/actions/create-thread.d.cts +30 -3
- package/dist/actions/create-thread.d.cts.map +1 -1
- package/dist/actions/create-thread.d.mts +30 -3
- package/dist/actions/create-thread.d.mts.map +1 -1
- package/dist/actions/create-thread.mjs +5 -5
- package/dist/actions/create-thread.mjs.map +1 -1
- package/dist/actions/create-upload.cjs +14 -14
- package/dist/actions/create-upload.cjs.map +1 -1
- package/dist/actions/create-upload.d.cts +53 -3
- package/dist/actions/create-upload.d.cts.map +1 -1
- package/dist/actions/create-upload.d.mts +53 -3
- package/dist/actions/create-upload.d.mts.map +1 -1
- package/dist/actions/create-upload.mjs +14 -14
- package/dist/actions/create-upload.mjs.map +1 -1
- package/dist/actions/create-vector-store-file-batch.cjs +9 -9
- package/dist/actions/create-vector-store-file-batch.cjs.map +1 -1
- package/dist/actions/create-vector-store-file-batch.d.cts +85 -3
- package/dist/actions/create-vector-store-file-batch.d.cts.map +1 -1
- package/dist/actions/create-vector-store-file-batch.d.mts +85 -3
- package/dist/actions/create-vector-store-file-batch.d.mts.map +1 -1
- package/dist/actions/create-vector-store-file-batch.mjs +9 -9
- package/dist/actions/create-vector-store-file-batch.mjs.map +1 -1
- package/dist/actions/create-vector-store-file.cjs +9 -9
- package/dist/actions/create-vector-store-file.cjs.map +1 -1
- package/dist/actions/create-vector-store-file.d.cts +55 -3
- package/dist/actions/create-vector-store-file.d.cts.map +1 -1
- package/dist/actions/create-vector-store-file.d.mts +55 -3
- package/dist/actions/create-vector-store-file.d.mts.map +1 -1
- package/dist/actions/create-vector-store-file.mjs +9 -9
- package/dist/actions/create-vector-store-file.mjs.map +1 -1
- package/dist/actions/create-vector-store.cjs +11 -11
- package/dist/actions/create-vector-store.cjs.map +1 -1
- package/dist/actions/create-vector-store.d.cts +68 -3
- package/dist/actions/create-vector-store.d.cts.map +1 -1
- package/dist/actions/create-vector-store.d.mts +68 -3
- package/dist/actions/create-vector-store.d.mts.map +1 -1
- package/dist/actions/create-vector-store.mjs +11 -11
- package/dist/actions/create-vector-store.mjs.map +1 -1
- package/dist/actions/create-video-remix.cjs +6 -6
- package/dist/actions/create-video-remix.cjs.map +1 -1
- package/dist/actions/create-video-remix.d.cts +40 -3
- package/dist/actions/create-video-remix.d.cts.map +1 -1
- package/dist/actions/create-video-remix.d.mts +40 -3
- package/dist/actions/create-video-remix.d.mts.map +1 -1
- package/dist/actions/create-video-remix.mjs +6 -6
- package/dist/actions/create-video-remix.mjs.map +1 -1
- package/dist/actions/create-video.cjs +10 -10
- package/dist/actions/create-video.cjs.map +1 -1
- package/dist/actions/create-video.d.cts +39 -3
- package/dist/actions/create-video.d.cts.map +1 -1
- package/dist/actions/create-video.d.mts +39 -3
- package/dist/actions/create-video.d.mts.map +1 -1
- package/dist/actions/create-video.mjs +10 -10
- package/dist/actions/create-video.mjs.map +1 -1
- package/dist/actions/delete-assistant.cjs.map +1 -1
- package/dist/actions/delete-assistant.d.cts +11 -3
- package/dist/actions/delete-assistant.d.cts.map +1 -1
- package/dist/actions/delete-assistant.d.mts +11 -3
- package/dist/actions/delete-assistant.d.mts.map +1 -1
- package/dist/actions/delete-assistant.mjs.map +1 -1
- package/dist/actions/delete-chat-completion.cjs +3 -3
- package/dist/actions/delete-chat-completion.cjs.map +1 -1
- package/dist/actions/delete-chat-completion.d.cts +11 -3
- package/dist/actions/delete-chat-completion.d.cts.map +1 -1
- package/dist/actions/delete-chat-completion.d.mts +11 -3
- package/dist/actions/delete-chat-completion.d.mts.map +1 -1
- package/dist/actions/delete-chat-completion.mjs +3 -3
- package/dist/actions/delete-chat-completion.mjs.map +1 -1
- package/dist/actions/delete-container-file.cjs.map +1 -1
- package/dist/actions/delete-container-file.d.cts +13 -3
- package/dist/actions/delete-container-file.d.cts.map +1 -1
- package/dist/actions/delete-container-file.d.mts +13 -3
- package/dist/actions/delete-container-file.d.mts.map +1 -1
- package/dist/actions/delete-container-file.mjs.map +1 -1
- package/dist/actions/delete-container.cjs +3 -3
- package/dist/actions/delete-container.cjs.map +1 -1
- package/dist/actions/delete-container.d.cts +11 -3
- package/dist/actions/delete-container.d.cts.map +1 -1
- package/dist/actions/delete-container.d.mts +11 -3
- package/dist/actions/delete-container.d.mts.map +1 -1
- package/dist/actions/delete-container.mjs +3 -3
- package/dist/actions/delete-container.mjs.map +1 -1
- package/dist/actions/delete-conversation-item.cjs.map +1 -1
- package/dist/actions/delete-conversation-item.d.cts +14 -3
- package/dist/actions/delete-conversation-item.d.cts.map +1 -1
- package/dist/actions/delete-conversation-item.d.mts +14 -3
- package/dist/actions/delete-conversation-item.d.mts.map +1 -1
- package/dist/actions/delete-conversation-item.mjs.map +1 -1
- package/dist/actions/delete-conversation.cjs +3 -3
- package/dist/actions/delete-conversation.cjs.map +1 -1
- package/dist/actions/delete-conversation.d.cts +11 -3
- package/dist/actions/delete-conversation.d.cts.map +1 -1
- package/dist/actions/delete-conversation.d.mts +11 -3
- package/dist/actions/delete-conversation.d.mts.map +1 -1
- package/dist/actions/delete-conversation.mjs +3 -3
- package/dist/actions/delete-conversation.mjs.map +1 -1
- package/dist/actions/delete-eval-run.cjs +3 -3
- package/dist/actions/delete-eval-run.cjs.map +1 -1
- package/dist/actions/delete-eval-run.d.cts +13 -3
- package/dist/actions/delete-eval-run.d.cts.map +1 -1
- package/dist/actions/delete-eval-run.d.mts +13 -3
- package/dist/actions/delete-eval-run.d.mts.map +1 -1
- package/dist/actions/delete-eval-run.mjs +3 -3
- package/dist/actions/delete-eval-run.mjs.map +1 -1
- package/dist/actions/delete-eval.cjs +3 -3
- package/dist/actions/delete-eval.cjs.map +1 -1
- package/dist/actions/delete-eval.d.cts +11 -3
- package/dist/actions/delete-eval.d.cts.map +1 -1
- package/dist/actions/delete-eval.d.mts +11 -3
- package/dist/actions/delete-eval.d.mts.map +1 -1
- package/dist/actions/delete-eval.mjs +3 -3
- package/dist/actions/delete-eval.mjs.map +1 -1
- package/dist/actions/delete-file.cjs +3 -3
- package/dist/actions/delete-file.cjs.map +1 -1
- package/dist/actions/delete-file.d.cts +11 -3
- package/dist/actions/delete-file.d.cts.map +1 -1
- package/dist/actions/delete-file.d.mts +11 -3
- package/dist/actions/delete-file.d.mts.map +1 -1
- package/dist/actions/delete-file.mjs +3 -3
- package/dist/actions/delete-file.mjs.map +1 -1
- package/dist/actions/delete-message.cjs +3 -3
- package/dist/actions/delete-message.cjs.map +1 -1
- package/dist/actions/delete-message.d.cts +13 -3
- package/dist/actions/delete-message.d.cts.map +1 -1
- package/dist/actions/delete-message.d.mts +13 -3
- package/dist/actions/delete-message.d.mts.map +1 -1
- package/dist/actions/delete-message.mjs +3 -3
- package/dist/actions/delete-message.mjs.map +1 -1
- package/dist/actions/delete-response.cjs +3 -3
- package/dist/actions/delete-response.cjs.map +1 -1
- package/dist/actions/delete-response.d.cts +11 -3
- package/dist/actions/delete-response.d.cts.map +1 -1
- package/dist/actions/delete-response.d.mts +11 -3
- package/dist/actions/delete-response.d.mts.map +1 -1
- package/dist/actions/delete-response.mjs +3 -3
- package/dist/actions/delete-response.mjs.map +1 -1
- package/dist/actions/delete-skill.cjs +3 -3
- package/dist/actions/delete-skill.cjs.map +1 -1
- package/dist/actions/delete-skill.d.cts +11 -3
- package/dist/actions/delete-skill.d.cts.map +1 -1
- package/dist/actions/delete-skill.d.mts +11 -3
- package/dist/actions/delete-skill.d.mts.map +1 -1
- package/dist/actions/delete-skill.mjs +3 -3
- package/dist/actions/delete-skill.mjs.map +1 -1
- package/dist/actions/delete-thread.cjs +3 -3
- package/dist/actions/delete-thread.cjs.map +1 -1
- package/dist/actions/delete-thread.d.cts +11 -3
- package/dist/actions/delete-thread.d.cts.map +1 -1
- package/dist/actions/delete-thread.d.mts +11 -3
- package/dist/actions/delete-thread.d.mts.map +1 -1
- package/dist/actions/delete-thread.mjs +3 -3
- package/dist/actions/delete-thread.mjs.map +1 -1
- package/dist/actions/delete-vector-store-file.cjs.map +1 -1
- package/dist/actions/delete-vector-store-file.d.cts +13 -3
- package/dist/actions/delete-vector-store-file.d.cts.map +1 -1
- package/dist/actions/delete-vector-store-file.d.mts +13 -3
- package/dist/actions/delete-vector-store-file.d.mts.map +1 -1
- package/dist/actions/delete-vector-store-file.mjs.map +1 -1
- package/dist/actions/delete-vector-store.cjs +3 -3
- package/dist/actions/delete-vector-store.cjs.map +1 -1
- package/dist/actions/delete-vector-store.d.cts +11 -3
- package/dist/actions/delete-vector-store.d.cts.map +1 -1
- package/dist/actions/delete-vector-store.d.mts +11 -3
- package/dist/actions/delete-vector-store.d.mts.map +1 -1
- package/dist/actions/delete-vector-store.mjs +3 -3
- package/dist/actions/delete-vector-store.mjs.map +1 -1
- package/dist/actions/delete-video.cjs +3 -3
- package/dist/actions/delete-video.cjs.map +1 -1
- package/dist/actions/delete-video.d.cts +11 -3
- package/dist/actions/delete-video.d.cts.map +1 -1
- package/dist/actions/delete-video.d.mts +11 -3
- package/dist/actions/delete-video.d.mts.map +1 -1
- package/dist/actions/delete-video.mjs +3 -3
- package/dist/actions/delete-video.mjs.map +1 -1
- package/dist/actions/download-file.cjs +3 -3
- package/dist/actions/download-file.cjs.map +1 -1
- package/dist/actions/download-file.d.cts +13 -3
- package/dist/actions/download-file.d.cts.map +1 -1
- package/dist/actions/download-file.d.mts +13 -3
- package/dist/actions/download-file.d.mts.map +1 -1
- package/dist/actions/download-file.mjs +3 -3
- package/dist/actions/download-file.mjs.map +1 -1
- package/dist/actions/download-video.cjs +5 -5
- package/dist/actions/download-video.cjs.map +1 -1
- package/dist/actions/download-video.d.cts +22 -3
- package/dist/actions/download-video.d.cts.map +1 -1
- package/dist/actions/download-video.d.mts +22 -3
- package/dist/actions/download-video.d.mts.map +1 -1
- package/dist/actions/download-video.mjs +5 -5
- package/dist/actions/download-video.mjs.map +1 -1
- package/dist/actions/get-chat-completion-messages.cjs +6 -6
- package/dist/actions/get-chat-completion-messages.cjs.map +1 -1
- package/dist/actions/get-chat-completion-messages.d.cts +32 -3
- package/dist/actions/get-chat-completion-messages.d.cts.map +1 -1
- package/dist/actions/get-chat-completion-messages.d.mts +32 -3
- package/dist/actions/get-chat-completion-messages.d.mts.map +1 -1
- package/dist/actions/get-chat-completion-messages.mjs +6 -6
- package/dist/actions/get-chat-completion-messages.mjs.map +1 -1
- package/dist/actions/get-chat-completion.cjs +10 -10
- package/dist/actions/get-chat-completion.cjs.map +1 -1
- package/dist/actions/get-chat-completion.d.cts +44 -3
- package/dist/actions/get-chat-completion.d.cts.map +1 -1
- package/dist/actions/get-chat-completion.d.mts +44 -3
- package/dist/actions/get-chat-completion.d.mts.map +1 -1
- package/dist/actions/get-chat-completion.mjs +10 -10
- package/dist/actions/get-chat-completion.mjs.map +1 -1
- package/dist/actions/get-chatkit-thread.cjs +7 -7
- package/dist/actions/get-chatkit-thread.cjs.map +1 -1
- package/dist/actions/get-chatkit-thread.d.cts +22 -3
- package/dist/actions/get-chatkit-thread.d.cts.map +1 -1
- package/dist/actions/get-chatkit-thread.d.mts +22 -3
- package/dist/actions/get-chatkit-thread.d.mts.map +1 -1
- package/dist/actions/get-chatkit-thread.mjs +7 -7
- package/dist/actions/get-chatkit-thread.mjs.map +1 -1
- package/dist/actions/get-conversation-item.cjs +2 -2
- package/dist/actions/get-conversation-item.cjs.map +1 -1
- package/dist/actions/get-conversation-item.d.cts +41 -3
- package/dist/actions/get-conversation-item.d.cts.map +1 -1
- package/dist/actions/get-conversation-item.d.mts +41 -3
- package/dist/actions/get-conversation-item.d.mts.map +1 -1
- package/dist/actions/get-conversation-item.mjs +2 -2
- package/dist/actions/get-conversation-item.mjs.map +1 -1
- package/dist/actions/get-eval-run-output-item.cjs +16 -16
- package/dist/actions/get-eval-run-output-item.cjs.map +1 -1
- package/dist/actions/get-eval-run-output-item.d.cts +47 -3
- package/dist/actions/get-eval-run-output-item.d.cts.map +1 -1
- package/dist/actions/get-eval-run-output-item.d.mts +47 -3
- package/dist/actions/get-eval-run-output-item.d.mts.map +1 -1
- package/dist/actions/get-eval-run-output-item.mjs +16 -16
- package/dist/actions/get-eval-run-output-item.mjs.map +1 -1
- package/dist/actions/get-eval-run-output-items.cjs +19 -19
- package/dist/actions/get-eval-run-output-items.cjs.map +1 -1
- package/dist/actions/get-eval-run-output-items.d.cts +68 -3
- package/dist/actions/get-eval-run-output-items.d.cts.map +1 -1
- package/dist/actions/get-eval-run-output-items.d.mts +68 -3
- package/dist/actions/get-eval-run-output-items.d.mts.map +1 -1
- package/dist/actions/get-eval-run-output-items.mjs +19 -19
- package/dist/actions/get-eval-run-output-items.mjs.map +1 -1
- package/dist/actions/get-eval-run.cjs +26 -26
- package/dist/actions/get-eval-run.cjs.map +1 -1
- package/dist/actions/get-eval-run.d.cts +76 -3
- package/dist/actions/get-eval-run.d.cts.map +1 -1
- package/dist/actions/get-eval-run.d.mts +76 -3
- package/dist/actions/get-eval-run.d.mts.map +1 -1
- package/dist/actions/get-eval-run.mjs +26 -26
- package/dist/actions/get-eval-run.mjs.map +1 -1
- package/dist/actions/get-eval-runs.cjs +23 -23
- package/dist/actions/get-eval-runs.cjs.map +1 -1
- package/dist/actions/get-eval-runs.d.cts +64 -3
- package/dist/actions/get-eval-runs.d.cts.map +1 -1
- package/dist/actions/get-eval-runs.d.mts +64 -3
- package/dist/actions/get-eval-runs.d.mts.map +1 -1
- package/dist/actions/get-eval-runs.mjs +23 -23
- package/dist/actions/get-eval-runs.mjs.map +1 -1
- package/dist/actions/get-eval.cjs +4 -4
- package/dist/actions/get-eval.cjs.map +1 -1
- package/dist/actions/get-eval.d.cts +15 -3
- package/dist/actions/get-eval.d.cts.map +1 -1
- package/dist/actions/get-eval.d.mts +15 -3
- package/dist/actions/get-eval.d.mts.map +1 -1
- package/dist/actions/get-eval.mjs +4 -4
- package/dist/actions/get-eval.mjs.map +1 -1
- package/dist/actions/get-input-token-counts.cjs +2 -2
- package/dist/actions/get-input-token-counts.cjs.map +1 -1
- package/dist/actions/get-input-token-counts.d.cts +47 -3
- package/dist/actions/get-input-token-counts.d.cts.map +1 -1
- package/dist/actions/get-input-token-counts.d.mts +47 -3
- package/dist/actions/get-input-token-counts.d.mts.map +1 -1
- package/dist/actions/get-input-token-counts.mjs +2 -2
- package/dist/actions/get-input-token-counts.mjs.map +1 -1
- package/dist/actions/get-message.cjs +12 -12
- package/dist/actions/get-message.cjs.map +1 -1
- package/dist/actions/get-message.d.cts +64 -3
- package/dist/actions/get-message.d.cts.map +1 -1
- package/dist/actions/get-message.d.mts +64 -3
- package/dist/actions/get-message.d.mts.map +1 -1
- package/dist/actions/get-message.mjs +12 -12
- package/dist/actions/get-message.mjs.map +1 -1
- package/dist/actions/get-response.cjs +10 -10
- package/dist/actions/get-response.cjs.map +1 -1
- package/dist/actions/get-response.d.cts +77 -3
- package/dist/actions/get-response.d.cts.map +1 -1
- package/dist/actions/get-response.d.mts +77 -3
- package/dist/actions/get-response.d.mts.map +1 -1
- package/dist/actions/get-response.mjs +10 -10
- package/dist/actions/get-response.mjs.map +1 -1
- package/dist/actions/get-run-step.cjs +29 -29
- package/dist/actions/get-run-step.cjs.map +1 -1
- package/dist/actions/get-run-step.d.cts +91 -3
- package/dist/actions/get-run-step.d.cts.map +1 -1
- package/dist/actions/get-run-step.d.mts +91 -3
- package/dist/actions/get-run-step.d.mts.map +1 -1
- package/dist/actions/get-run-step.mjs +29 -29
- package/dist/actions/get-run-step.mjs.map +1 -1
- package/dist/actions/get-vector-store-file-batch.cjs +9 -9
- package/dist/actions/get-vector-store-file-batch.cjs.map +1 -1
- package/dist/actions/get-vector-store-file-batch.d.cts +27 -3
- package/dist/actions/get-vector-store-file-batch.d.cts.map +1 -1
- package/dist/actions/get-vector-store-file-batch.d.mts +27 -3
- package/dist/actions/get-vector-store-file-batch.d.mts.map +1 -1
- package/dist/actions/get-vector-store-file-batch.mjs +9 -9
- package/dist/actions/get-vector-store-file-batch.mjs.map +1 -1
- package/dist/actions/get-vector-store-file.cjs +9 -9
- package/dist/actions/get-vector-store-file.cjs.map +1 -1
- package/dist/actions/get-vector-store-file.d.cts +32 -3
- package/dist/actions/get-vector-store-file.d.cts.map +1 -1
- package/dist/actions/get-vector-store-file.d.mts +32 -3
- package/dist/actions/get-vector-store-file.d.mts.map +1 -1
- package/dist/actions/get-vector-store-file.mjs +9 -9
- package/dist/actions/get-vector-store-file.mjs.map +1 -1
- package/dist/actions/get-vector-store.cjs +11 -11
- package/dist/actions/get-vector-store.cjs.map +1 -1
- package/dist/actions/get-vector-store.d.cts +34 -3
- package/dist/actions/get-vector-store.d.cts.map +1 -1
- package/dist/actions/get-vector-store.d.mts +34 -3
- package/dist/actions/get-vector-store.d.mts.map +1 -1
- package/dist/actions/get-vector-store.mjs +11 -11
- package/dist/actions/get-vector-store.mjs.map +1 -1
- package/dist/actions/get-video.cjs +7 -7
- package/dist/actions/get-video.cjs.map +1 -1
- package/dist/actions/get-video.d.cts +38 -3
- package/dist/actions/get-video.d.cts.map +1 -1
- package/dist/actions/get-video.d.mts +38 -3
- package/dist/actions/get-video.d.mts.map +1 -1
- package/dist/actions/get-video.mjs +7 -7
- package/dist/actions/get-video.mjs.map +1 -1
- package/dist/actions/list-assistants.cjs +15 -15
- package/dist/actions/list-assistants.cjs.map +1 -1
- package/dist/actions/list-assistants.d.cts +77 -3
- package/dist/actions/list-assistants.d.cts.map +1 -1
- package/dist/actions/list-assistants.d.mts +77 -3
- package/dist/actions/list-assistants.d.mts.map +1 -1
- package/dist/actions/list-assistants.mjs +15 -15
- package/dist/actions/list-assistants.mjs.map +1 -1
- package/dist/actions/list-batches.cjs +17 -17
- package/dist/actions/list-batches.cjs.map +1 -1
- package/dist/actions/list-batches.d.cts +64 -3
- package/dist/actions/list-batches.d.cts.map +1 -1
- package/dist/actions/list-batches.d.mts +64 -3
- package/dist/actions/list-batches.d.mts.map +1 -1
- package/dist/actions/list-batches.mjs +17 -17
- package/dist/actions/list-batches.mjs.map +1 -1
- package/dist/actions/list-chat-completions.cjs +10 -10
- package/dist/actions/list-chat-completions.cjs.map +1 -1
- package/dist/actions/list-chat-completions.d.cts +44 -3
- package/dist/actions/list-chat-completions.d.cts.map +1 -1
- package/dist/actions/list-chat-completions.d.mts +44 -3
- package/dist/actions/list-chat-completions.d.mts.map +1 -1
- package/dist/actions/list-chat-completions.mjs +10 -10
- package/dist/actions/list-chat-completions.mjs.map +1 -1
- package/dist/actions/list-chatkit-thread-items.cjs +7 -7
- package/dist/actions/list-chatkit-thread-items.cjs.map +1 -1
- package/dist/actions/list-chatkit-thread-items.d.cts +43 -3
- package/dist/actions/list-chatkit-thread-items.d.cts.map +1 -1
- package/dist/actions/list-chatkit-thread-items.d.mts +43 -3
- package/dist/actions/list-chatkit-thread-items.d.mts.map +1 -1
- package/dist/actions/list-chatkit-thread-items.mjs +7 -7
- package/dist/actions/list-chatkit-thread-items.mjs.map +1 -1
- package/dist/actions/list-container-files.cjs +9 -9
- package/dist/actions/list-container-files.cjs.map +1 -1
- package/dist/actions/list-container-files.d.cts +30 -3
- package/dist/actions/list-container-files.d.cts.map +1 -1
- package/dist/actions/list-container-files.d.mts +30 -3
- package/dist/actions/list-container-files.d.mts.map +1 -1
- package/dist/actions/list-container-files.mjs +9 -9
- package/dist/actions/list-container-files.mjs.map +1 -1
- package/dist/actions/list-containers.cjs +7 -7
- package/dist/actions/list-containers.cjs.map +1 -1
- package/dist/actions/list-containers.d.cts +38 -3
- package/dist/actions/list-containers.d.cts.map +1 -1
- package/dist/actions/list-containers.d.mts +38 -3
- package/dist/actions/list-containers.d.mts.map +1 -1
- package/dist/actions/list-containers.mjs +7 -7
- package/dist/actions/list-containers.mjs.map +1 -1
- package/dist/actions/list-conversation-items.cjs +4 -4
- package/dist/actions/list-conversation-items.cjs.map +1 -1
- package/dist/actions/list-conversation-items.d.cts +54 -3
- package/dist/actions/list-conversation-items.d.cts.map +1 -1
- package/dist/actions/list-conversation-items.d.mts +54 -3
- package/dist/actions/list-conversation-items.d.mts.map +1 -1
- package/dist/actions/list-conversation-items.mjs +4 -4
- package/dist/actions/list-conversation-items.mjs.map +1 -1
- package/dist/actions/list-engines.cjs +6 -6
- package/dist/actions/list-engines.cjs.map +1 -1
- package/dist/actions/list-engines.d.cts +12 -3
- package/dist/actions/list-engines.d.cts.map +1 -1
- package/dist/actions/list-engines.d.mts +12 -3
- package/dist/actions/list-engines.d.mts.map +1 -1
- package/dist/actions/list-engines.mjs +6 -6
- package/dist/actions/list-engines.mjs.map +1 -1
- package/dist/actions/list-evals.cjs +36 -36
- package/dist/actions/list-evals.cjs.map +1 -1
- package/dist/actions/list-evals.d.cts +138 -3
- package/dist/actions/list-evals.d.cts.map +1 -1
- package/dist/actions/list-evals.d.mts +138 -3
- package/dist/actions/list-evals.d.mts.map +1 -1
- package/dist/actions/list-evals.mjs +36 -36
- package/dist/actions/list-evals.mjs.map +1 -1
- package/dist/actions/list-files-in-vector-store-batch.cjs +11 -11
- package/dist/actions/list-files-in-vector-store-batch.cjs.map +1 -1
- package/dist/actions/list-files-in-vector-store-batch.d.cts +56 -3
- package/dist/actions/list-files-in-vector-store-batch.d.cts.map +1 -1
- package/dist/actions/list-files-in-vector-store-batch.d.mts +56 -3
- package/dist/actions/list-files-in-vector-store-batch.d.mts.map +1 -1
- package/dist/actions/list-files-in-vector-store-batch.mjs +11 -11
- package/dist/actions/list-files-in-vector-store-batch.mjs.map +1 -1
- package/dist/actions/list-files.cjs +8 -8
- package/dist/actions/list-files.cjs.map +1 -1
- package/dist/actions/list-files.d.cts +27 -3
- package/dist/actions/list-files.d.cts.map +1 -1
- package/dist/actions/list-files.d.mts +27 -3
- package/dist/actions/list-files.d.mts.map +1 -1
- package/dist/actions/list-files.mjs +8 -8
- package/dist/actions/list-files.mjs.map +1 -1
- package/dist/actions/list-fine-tunes.cjs +20 -20
- package/dist/actions/list-fine-tunes.cjs.map +1 -1
- package/dist/actions/list-fine-tunes.d.cts +61 -3
- package/dist/actions/list-fine-tunes.d.cts.map +1 -1
- package/dist/actions/list-fine-tunes.d.mts +61 -3
- package/dist/actions/list-fine-tunes.d.mts.map +1 -1
- package/dist/actions/list-fine-tunes.mjs +20 -20
- package/dist/actions/list-fine-tunes.mjs.map +1 -1
- package/dist/actions/list-fine-tuning-events.cjs +7 -7
- package/dist/actions/list-fine-tuning-events.cjs.map +1 -1
- package/dist/actions/list-fine-tuning-events.d.cts +23 -3
- package/dist/actions/list-fine-tuning-events.d.cts.map +1 -1
- package/dist/actions/list-fine-tuning-events.d.mts +23 -3
- package/dist/actions/list-fine-tuning-events.d.mts.map +1 -1
- package/dist/actions/list-fine-tuning-events.mjs +7 -7
- package/dist/actions/list-fine-tuning-events.mjs.map +1 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.cjs +8 -8
- package/dist/actions/list-fine-tuning-job-checkpoints.cjs.map +1 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.cts +33 -3
- package/dist/actions/list-fine-tuning-job-checkpoints.d.cts.map +1 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.mts +33 -3
- package/dist/actions/list-fine-tuning-job-checkpoints.d.mts.map +1 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.mjs +8 -8
- package/dist/actions/list-fine-tuning-job-checkpoints.mjs.map +1 -1
- package/dist/actions/list-input-items.cjs +6 -6
- package/dist/actions/list-input-items.cjs.map +1 -1
- package/dist/actions/list-input-items.d.cts +52 -3
- package/dist/actions/list-input-items.d.cts.map +1 -1
- package/dist/actions/list-input-items.d.mts +52 -3
- package/dist/actions/list-input-items.d.mts.map +1 -1
- package/dist/actions/list-input-items.mjs +6 -6
- package/dist/actions/list-input-items.mjs.map +1 -1
- package/dist/actions/list-messages.cjs +14 -14
- package/dist/actions/list-messages.cjs.map +1 -1
- package/dist/actions/list-messages.d.cts +79 -3
- package/dist/actions/list-messages.d.cts.map +1 -1
- package/dist/actions/list-messages.d.mts +79 -3
- package/dist/actions/list-messages.d.mts.map +1 -1
- package/dist/actions/list-messages.mjs +14 -14
- package/dist/actions/list-messages.mjs.map +1 -1
- package/dist/actions/list-models.cjs +16 -16
- package/dist/actions/list-models.cjs.map +1 -1
- package/dist/actions/list-models.d.cts +27 -3
- package/dist/actions/list-models.d.cts.map +1 -1
- package/dist/actions/list-models.d.mts +27 -3
- package/dist/actions/list-models.d.mts.map +1 -1
- package/dist/actions/list-models.mjs +16 -16
- package/dist/actions/list-models.mjs.map +1 -1
- package/dist/actions/list-run-steps.cjs +31 -31
- package/dist/actions/list-run-steps.cjs.map +1 -1
- package/dist/actions/list-run-steps.d.cts +106 -3
- package/dist/actions/list-run-steps.d.cts.map +1 -1
- package/dist/actions/list-run-steps.d.mts +106 -3
- package/dist/actions/list-run-steps.d.mts.map +1 -1
- package/dist/actions/list-run-steps.mjs +31 -31
- package/dist/actions/list-run-steps.mjs.map +1 -1
- package/dist/actions/list-runs.cjs +16 -16
- package/dist/actions/list-runs.cjs.map +1 -1
- package/dist/actions/list-runs.d.cts +77 -3
- package/dist/actions/list-runs.d.cts.map +1 -1
- package/dist/actions/list-runs.d.mts +77 -3
- package/dist/actions/list-runs.d.mts.map +1 -1
- package/dist/actions/list-runs.mjs +16 -16
- package/dist/actions/list-runs.mjs.map +1 -1
- package/dist/actions/list-skills.cjs +9 -9
- package/dist/actions/list-skills.cjs.map +1 -1
- package/dist/actions/list-skills.d.cts +28 -3
- package/dist/actions/list-skills.d.cts.map +1 -1
- package/dist/actions/list-skills.d.mts +28 -3
- package/dist/actions/list-skills.d.mts.map +1 -1
- package/dist/actions/list-skills.mjs +9 -9
- package/dist/actions/list-skills.mjs.map +1 -1
- package/dist/actions/list-threads.cjs +7 -7
- package/dist/actions/list-threads.cjs.map +1 -1
- package/dist/actions/list-threads.d.cts +33 -3
- package/dist/actions/list-threads.d.cts.map +1 -1
- package/dist/actions/list-threads.d.mts +33 -3
- package/dist/actions/list-threads.d.mts.map +1 -1
- package/dist/actions/list-threads.mjs +7 -7
- package/dist/actions/list-threads.mjs.map +1 -1
- package/dist/actions/list-vector-store-files.cjs +9 -9
- package/dist/actions/list-vector-store-files.cjs.map +1 -1
- package/dist/actions/list-vector-store-files.d.cts +49 -3
- package/dist/actions/list-vector-store-files.d.cts.map +1 -1
- package/dist/actions/list-vector-store-files.d.mts +49 -3
- package/dist/actions/list-vector-store-files.d.mts.map +1 -1
- package/dist/actions/list-vector-store-files.mjs +9 -9
- package/dist/actions/list-vector-store-files.mjs.map +1 -1
- package/dist/actions/list-vector-stores.cjs +14 -14
- package/dist/actions/list-vector-stores.cjs.map +1 -1
- package/dist/actions/list-vector-stores.d.cts +49 -3
- package/dist/actions/list-vector-stores.d.cts.map +1 -1
- package/dist/actions/list-vector-stores.d.mts +49 -3
- package/dist/actions/list-vector-stores.d.mts.map +1 -1
- package/dist/actions/list-vector-stores.mjs +14 -14
- package/dist/actions/list-vector-stores.mjs.map +1 -1
- package/dist/actions/list-videos.cjs +9 -9
- package/dist/actions/list-videos.cjs.map +1 -1
- package/dist/actions/list-videos.d.cts +51 -3
- package/dist/actions/list-videos.d.cts.map +1 -1
- package/dist/actions/list-videos.d.mts +51 -3
- package/dist/actions/list-videos.d.mts.map +1 -1
- package/dist/actions/list-videos.mjs +9 -9
- package/dist/actions/list-videos.mjs.map +1 -1
- package/dist/actions/modify-assistant.cjs +4 -4
- package/dist/actions/modify-assistant.cjs.map +1 -1
- package/dist/actions/modify-assistant.d.cts +55 -3
- package/dist/actions/modify-assistant.d.cts.map +1 -1
- package/dist/actions/modify-assistant.d.mts +55 -3
- package/dist/actions/modify-assistant.d.mts.map +1 -1
- package/dist/actions/modify-assistant.mjs +4 -4
- package/dist/actions/modify-assistant.mjs.map +1 -1
- package/dist/actions/modify-message.cjs +10 -10
- package/dist/actions/modify-message.cjs.map +1 -1
- package/dist/actions/modify-message.d.cts +64 -3
- package/dist/actions/modify-message.d.cts.map +1 -1
- package/dist/actions/modify-message.d.mts +64 -3
- package/dist/actions/modify-message.d.mts.map +1 -1
- package/dist/actions/modify-message.mjs +10 -10
- package/dist/actions/modify-message.mjs.map +1 -1
- package/dist/actions/modify-run.cjs +15 -15
- package/dist/actions/modify-run.cjs.map +1 -1
- package/dist/actions/modify-run.d.cts +71 -3
- package/dist/actions/modify-run.d.cts.map +1 -1
- package/dist/actions/modify-run.d.mts +71 -3
- package/dist/actions/modify-run.d.mts.map +1 -1
- package/dist/actions/modify-run.mjs +15 -15
- package/dist/actions/modify-run.mjs.map +1 -1
- package/dist/actions/modify-thread.cjs +3 -3
- package/dist/actions/modify-thread.cjs.map +1 -1
- package/dist/actions/modify-thread.d.cts +14 -3
- package/dist/actions/modify-thread.d.cts.map +1 -1
- package/dist/actions/modify-thread.d.mts +14 -3
- package/dist/actions/modify-thread.d.mts.map +1 -1
- package/dist/actions/modify-thread.mjs +3 -3
- package/dist/actions/modify-thread.mjs.map +1 -1
- package/dist/actions/modify-vector-store.cjs +11 -11
- package/dist/actions/modify-vector-store.cjs.map +1 -1
- package/dist/actions/modify-vector-store.d.cts +48 -3
- package/dist/actions/modify-vector-store.d.cts.map +1 -1
- package/dist/actions/modify-vector-store.d.mts +48 -3
- package/dist/actions/modify-vector-store.d.mts.map +1 -1
- package/dist/actions/modify-vector-store.mjs +11 -11
- package/dist/actions/modify-vector-store.mjs.map +1 -1
- package/dist/actions/retrieve-assistant.cjs +6 -6
- package/dist/actions/retrieve-assistant.cjs.map +1 -1
- package/dist/actions/retrieve-assistant.d.cts +26 -3
- package/dist/actions/retrieve-assistant.d.cts.map +1 -1
- package/dist/actions/retrieve-assistant.d.mts +26 -3
- package/dist/actions/retrieve-assistant.d.mts.map +1 -1
- package/dist/actions/retrieve-assistant.mjs +6 -6
- package/dist/actions/retrieve-assistant.mjs.map +1 -1
- package/dist/actions/retrieve-batch.cjs +15 -15
- package/dist/actions/retrieve-batch.cjs.map +1 -1
- package/dist/actions/retrieve-batch.d.cts +56 -3
- package/dist/actions/retrieve-batch.d.cts.map +1 -1
- package/dist/actions/retrieve-batch.d.mts +56 -3
- package/dist/actions/retrieve-batch.d.mts.map +1 -1
- package/dist/actions/retrieve-batch.mjs +15 -15
- package/dist/actions/retrieve-batch.mjs.map +1 -1
- package/dist/actions/retrieve-container-file-content.cjs +3 -3
- package/dist/actions/retrieve-container-file-content.cjs.map +1 -1
- package/dist/actions/retrieve-container-file-content.d.cts +15 -3
- package/dist/actions/retrieve-container-file-content.d.cts.map +1 -1
- package/dist/actions/retrieve-container-file-content.d.mts +15 -3
- package/dist/actions/retrieve-container-file-content.d.mts.map +1 -1
- package/dist/actions/retrieve-container-file-content.mjs +3 -3
- package/dist/actions/retrieve-container-file-content.mjs.map +1 -1
- package/dist/actions/retrieve-container-file.cjs +7 -7
- package/dist/actions/retrieve-container-file.cjs.map +1 -1
- package/dist/actions/retrieve-container-file.d.cts +17 -3
- package/dist/actions/retrieve-container-file.d.cts.map +1 -1
- package/dist/actions/retrieve-container-file.d.mts +17 -3
- package/dist/actions/retrieve-container-file.d.mts.map +1 -1
- package/dist/actions/retrieve-container-file.mjs +7 -7
- package/dist/actions/retrieve-container-file.mjs.map +1 -1
- package/dist/actions/retrieve-container.cjs +6 -6
- package/dist/actions/retrieve-container.cjs.map +1 -1
- package/dist/actions/retrieve-container.d.cts +33 -3
- package/dist/actions/retrieve-container.d.cts.map +1 -1
- package/dist/actions/retrieve-container.d.mts +33 -3
- package/dist/actions/retrieve-container.d.mts.map +1 -1
- package/dist/actions/retrieve-container.mjs +6 -6
- package/dist/actions/retrieve-container.mjs.map +1 -1
- package/dist/actions/retrieve-engine.cjs +5 -5
- package/dist/actions/retrieve-engine.cjs.map +1 -1
- package/dist/actions/retrieve-engine.d.cts +13 -3
- package/dist/actions/retrieve-engine.d.cts.map +1 -1
- package/dist/actions/retrieve-engine.d.mts +13 -3
- package/dist/actions/retrieve-engine.d.mts.map +1 -1
- package/dist/actions/retrieve-engine.mjs +5 -5
- package/dist/actions/retrieve-engine.mjs.map +1 -1
- package/dist/actions/retrieve-file.cjs +5 -5
- package/dist/actions/retrieve-file.cjs.map +1 -1
- package/dist/actions/retrieve-file.d.cts +30 -3
- package/dist/actions/retrieve-file.d.cts.map +1 -1
- package/dist/actions/retrieve-file.d.mts +30 -3
- package/dist/actions/retrieve-file.d.mts.map +1 -1
- package/dist/actions/retrieve-file.mjs +5 -5
- package/dist/actions/retrieve-file.mjs.map +1 -1
- package/dist/actions/retrieve-fine-tuning-job.cjs +9 -9
- package/dist/actions/retrieve-fine-tuning-job.cjs.map +1 -1
- package/dist/actions/retrieve-fine-tuning-job.d.cts +51 -3
- package/dist/actions/retrieve-fine-tuning-job.d.cts.map +1 -1
- package/dist/actions/retrieve-fine-tuning-job.d.mts +51 -3
- package/dist/actions/retrieve-fine-tuning-job.d.mts.map +1 -1
- package/dist/actions/retrieve-fine-tuning-job.mjs +9 -9
- package/dist/actions/retrieve-fine-tuning-job.mjs.map +1 -1
- package/dist/actions/retrieve-model.cjs +15 -15
- package/dist/actions/retrieve-model.cjs.map +1 -1
- package/dist/actions/retrieve-model.d.cts +28 -3
- package/dist/actions/retrieve-model.d.cts.map +1 -1
- package/dist/actions/retrieve-model.d.mts +28 -3
- package/dist/actions/retrieve-model.d.mts.map +1 -1
- package/dist/actions/retrieve-model.mjs +15 -15
- package/dist/actions/retrieve-model.mjs.map +1 -1
- package/dist/actions/retrieve-run.cjs +14 -14
- package/dist/actions/retrieve-run.cjs.map +1 -1
- package/dist/actions/retrieve-run.d.cts +63 -3
- package/dist/actions/retrieve-run.d.cts.map +1 -1
- package/dist/actions/retrieve-run.d.mts +63 -3
- package/dist/actions/retrieve-run.d.mts.map +1 -1
- package/dist/actions/retrieve-run.mjs +14 -14
- package/dist/actions/retrieve-run.mjs.map +1 -1
- package/dist/actions/retrieve-thread.cjs +3 -3
- package/dist/actions/retrieve-thread.cjs.map +1 -1
- package/dist/actions/retrieve-thread.d.cts +12 -3
- package/dist/actions/retrieve-thread.d.cts.map +1 -1
- package/dist/actions/retrieve-thread.d.mts +12 -3
- package/dist/actions/retrieve-thread.d.mts.map +1 -1
- package/dist/actions/retrieve-thread.mjs +3 -3
- package/dist/actions/retrieve-thread.mjs.map +1 -1
- package/dist/actions/retrieve-vector-store-file-content.cjs +4 -4
- package/dist/actions/retrieve-vector-store-file-content.cjs.map +1 -1
- package/dist/actions/retrieve-vector-store-file-content.d.cts +17 -3
- package/dist/actions/retrieve-vector-store-file-content.d.cts.map +1 -1
- package/dist/actions/retrieve-vector-store-file-content.d.mts +17 -3
- package/dist/actions/retrieve-vector-store-file-content.d.mts.map +1 -1
- package/dist/actions/retrieve-vector-store-file-content.mjs +4 -4
- package/dist/actions/retrieve-vector-store-file-content.mjs.map +1 -1
- package/dist/actions/run-grader.cjs +19 -19
- package/dist/actions/run-grader.cjs.map +1 -1
- package/dist/actions/run-grader.d.cts +113 -3
- package/dist/actions/run-grader.d.cts.map +1 -1
- package/dist/actions/run-grader.d.mts +113 -3
- package/dist/actions/run-grader.d.mts.map +1 -1
- package/dist/actions/run-grader.mjs +19 -19
- package/dist/actions/run-grader.mjs.map +1 -1
- package/dist/actions/search-vector-store.cjs +6 -6
- package/dist/actions/search-vector-store.cjs.map +1 -1
- package/dist/actions/search-vector-store.d.cts +42 -3
- package/dist/actions/search-vector-store.d.cts.map +1 -1
- package/dist/actions/search-vector-store.d.mts +42 -3
- package/dist/actions/search-vector-store.d.mts.map +1 -1
- package/dist/actions/search-vector-store.mjs +6 -6
- package/dist/actions/search-vector-store.mjs.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.cjs +16 -16
- package/dist/actions/submit-tool-outputs-to-run.cjs.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.d.cts +79 -3
- package/dist/actions/submit-tool-outputs-to-run.d.cts.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.d.mts +79 -3
- package/dist/actions/submit-tool-outputs-to-run.d.mts.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.mjs +16 -16
- package/dist/actions/submit-tool-outputs-to-run.mjs.map +1 -1
- package/dist/actions/update-chat-completion.cjs +10 -10
- package/dist/actions/update-chat-completion.cjs.map +1 -1
- package/dist/actions/update-chat-completion.d.cts +46 -3
- package/dist/actions/update-chat-completion.d.cts.map +1 -1
- package/dist/actions/update-chat-completion.d.mts +46 -3
- package/dist/actions/update-chat-completion.d.mts.map +1 -1
- package/dist/actions/update-chat-completion.mjs +10 -10
- package/dist/actions/update-chat-completion.mjs.map +1 -1
- package/dist/actions/update-conversation.cjs +3 -3
- package/dist/actions/update-conversation.cjs.map +1 -1
- package/dist/actions/update-conversation.d.cts +14 -3
- package/dist/actions/update-conversation.d.cts.map +1 -1
- package/dist/actions/update-conversation.d.mts +14 -3
- package/dist/actions/update-conversation.d.mts.map +1 -1
- package/dist/actions/update-conversation.mjs +3 -3
- package/dist/actions/update-conversation.mjs.map +1 -1
- package/dist/actions/update-eval.cjs +4 -4
- package/dist/actions/update-eval.cjs.map +1 -1
- package/dist/actions/update-eval.d.cts +19 -3
- package/dist/actions/update-eval.d.cts.map +1 -1
- package/dist/actions/update-eval.d.mts +19 -3
- package/dist/actions/update-eval.d.mts.map +1 -1
- package/dist/actions/update-eval.mjs +4 -4
- package/dist/actions/update-eval.mjs.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.cjs +9 -9
- package/dist/actions/update-vector-store-file-attributes.cjs.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.cts +34 -3
- package/dist/actions/update-vector-store-file-attributes.d.cts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.mts +34 -3
- package/dist/actions/update-vector-store-file-attributes.d.mts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.mjs +9 -9
- package/dist/actions/update-vector-store-file-attributes.mjs.map +1 -1
- package/dist/actions/upload-file.cjs +7 -7
- package/dist/actions/upload-file.cjs.map +1 -1
- package/dist/actions/upload-file.d.cts +18 -3
- package/dist/actions/upload-file.d.cts.map +1 -1
- package/dist/actions/upload-file.d.mts +18 -3
- package/dist/actions/upload-file.d.mts.map +1 -1
- package/dist/actions/upload-file.mjs +7 -7
- package/dist/actions/upload-file.mjs.map +1 -1
- package/dist/actions/validate-grader.cjs +2 -2
- package/dist/actions/validate-grader.cjs.map +1 -1
- package/dist/actions/validate-grader.d.cts +86 -3
- package/dist/actions/validate-grader.d.cts.map +1 -1
- package/dist/actions/validate-grader.d.mts +86 -3
- package/dist/actions/validate-grader.d.mts.map +1 -1
- package/dist/actions/validate-grader.mjs +2 -2
- package/dist/actions/validate-grader.mjs.map +1 -1
- package/dist/catalog.cjs +14 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +13 -0
- package/dist/catalog.d.mts +13 -0
- package/dist/catalog.mjs +14 -1
- package/dist/catalog.mjs.map +1 -1
- package/dist/execute.cjs +1 -1
- package/dist/execute.cjs.map +1 -1
- package/dist/execute.mjs +1 -1
- package/dist/execute.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,48 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/search-vector-store.d.ts
|
|
4
|
-
declare const OpenaiSearchVectorStoreInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const OpenaiSearchVectorStoreInput: z.ZodObject<{
|
|
5
|
+
query: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
6
|
+
filters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7
|
+
rewrite_query: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
8
|
+
max_num_results: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
9
|
+
ranking_options: z.ZodOptional<z.ZodObject<{
|
|
10
|
+
ranker: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
none: "none";
|
|
12
|
+
auto: "auto";
|
|
13
|
+
"default-2024-11-15": "default-2024-11-15";
|
|
14
|
+
}>>>;
|
|
15
|
+
score_threshold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
vector_store_id: z.ZodString;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
declare const OpenaiSearchVectorStoreOutput: z.ZodObject<{
|
|
20
|
+
data: z.ZodArray<z.ZodObject<{
|
|
21
|
+
score: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
content: z.ZodArray<z.ZodObject<{
|
|
23
|
+
text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
type: z.ZodNullable<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>>;
|
|
26
|
+
file_id: z.ZodNullable<z.ZodString>;
|
|
27
|
+
filename: z.ZodNullable<z.ZodString>;
|
|
28
|
+
attributes: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
29
|
+
}, z.core.$strip>>;
|
|
30
|
+
object: z.ZodNullable<z.ZodString>;
|
|
31
|
+
has_more: z.ZodNullable<z.ZodBoolean>;
|
|
32
|
+
next_page: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
search_query: z.ZodArray<z.ZodString>;
|
|
34
|
+
}, z.core.$strip>;
|
|
35
|
+
declare const openaiSearchVectorStore: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
|
+
query: string | string[];
|
|
37
|
+
vector_store_id: string;
|
|
38
|
+
filters?: Record<string, unknown> | undefined;
|
|
39
|
+
rewrite_query?: boolean | undefined;
|
|
40
|
+
max_num_results?: number | undefined;
|
|
41
|
+
ranking_options?: {
|
|
42
|
+
ranker?: "none" | "auto" | "default-2024-11-15" | undefined;
|
|
43
|
+
score_threshold?: number | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
46
|
//#endregion
|
|
8
47
|
export { openaiSearchVectorStore };
|
|
9
48
|
//# sourceMappingURL=search-vector-store.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-vector-store.d.mts","names":[],"sources":["../../src/actions/search-vector-store.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"search-vector-store.d.mts","names":[],"sources":["../../src/actions/search-vector-store.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAsB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAQ7B,uBAAA,gCAAuB,wBAAA;;;YAMlC,MAAA"}
|
|
@@ -18,13 +18,13 @@ const OpenaiSearchVectorStoreInput = z.object({
|
|
|
18
18
|
}).describe("Request model for searching a vector store.");
|
|
19
19
|
const OpenaiSearchVectorStore_ContentItemSchema = z.object({
|
|
20
20
|
text: z.string().describe("The text content, if type is 'text'.").nullable().optional(),
|
|
21
|
-
type: z.string().describe("The type of content (e.g., 'text').")
|
|
21
|
+
type: z.string().describe("The type of content (e.g., 'text').").nullable()
|
|
22
22
|
}).describe("An item in the content array of a search result.");
|
|
23
23
|
const OpenaiSearchVectorStore_SearchResultItemSchema = z.object({
|
|
24
|
-
score: z.number().describe("The relevance score of this result."),
|
|
24
|
+
score: z.number().describe("The relevance score of this result.").nullable(),
|
|
25
25
|
content: z.array(OpenaiSearchVectorStore_ContentItemSchema).describe("The content items from the file that matched the query."),
|
|
26
|
-
file_id: z.string().describe("The ID of the file containing this result."),
|
|
27
|
-
filename: z.string().describe("The name of the file containing this result."),
|
|
26
|
+
file_id: z.string().describe("The ID of the file containing this result.").nullable(),
|
|
27
|
+
filename: z.string().describe("The name of the file containing this result.").nullable(),
|
|
28
28
|
attributes: z.record(z.string(), z.unknown()).describe("File attributes associated with this result.")
|
|
29
29
|
}).describe("A single search result item.");
|
|
30
30
|
const openaiSearchVectorStore = action("OPENAI_SEARCH_VECTOR_STORE", {
|
|
@@ -34,8 +34,8 @@ const openaiSearchVectorStore = action("OPENAI_SEARCH_VECTOR_STORE", {
|
|
|
34
34
|
input: OpenaiSearchVectorStoreInput,
|
|
35
35
|
output: z.object({
|
|
36
36
|
data: z.array(OpenaiSearchVectorStore_SearchResultItemSchema).describe("The list of search result items."),
|
|
37
|
-
object: z.string().describe("The object type, which is always 'vector_store.search_results.page'."),
|
|
38
|
-
has_more: z.boolean().describe("Indicates if there are more results to fetch."),
|
|
37
|
+
object: z.string().describe("The object type, which is always 'vector_store.search_results.page'.").nullable(),
|
|
38
|
+
has_more: z.boolean().describe("Indicates if there are more results to fetch.").nullable(),
|
|
39
39
|
next_page: z.string().describe("Cursor for fetching the next page of results, if available.").nullable().optional(),
|
|
40
40
|
search_query: z.array(z.string()).describe("The query used for this search.")
|
|
41
41
|
}).describe("Response schema for vector store search.")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-vector-store.mjs","names":[],"sources":["../../src/actions/search-vector-store.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSearchVectorStoreInput
|
|
1
|
+
{"version":3,"file":"search-vector-store.mjs","names":[],"sources":["../../src/actions/search-vector-store.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSearchVectorStoreInput = z.object({\n query: z.union([z.string(), z.array(z.string())]),\n filters: z.record(z.string(), z.unknown()).describe(\"A filter to apply based on file attributes. Can be a comparison filter with 'type', 'key', and 'value' fields, or a compound filter with 'type' and 'filters' fields combining multiple filters.\").optional(),\n rewrite_query: z.boolean().default(false).describe(\"Whether to rewrite the natural language query for vector search.\").optional(),\n max_num_results: z.number().int().default(10).describe(\"The maximum number of results to return. Must be between 1 and 50.\").optional(),\n ranking_options: z.object({\n ranker: z.enum([\"none\", \"auto\", \"default-2024-11-15\"]).default(\"auto\").describe(\"Enable re-ranking; set to 'none' to disable, which can help reduce latency. Default is 'auto'.\").optional(),\n score_threshold: z.number().default(0).describe(\"Minimum score threshold for results. Must be between 0 and 1.\").optional(),\n}).describe(\"Ranking options for search.\").optional(),\n vector_store_id: z.string().describe(\"The ID of the vector store to search.\"),\n}).describe(\"Request model for searching a vector store.\");\nconst OpenaiSearchVectorStore_ContentItemSchema = z.object({\n text: z.string().describe(\"The text content, if type is 'text'.\").nullable().optional(),\n type: z.string().describe(\"The type of content (e.g., 'text').\").nullable(),\n}).describe(\"An item in the content array of a search result.\");\nconst OpenaiSearchVectorStore_SearchResultItemSchema = z.object({\n score: z.number().describe(\"The relevance score of this result.\").nullable(),\n content: z.array(OpenaiSearchVectorStore_ContentItemSchema).describe(\"The content items from the file that matched the query.\"),\n file_id: z.string().describe(\"The ID of the file containing this result.\").nullable(),\n filename: z.string().describe(\"The name of the file containing this result.\").nullable(),\n attributes: z.record(z.string(), z.unknown()).describe(\"File attributes associated with this result.\"),\n}).describe(\"A single search result item.\");\nexport const OpenaiSearchVectorStoreOutput = z.object({\n data: z.array(OpenaiSearchVectorStore_SearchResultItemSchema).describe(\"The list of search result items.\"),\n object: z.string().describe(\"The object type, which is always 'vector_store.search_results.page'.\").nullable(),\n has_more: z.boolean().describe(\"Indicates if there are more results to fetch.\").nullable(),\n next_page: z.string().describe(\"Cursor for fetching the next page of results, if available.\").nullable().optional(),\n search_query: z.array(z.string()).describe(\"The query used for this search.\"),\n}).describe(\"Response schema for vector store search.\");\n\nexport const openaiSearchVectorStore = action(\"OPENAI_SEARCH_VECTOR_STORE\", {\n slug: \"openai-search-vector-store\",\n name: \"Search Vector Store\",\n description: \"Tool to search a vector store for relevant chunks based on a query and file attributes filter. Use when you need to find specific content within a vector store for retrieval-augmented generation (RAG) or custom search workflows.\",\n input: OpenaiSearchVectorStoreInput,\n output: OpenaiSearchVectorStoreOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO;CACnD,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CAChD,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kMAAkM,CAAC,CAAC,SAAS;CACjQ,eAAe,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAChI,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACtI,iBAAiB,EAAE,OAAO;EAC1B,QAAQ,EAAE,KAAK;GAAC;GAAQ;GAAQ;EAAoB,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;EAC3L,iBAAiB,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClD,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC9E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA4C,EAAE,OAAO;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,iDAAiD,EAAE,OAAO;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC3E,SAAS,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,yDAAyD;CAC9H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACpF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C;AACvG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAS1C,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb2C,EAAE,OAAO;EACpD,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,kCAAkC;EACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAC7G,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC;CAC9E,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -11,34 +11,34 @@ const OpenaiSubmitToolOutputsToRunInput = zod.z.object({
|
|
|
11
11
|
}).describe("A tool output to submit for a tool call.")).describe("A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request")
|
|
12
12
|
}).describe("Request model for submitting tool outputs to a run.");
|
|
13
13
|
const OpenaiSubmitToolOutputsToRun_UsageSchema = zod.z.object({
|
|
14
|
-
total_tokens: zod.z.number().int().describe("Total tokens used"),
|
|
15
|
-
prompt_tokens: zod.z.number().int().describe("Number of prompt tokens used"),
|
|
16
|
-
completion_tokens: zod.z.number().int().describe("Number of completion tokens used")
|
|
14
|
+
total_tokens: zod.z.number().int().describe("Total tokens used").nullable(),
|
|
15
|
+
prompt_tokens: zod.z.number().int().describe("Number of prompt tokens used").nullable(),
|
|
16
|
+
completion_tokens: zod.z.number().int().describe("Number of completion tokens used").nullable()
|
|
17
17
|
}).describe("Usage statistics for the run.");
|
|
18
18
|
const OpenaiSubmitToolOutputsToRun_LastErrorSchema = zod.z.object({
|
|
19
19
|
code: zod.z.enum([
|
|
20
20
|
"server_error",
|
|
21
21
|
"rate_limit_exceeded",
|
|
22
22
|
"invalid_prompt"
|
|
23
|
-
]).describe("One of server_error, rate_limit_exceeded, or invalid_prompt"),
|
|
24
|
-
message: zod.z.string().describe("A human-readable description of the error")
|
|
23
|
+
]).describe("One of server_error, rate_limit_exceeded, or invalid_prompt").nullable(),
|
|
24
|
+
message: zod.z.string().describe("A human-readable description of the error").nullable()
|
|
25
25
|
}).describe("Last error associated with the run.");
|
|
26
26
|
const OpenaiSubmitToolOutputsToRun_RequiredActionSchema = zod.z.object({
|
|
27
|
-
type: zod.z.string().describe("For now, this is always submit_tool_outputs"),
|
|
27
|
+
type: zod.z.string().describe("For now, this is always submit_tool_outputs").nullable(),
|
|
28
28
|
submit_tool_outputs: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Details on the tool outputs needed for this run to continue")
|
|
29
29
|
}).describe("Details on the action required to continue the run.");
|
|
30
|
-
const OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = zod.z.object({ reason: zod.z.enum(["max_completion_tokens", "max_prompt_tokens"]).describe("The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run") }).describe("Details on why the run is incomplete.");
|
|
30
|
+
const OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = zod.z.object({ reason: zod.z.enum(["max_completion_tokens", "max_prompt_tokens"]).describe("The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run").nullable() }).describe("Details on why the run is incomplete.");
|
|
31
31
|
const OpenaiSubmitToolOutputsToRun_TruncationStrategySchema = zod.z.object({
|
|
32
|
-
type: zod.z.string().describe("Truncation strategy type"),
|
|
32
|
+
type: zod.z.string().describe("Truncation strategy type").nullable(),
|
|
33
33
|
last_messages: zod.z.unknown().describe("Number of most recent messages to retain").nullable().optional()
|
|
34
34
|
}).describe("Thread truncation controls.");
|
|
35
35
|
const OpenaiSubmitToolOutputsToRunOutput = zod.z.object({
|
|
36
|
-
id: zod.z.string().describe("The identifier, which can be referenced in API endpoints"),
|
|
37
|
-
model: zod.z.string().describe("The model that the assistant used for this run"),
|
|
36
|
+
id: zod.z.string().describe("The identifier, which can be referenced in API endpoints").nullable(),
|
|
37
|
+
model: zod.z.string().describe("The model that the assistant used for this run").nullable(),
|
|
38
38
|
tools: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("The list of tools that the assistant used for this run"),
|
|
39
39
|
top_p: zod.z.number().describe("The nucleus sampling value used for this run. If not set, defaults to 1").nullable().optional(),
|
|
40
40
|
usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),
|
|
41
|
-
object: zod.z.string().describe("The object type, which is always thread.run"),
|
|
41
|
+
object: zod.z.string().describe("The object type, which is always thread.run").nullable(),
|
|
42
42
|
status: zod.z.enum([
|
|
43
43
|
"queued",
|
|
44
44
|
"in_progress",
|
|
@@ -49,17 +49,17 @@ const OpenaiSubmitToolOutputsToRunOutput = zod.z.object({
|
|
|
49
49
|
"completed",
|
|
50
50
|
"incomplete",
|
|
51
51
|
"expired"
|
|
52
|
-
]).describe("The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired"),
|
|
52
|
+
]).describe("The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired").nullable(),
|
|
53
53
|
metadata: zod.z.object({}).describe("Set of 16 key-value pairs for storing additional information").nullable().optional(),
|
|
54
54
|
failed_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run failed").nullable().optional(),
|
|
55
|
-
thread_id: zod.z.string().describe("The ID of the thread that was executed on as a part of this run"),
|
|
56
|
-
created_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run was created"),
|
|
55
|
+
thread_id: zod.z.string().describe("The ID of the thread that was executed on as a part of this run").nullable(),
|
|
56
|
+
created_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run was created").nullable(),
|
|
57
57
|
expires_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run will expire").nullable().optional(),
|
|
58
58
|
last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),
|
|
59
59
|
started_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run was started").nullable().optional(),
|
|
60
60
|
temperature: zod.z.number().describe("The sampling temperature used for this run. If not set, defaults to 1").nullable().optional(),
|
|
61
61
|
tool_choice: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
62
|
-
assistant_id: zod.z.string().describe("The ID of the assistant used for execution of this run"),
|
|
62
|
+
assistant_id: zod.z.string().describe("The ID of the assistant used for execution of this run").nullable(),
|
|
63
63
|
cancelled_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run was cancelled").nullable().optional(),
|
|
64
64
|
completed_at: zod.z.number().int().describe("The Unix timestamp (in seconds) for when the run was completed").nullable().optional(),
|
|
65
65
|
instructions: zod.z.string().describe("The instructions that the assistant used for this run").nullable().optional(),
|
|
@@ -67,7 +67,7 @@ const OpenaiSubmitToolOutputsToRunOutput = zod.z.object({
|
|
|
67
67
|
response_format: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
68
68
|
max_prompt_tokens: zod.z.number().int().describe("The maximum number of prompt tokens specified to have been used over the course of the run").nullable().optional(),
|
|
69
69
|
incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),
|
|
70
|
-
parallel_tool_calls: zod.z.boolean().describe("Whether to enable parallel function calling during tool use"),
|
|
70
|
+
parallel_tool_calls: zod.z.boolean().describe("Whether to enable parallel function calling during tool use").nullable(),
|
|
71
71
|
truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),
|
|
72
72
|
max_completion_tokens: zod.z.number().int().describe("The maximum number of completion tokens specified to have been used over the course of the run").nullable().optional()
|
|
73
73
|
}).describe("Response schema for submitting tool outputs to a run.");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-tool-outputs-to-run.cjs","names":["z","action"],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSubmitToolOutputsToRunInput: z.ZodTypeAny = z.object({\n run_id: z.string().describe(\"The ID of the run that requires the tool output submission. The run must have status 'requires_action' and required_action.type must be 'submit_tool_outputs'\"),\n stream: z.boolean().describe(\"If true, returns a stream of events during the run execution after submitting tool outputs\").optional(),\n thread_id: z.string().describe(\"The ID of the thread to which this run belongs\"),\n tool_outputs: z.array(z.object({\n output: z.string().describe(\"The output of the tool call to be submitted to continue the run\"),\n tool_call_id: z.string().describe(\"The ID of the tool call in the required_action object within the run object the output is being submitted for\"),\n}).describe(\"A tool output to submit for a tool call.\")).describe(\"A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request\"),\n}).describe(\"Request model for submitting tool outputs to a run.\");\nconst OpenaiSubmitToolOutputsToRun_UsageSchema: z.ZodTypeAny = z.object({\n total_tokens: z.number().int().describe(\"Total tokens used\"),\n prompt_tokens: z.number().int().describe(\"Number of prompt tokens used\"),\n completion_tokens: z.number().int().describe(\"Number of completion tokens used\"),\n}).describe(\"Usage statistics for the run.\");\nconst OpenaiSubmitToolOutputsToRun_LastErrorSchema: z.ZodTypeAny = z.object({\n code: z.enum([\"server_error\", \"rate_limit_exceeded\", \"invalid_prompt\"]).describe(\"One of server_error, rate_limit_exceeded, or invalid_prompt\"),\n message: z.string().describe(\"A human-readable description of the error\"),\n}).describe(\"Last error associated with the run.\");\nconst OpenaiSubmitToolOutputsToRun_RequiredActionSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"For now, this is always submit_tool_outputs\"),\n submit_tool_outputs: z.record(z.string(), z.unknown()).describe(\"Details on the tool outputs needed for this run to continue\"),\n}).describe(\"Details on the action required to continue the run.\");\nconst OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema: z.ZodTypeAny = z.object({\n reason: z.enum([\"max_completion_tokens\", \"max_prompt_tokens\"]).describe(\"The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run\"),\n}).describe(\"Details on why the run is incomplete.\");\nconst OpenaiSubmitToolOutputsToRun_TruncationStrategySchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Truncation strategy type\"),\n last_messages: z.unknown().describe(\"Number of most recent messages to retain\").nullable().optional(),\n}).describe(\"Thread truncation controls.\");\nexport const OpenaiSubmitToolOutputsToRunOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The identifier, which can be referenced in API endpoints\"),\n model: z.string().describe(\"The model that the assistant used for this run\"),\n tools: z.array(z.record(z.string(), z.unknown())).describe(\"The list of tools that the assistant used for this run\"),\n top_p: z.number().describe(\"The nucleus sampling value used for this run. If not set, defaults to 1\").nullable().optional(),\n usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),\n object: z.string().describe(\"The object type, which is always thread.run\"),\n status: z.enum([\"queued\", \"in_progress\", \"requires_action\", \"cancelling\", \"cancelled\", \"failed\", \"completed\", \"incomplete\", \"expired\"]).describe(\"The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired\"),\n metadata: z.object({}).describe(\"Set of 16 key-value pairs for storing additional information\").nullable().optional(),\n failed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run failed\").nullable().optional(),\n thread_id: z.string().describe(\"The ID of the thread that was executed on as a part of this run\"),\n created_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was created\"),\n expires_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run will expire\").nullable().optional(),\n last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),\n started_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was started\").nullable().optional(),\n temperature: z.number().describe(\"The sampling temperature used for this run. If not set, defaults to 1\").nullable().optional(),\n tool_choice: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n assistant_id: z.string().describe(\"The ID of the assistant used for execution of this run\"),\n cancelled_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was cancelled\").nullable().optional(),\n completed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was completed\").nullable().optional(),\n instructions: z.string().describe(\"The instructions that the assistant used for this run\").nullable().optional(),\n required_action: OpenaiSubmitToolOutputsToRun_RequiredActionSchema.nullable().optional(),\n response_format: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n max_prompt_tokens: z.number().int().describe(\"The maximum number of prompt tokens specified to have been used over the course of the run\").nullable().optional(),\n incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),\n parallel_tool_calls: z.boolean().describe(\"Whether to enable parallel function calling during tool use\"),\n truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),\n max_completion_tokens: z.number().int().describe(\"The maximum number of completion tokens specified to have been used over the course of the run\").nullable().optional(),\n}).describe(\"Response schema for submitting tool outputs to a run.\");\n\nexport const openaiSubmitToolOutputsToRun = action(\"OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN\", {\n slug: \"openai-submit-tool-outputs-to-run\",\n name: \"Submit Tool Outputs to Run\",\n description: \"Tool to submit tool call outputs to continue a run that requires action. Use when a run has status 'requires_action' and required_action.type is 'submit_tool_outputs'. All tool outputs must be submitted together in a single request.\",\n input: OpenaiSubmitToolOutputsToRunInput,\n output: OpenaiSubmitToolOutputsToRunOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"submit-tool-outputs-to-run.cjs","names":["z","action"],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSubmitToolOutputsToRunInput = z.object({\n run_id: z.string().describe(\"The ID of the run that requires the tool output submission. The run must have status 'requires_action' and required_action.type must be 'submit_tool_outputs'\"),\n stream: z.boolean().describe(\"If true, returns a stream of events during the run execution after submitting tool outputs\").optional(),\n thread_id: z.string().describe(\"The ID of the thread to which this run belongs\"),\n tool_outputs: z.array(z.object({\n output: z.string().describe(\"The output of the tool call to be submitted to continue the run\"),\n tool_call_id: z.string().describe(\"The ID of the tool call in the required_action object within the run object the output is being submitted for\"),\n}).describe(\"A tool output to submit for a tool call.\")).describe(\"A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request\"),\n}).describe(\"Request model for submitting tool outputs to a run.\");\nconst OpenaiSubmitToolOutputsToRun_UsageSchema = z.object({\n total_tokens: z.number().int().describe(\"Total tokens used\").nullable(),\n prompt_tokens: z.number().int().describe(\"Number of prompt tokens used\").nullable(),\n completion_tokens: z.number().int().describe(\"Number of completion tokens used\").nullable(),\n}).describe(\"Usage statistics for the run.\");\nconst OpenaiSubmitToolOutputsToRun_LastErrorSchema = z.object({\n code: z.enum([\"server_error\", \"rate_limit_exceeded\", \"invalid_prompt\"]).describe(\"One of server_error, rate_limit_exceeded, or invalid_prompt\").nullable(),\n message: z.string().describe(\"A human-readable description of the error\").nullable(),\n}).describe(\"Last error associated with the run.\");\nconst OpenaiSubmitToolOutputsToRun_RequiredActionSchema = z.object({\n type: z.string().describe(\"For now, this is always submit_tool_outputs\").nullable(),\n submit_tool_outputs: z.record(z.string(), z.unknown()).describe(\"Details on the tool outputs needed for this run to continue\"),\n}).describe(\"Details on the action required to continue the run.\");\nconst OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = z.object({\n reason: z.enum([\"max_completion_tokens\", \"max_prompt_tokens\"]).describe(\"The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run\").nullable(),\n}).describe(\"Details on why the run is incomplete.\");\nconst OpenaiSubmitToolOutputsToRun_TruncationStrategySchema = z.object({\n type: z.string().describe(\"Truncation strategy type\").nullable(),\n last_messages: z.unknown().describe(\"Number of most recent messages to retain\").nullable().optional(),\n}).describe(\"Thread truncation controls.\");\nexport const OpenaiSubmitToolOutputsToRunOutput = z.object({\n id: z.string().describe(\"The identifier, which can be referenced in API endpoints\").nullable(),\n model: z.string().describe(\"The model that the assistant used for this run\").nullable(),\n tools: z.array(z.record(z.string(), z.unknown())).describe(\"The list of tools that the assistant used for this run\"),\n top_p: z.number().describe(\"The nucleus sampling value used for this run. If not set, defaults to 1\").nullable().optional(),\n usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),\n object: z.string().describe(\"The object type, which is always thread.run\").nullable(),\n status: z.enum([\"queued\", \"in_progress\", \"requires_action\", \"cancelling\", \"cancelled\", \"failed\", \"completed\", \"incomplete\", \"expired\"]).describe(\"The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired\").nullable(),\n metadata: z.object({}).describe(\"Set of 16 key-value pairs for storing additional information\").nullable().optional(),\n failed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run failed\").nullable().optional(),\n thread_id: z.string().describe(\"The ID of the thread that was executed on as a part of this run\").nullable(),\n created_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was created\").nullable(),\n expires_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run will expire\").nullable().optional(),\n last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),\n started_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was started\").nullable().optional(),\n temperature: z.number().describe(\"The sampling temperature used for this run. If not set, defaults to 1\").nullable().optional(),\n tool_choice: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n assistant_id: z.string().describe(\"The ID of the assistant used for execution of this run\").nullable(),\n cancelled_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was cancelled\").nullable().optional(),\n completed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was completed\").nullable().optional(),\n instructions: z.string().describe(\"The instructions that the assistant used for this run\").nullable().optional(),\n required_action: OpenaiSubmitToolOutputsToRun_RequiredActionSchema.nullable().optional(),\n response_format: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n max_prompt_tokens: z.number().int().describe(\"The maximum number of prompt tokens specified to have been used over the course of the run\").nullable().optional(),\n incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),\n parallel_tool_calls: z.boolean().describe(\"Whether to enable parallel function calling during tool use\").nullable(),\n truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),\n max_completion_tokens: z.number().int().describe(\"The maximum number of completion tokens specified to have been used over the course of the run\").nullable().optional(),\n}).describe(\"Response schema for submitting tool outputs to a run.\");\n\nexport const openaiSubmitToolOutputsToRun = action(\"OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN\", {\n slug: \"openai-submit-tool-outputs-to-run\",\n name: \"Submit Tool Outputs to Run\",\n description: \"Tool to submit tool call outputs to continue a run that requires action. Use when a run has status 'requires_action' and required_action.type is 'submit_tool_outputs'. All tool outputs must be submitted together in a single request.\",\n input: OpenaiSubmitToolOutputsToRunInput,\n output: OpenaiSubmitToolOutputsToRunOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;CAC3L,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACpI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC/B,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;CACnJ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,mHAAmH;AACrL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACtE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAClF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAgB;EAAuB;CAAgB,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzJ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,oDAAoDA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,qBAAqBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC/H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,uDAAuDA,IAAAA,EAAE,OAAO,EACpE,QAAQA,IAAAA,EAAE,KAAK,CAAC,yBAAyB,mBAAmB,CAAC,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,wDAAwDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC7F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD;CACnH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,OAAO,yCAAyC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAe;EAAmB;EAAc;EAAa;EAAU;EAAa;EAAc;CAAS,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;CAC/S,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAY,6CAA6C,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,iBAAiB,kDAAkD,SAAS,CAAC,CAAC,SAAS;CACvF,iBAAiBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/J,oBAAoB,qDAAqD,SAAS,CAAC,CAAC,SAAS;CAC7F,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAClH,qBAAqB,sDAAsD,SAAS,CAAC,CAAC,SAAS;CAC/F,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzK,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,+BAA+BC,eAAAA,OAAO,qCAAqC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,85 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/submit-tool-outputs-to-run.d.ts
|
|
4
|
-
declare const OpenaiSubmitToolOutputsToRunInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const OpenaiSubmitToolOutputsToRunInput: z.ZodObject<{
|
|
5
|
+
run_id: z.ZodString;
|
|
6
|
+
stream: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
+
thread_id: z.ZodString;
|
|
8
|
+
tool_outputs: z.ZodArray<z.ZodObject<{
|
|
9
|
+
output: z.ZodString;
|
|
10
|
+
tool_call_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const OpenaiSubmitToolOutputsToRunOutput: z.ZodObject<{
|
|
14
|
+
id: z.ZodNullable<z.ZodString>;
|
|
15
|
+
model: z.ZodNullable<z.ZodString>;
|
|
16
|
+
tools: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
17
|
+
top_p: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
usage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
19
|
+
total_tokens: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
prompt_tokens: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
completion_tokens: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
}, z.core.$strip>>>;
|
|
23
|
+
object: z.ZodNullable<z.ZodString>;
|
|
24
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
25
|
+
failed: "failed";
|
|
26
|
+
queued: "queued";
|
|
27
|
+
in_progress: "in_progress";
|
|
28
|
+
requires_action: "requires_action";
|
|
29
|
+
cancelling: "cancelling";
|
|
30
|
+
cancelled: "cancelled";
|
|
31
|
+
completed: "completed";
|
|
32
|
+
incomplete: "incomplete";
|
|
33
|
+
expired: "expired";
|
|
34
|
+
}>>;
|
|
35
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
|
|
36
|
+
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
|
+
thread_id: z.ZodNullable<z.ZodString>;
|
|
38
|
+
created_at: z.ZodNullable<z.ZodNumber>;
|
|
39
|
+
expires_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
|
+
last_error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41
|
+
code: z.ZodNullable<z.ZodEnum<{
|
|
42
|
+
server_error: "server_error";
|
|
43
|
+
rate_limit_exceeded: "rate_limit_exceeded";
|
|
44
|
+
invalid_prompt: "invalid_prompt";
|
|
45
|
+
}>>;
|
|
46
|
+
message: z.ZodNullable<z.ZodString>;
|
|
47
|
+
}, z.core.$strip>>>;
|
|
48
|
+
started_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
|
+
temperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
tool_choice: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
|
|
51
|
+
assistant_id: z.ZodNullable<z.ZodString>;
|
|
52
|
+
cancelled_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
53
|
+
completed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
required_action: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
56
|
+
type: z.ZodNullable<z.ZodString>;
|
|
57
|
+
submit_tool_outputs: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
58
|
+
}, z.core.$strip>>>;
|
|
59
|
+
response_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
|
|
60
|
+
max_prompt_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
61
|
+
incomplete_details: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
62
|
+
reason: z.ZodNullable<z.ZodEnum<{
|
|
63
|
+
max_prompt_tokens: "max_prompt_tokens";
|
|
64
|
+
max_completion_tokens: "max_completion_tokens";
|
|
65
|
+
}>>;
|
|
66
|
+
}, z.core.$strip>>>;
|
|
67
|
+
parallel_tool_calls: z.ZodNullable<z.ZodBoolean>;
|
|
68
|
+
truncation_strategy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
69
|
+
type: z.ZodNullable<z.ZodString>;
|
|
70
|
+
last_messages: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
71
|
+
}, z.core.$strip>>>;
|
|
72
|
+
max_completion_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73
|
+
}, z.core.$strip>;
|
|
74
|
+
declare const openaiSubmitToolOutputsToRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
75
|
+
run_id: string;
|
|
76
|
+
thread_id: string;
|
|
77
|
+
tool_outputs: {
|
|
78
|
+
output: string;
|
|
79
|
+
tool_call_id: string;
|
|
80
|
+
}[];
|
|
81
|
+
stream?: boolean | undefined;
|
|
82
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
83
|
//#endregion
|
|
8
84
|
export { openaiSubmitToolOutputsToRun };
|
|
9
85
|
//# sourceMappingURL=submit-tool-outputs-to-run.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-tool-outputs-to-run.d.cts","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"submit-tool-outputs-to-run.d.cts","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;cA6BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8BlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -1,9 +1,85 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/submit-tool-outputs-to-run.d.ts
|
|
4
|
-
declare const OpenaiSubmitToolOutputsToRunInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const OpenaiSubmitToolOutputsToRunInput: z.ZodObject<{
|
|
5
|
+
run_id: z.ZodString;
|
|
6
|
+
stream: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
+
thread_id: z.ZodString;
|
|
8
|
+
tool_outputs: z.ZodArray<z.ZodObject<{
|
|
9
|
+
output: z.ZodString;
|
|
10
|
+
tool_call_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const OpenaiSubmitToolOutputsToRunOutput: z.ZodObject<{
|
|
14
|
+
id: z.ZodNullable<z.ZodString>;
|
|
15
|
+
model: z.ZodNullable<z.ZodString>;
|
|
16
|
+
tools: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
17
|
+
top_p: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
usage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
19
|
+
total_tokens: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
prompt_tokens: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
completion_tokens: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
}, z.core.$strip>>>;
|
|
23
|
+
object: z.ZodNullable<z.ZodString>;
|
|
24
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
25
|
+
failed: "failed";
|
|
26
|
+
queued: "queued";
|
|
27
|
+
in_progress: "in_progress";
|
|
28
|
+
requires_action: "requires_action";
|
|
29
|
+
cancelling: "cancelling";
|
|
30
|
+
cancelled: "cancelled";
|
|
31
|
+
completed: "completed";
|
|
32
|
+
incomplete: "incomplete";
|
|
33
|
+
expired: "expired";
|
|
34
|
+
}>>;
|
|
35
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
|
|
36
|
+
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
|
+
thread_id: z.ZodNullable<z.ZodString>;
|
|
38
|
+
created_at: z.ZodNullable<z.ZodNumber>;
|
|
39
|
+
expires_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
|
+
last_error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41
|
+
code: z.ZodNullable<z.ZodEnum<{
|
|
42
|
+
server_error: "server_error";
|
|
43
|
+
rate_limit_exceeded: "rate_limit_exceeded";
|
|
44
|
+
invalid_prompt: "invalid_prompt";
|
|
45
|
+
}>>;
|
|
46
|
+
message: z.ZodNullable<z.ZodString>;
|
|
47
|
+
}, z.core.$strip>>>;
|
|
48
|
+
started_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
|
+
temperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
tool_choice: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
|
|
51
|
+
assistant_id: z.ZodNullable<z.ZodString>;
|
|
52
|
+
cancelled_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
53
|
+
completed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
required_action: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
56
|
+
type: z.ZodNullable<z.ZodString>;
|
|
57
|
+
submit_tool_outputs: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
58
|
+
}, z.core.$strip>>>;
|
|
59
|
+
response_format: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>;
|
|
60
|
+
max_prompt_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
61
|
+
incomplete_details: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
62
|
+
reason: z.ZodNullable<z.ZodEnum<{
|
|
63
|
+
max_prompt_tokens: "max_prompt_tokens";
|
|
64
|
+
max_completion_tokens: "max_completion_tokens";
|
|
65
|
+
}>>;
|
|
66
|
+
}, z.core.$strip>>>;
|
|
67
|
+
parallel_tool_calls: z.ZodNullable<z.ZodBoolean>;
|
|
68
|
+
truncation_strategy: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
69
|
+
type: z.ZodNullable<z.ZodString>;
|
|
70
|
+
last_messages: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
71
|
+
}, z.core.$strip>>>;
|
|
72
|
+
max_completion_tokens: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73
|
+
}, z.core.$strip>;
|
|
74
|
+
declare const openaiSubmitToolOutputsToRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
75
|
+
run_id: string;
|
|
76
|
+
thread_id: string;
|
|
77
|
+
tool_outputs: {
|
|
78
|
+
output: string;
|
|
79
|
+
tool_call_id: string;
|
|
80
|
+
}[];
|
|
81
|
+
stream?: boolean | undefined;
|
|
82
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
83
|
//#endregion
|
|
8
84
|
export { openaiSubmitToolOutputsToRun };
|
|
9
85
|
//# sourceMappingURL=submit-tool-outputs-to-run.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-tool-outputs-to-run.d.mts","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"submit-tool-outputs-to-run.d.mts","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;cA6BjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8BlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -11,25 +11,25 @@ const OpenaiSubmitToolOutputsToRunInput = z.object({
|
|
|
11
11
|
}).describe("A tool output to submit for a tool call.")).describe("A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request")
|
|
12
12
|
}).describe("Request model for submitting tool outputs to a run.");
|
|
13
13
|
const OpenaiSubmitToolOutputsToRun_UsageSchema = z.object({
|
|
14
|
-
total_tokens: z.number().int().describe("Total tokens used"),
|
|
15
|
-
prompt_tokens: z.number().int().describe("Number of prompt tokens used"),
|
|
16
|
-
completion_tokens: z.number().int().describe("Number of completion tokens used")
|
|
14
|
+
total_tokens: z.number().int().describe("Total tokens used").nullable(),
|
|
15
|
+
prompt_tokens: z.number().int().describe("Number of prompt tokens used").nullable(),
|
|
16
|
+
completion_tokens: z.number().int().describe("Number of completion tokens used").nullable()
|
|
17
17
|
}).describe("Usage statistics for the run.");
|
|
18
18
|
const OpenaiSubmitToolOutputsToRun_LastErrorSchema = z.object({
|
|
19
19
|
code: z.enum([
|
|
20
20
|
"server_error",
|
|
21
21
|
"rate_limit_exceeded",
|
|
22
22
|
"invalid_prompt"
|
|
23
|
-
]).describe("One of server_error, rate_limit_exceeded, or invalid_prompt"),
|
|
24
|
-
message: z.string().describe("A human-readable description of the error")
|
|
23
|
+
]).describe("One of server_error, rate_limit_exceeded, or invalid_prompt").nullable(),
|
|
24
|
+
message: z.string().describe("A human-readable description of the error").nullable()
|
|
25
25
|
}).describe("Last error associated with the run.");
|
|
26
26
|
const OpenaiSubmitToolOutputsToRun_RequiredActionSchema = z.object({
|
|
27
|
-
type: z.string().describe("For now, this is always submit_tool_outputs"),
|
|
27
|
+
type: z.string().describe("For now, this is always submit_tool_outputs").nullable(),
|
|
28
28
|
submit_tool_outputs: z.record(z.string(), z.unknown()).describe("Details on the tool outputs needed for this run to continue")
|
|
29
29
|
}).describe("Details on the action required to continue the run.");
|
|
30
|
-
const OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = z.object({ reason: z.enum(["max_completion_tokens", "max_prompt_tokens"]).describe("The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run") }).describe("Details on why the run is incomplete.");
|
|
30
|
+
const OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = z.object({ reason: z.enum(["max_completion_tokens", "max_prompt_tokens"]).describe("The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run").nullable() }).describe("Details on why the run is incomplete.");
|
|
31
31
|
const OpenaiSubmitToolOutputsToRun_TruncationStrategySchema = z.object({
|
|
32
|
-
type: z.string().describe("Truncation strategy type"),
|
|
32
|
+
type: z.string().describe("Truncation strategy type").nullable(),
|
|
33
33
|
last_messages: z.unknown().describe("Number of most recent messages to retain").nullable().optional()
|
|
34
34
|
}).describe("Thread truncation controls.");
|
|
35
35
|
const openaiSubmitToolOutputsToRun = action("OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN", {
|
|
@@ -38,12 +38,12 @@ const openaiSubmitToolOutputsToRun = action("OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN",
|
|
|
38
38
|
description: "Tool to submit tool call outputs to continue a run that requires action. Use when a run has status 'requires_action' and required_action.type is 'submit_tool_outputs'. All tool outputs must be submitted together in a single request.",
|
|
39
39
|
input: OpenaiSubmitToolOutputsToRunInput,
|
|
40
40
|
output: z.object({
|
|
41
|
-
id: z.string().describe("The identifier, which can be referenced in API endpoints"),
|
|
42
|
-
model: z.string().describe("The model that the assistant used for this run"),
|
|
41
|
+
id: z.string().describe("The identifier, which can be referenced in API endpoints").nullable(),
|
|
42
|
+
model: z.string().describe("The model that the assistant used for this run").nullable(),
|
|
43
43
|
tools: z.array(z.record(z.string(), z.unknown())).describe("The list of tools that the assistant used for this run"),
|
|
44
44
|
top_p: z.number().describe("The nucleus sampling value used for this run. If not set, defaults to 1").nullable().optional(),
|
|
45
45
|
usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),
|
|
46
|
-
object: z.string().describe("The object type, which is always thread.run"),
|
|
46
|
+
object: z.string().describe("The object type, which is always thread.run").nullable(),
|
|
47
47
|
status: z.enum([
|
|
48
48
|
"queued",
|
|
49
49
|
"in_progress",
|
|
@@ -54,17 +54,17 @@ const openaiSubmitToolOutputsToRun = action("OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN",
|
|
|
54
54
|
"completed",
|
|
55
55
|
"incomplete",
|
|
56
56
|
"expired"
|
|
57
|
-
]).describe("The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired"),
|
|
57
|
+
]).describe("The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired").nullable(),
|
|
58
58
|
metadata: z.object({}).describe("Set of 16 key-value pairs for storing additional information").nullable().optional(),
|
|
59
59
|
failed_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run failed").nullable().optional(),
|
|
60
|
-
thread_id: z.string().describe("The ID of the thread that was executed on as a part of this run"),
|
|
61
|
-
created_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run was created"),
|
|
60
|
+
thread_id: z.string().describe("The ID of the thread that was executed on as a part of this run").nullable(),
|
|
61
|
+
created_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run was created").nullable(),
|
|
62
62
|
expires_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run will expire").nullable().optional(),
|
|
63
63
|
last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),
|
|
64
64
|
started_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run was started").nullable().optional(),
|
|
65
65
|
temperature: z.number().describe("The sampling temperature used for this run. If not set, defaults to 1").nullable().optional(),
|
|
66
66
|
tool_choice: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
67
|
-
assistant_id: z.string().describe("The ID of the assistant used for execution of this run"),
|
|
67
|
+
assistant_id: z.string().describe("The ID of the assistant used for execution of this run").nullable(),
|
|
68
68
|
cancelled_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run was cancelled").nullable().optional(),
|
|
69
69
|
completed_at: z.number().int().describe("The Unix timestamp (in seconds) for when the run was completed").nullable().optional(),
|
|
70
70
|
instructions: z.string().describe("The instructions that the assistant used for this run").nullable().optional(),
|
|
@@ -72,7 +72,7 @@ const openaiSubmitToolOutputsToRun = action("OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN",
|
|
|
72
72
|
response_format: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
73
73
|
max_prompt_tokens: z.number().int().describe("The maximum number of prompt tokens specified to have been used over the course of the run").nullable().optional(),
|
|
74
74
|
incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),
|
|
75
|
-
parallel_tool_calls: z.boolean().describe("Whether to enable parallel function calling during tool use"),
|
|
75
|
+
parallel_tool_calls: z.boolean().describe("Whether to enable parallel function calling during tool use").nullable(),
|
|
76
76
|
truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),
|
|
77
77
|
max_completion_tokens: z.number().int().describe("The maximum number of completion tokens specified to have been used over the course of the run").nullable().optional()
|
|
78
78
|
}).describe("Response schema for submitting tool outputs to a run.")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-tool-outputs-to-run.mjs","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSubmitToolOutputsToRunInput: z.ZodTypeAny = z.object({\n run_id: z.string().describe(\"The ID of the run that requires the tool output submission. The run must have status 'requires_action' and required_action.type must be 'submit_tool_outputs'\"),\n stream: z.boolean().describe(\"If true, returns a stream of events during the run execution after submitting tool outputs\").optional(),\n thread_id: z.string().describe(\"The ID of the thread to which this run belongs\"),\n tool_outputs: z.array(z.object({\n output: z.string().describe(\"The output of the tool call to be submitted to continue the run\"),\n tool_call_id: z.string().describe(\"The ID of the tool call in the required_action object within the run object the output is being submitted for\"),\n}).describe(\"A tool output to submit for a tool call.\")).describe(\"A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request\"),\n}).describe(\"Request model for submitting tool outputs to a run.\");\nconst OpenaiSubmitToolOutputsToRun_UsageSchema: z.ZodTypeAny = z.object({\n total_tokens: z.number().int().describe(\"Total tokens used\"),\n prompt_tokens: z.number().int().describe(\"Number of prompt tokens used\"),\n completion_tokens: z.number().int().describe(\"Number of completion tokens used\"),\n}).describe(\"Usage statistics for the run.\");\nconst OpenaiSubmitToolOutputsToRun_LastErrorSchema: z.ZodTypeAny = z.object({\n code: z.enum([\"server_error\", \"rate_limit_exceeded\", \"invalid_prompt\"]).describe(\"One of server_error, rate_limit_exceeded, or invalid_prompt\"),\n message: z.string().describe(\"A human-readable description of the error\"),\n}).describe(\"Last error associated with the run.\");\nconst OpenaiSubmitToolOutputsToRun_RequiredActionSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"For now, this is always submit_tool_outputs\"),\n submit_tool_outputs: z.record(z.string(), z.unknown()).describe(\"Details on the tool outputs needed for this run to continue\"),\n}).describe(\"Details on the action required to continue the run.\");\nconst OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema: z.ZodTypeAny = z.object({\n reason: z.enum([\"max_completion_tokens\", \"max_prompt_tokens\"]).describe(\"The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run\"),\n}).describe(\"Details on why the run is incomplete.\");\nconst OpenaiSubmitToolOutputsToRun_TruncationStrategySchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Truncation strategy type\"),\n last_messages: z.unknown().describe(\"Number of most recent messages to retain\").nullable().optional(),\n}).describe(\"Thread truncation controls.\");\nexport const OpenaiSubmitToolOutputsToRunOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The identifier, which can be referenced in API endpoints\"),\n model: z.string().describe(\"The model that the assistant used for this run\"),\n tools: z.array(z.record(z.string(), z.unknown())).describe(\"The list of tools that the assistant used for this run\"),\n top_p: z.number().describe(\"The nucleus sampling value used for this run. If not set, defaults to 1\").nullable().optional(),\n usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),\n object: z.string().describe(\"The object type, which is always thread.run\"),\n status: z.enum([\"queued\", \"in_progress\", \"requires_action\", \"cancelling\", \"cancelled\", \"failed\", \"completed\", \"incomplete\", \"expired\"]).describe(\"The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired\"),\n metadata: z.object({}).describe(\"Set of 16 key-value pairs for storing additional information\").nullable().optional(),\n failed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run failed\").nullable().optional(),\n thread_id: z.string().describe(\"The ID of the thread that was executed on as a part of this run\"),\n created_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was created\"),\n expires_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run will expire\").nullable().optional(),\n last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),\n started_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was started\").nullable().optional(),\n temperature: z.number().describe(\"The sampling temperature used for this run. If not set, defaults to 1\").nullable().optional(),\n tool_choice: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n assistant_id: z.string().describe(\"The ID of the assistant used for execution of this run\"),\n cancelled_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was cancelled\").nullable().optional(),\n completed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was completed\").nullable().optional(),\n instructions: z.string().describe(\"The instructions that the assistant used for this run\").nullable().optional(),\n required_action: OpenaiSubmitToolOutputsToRun_RequiredActionSchema.nullable().optional(),\n response_format: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n max_prompt_tokens: z.number().int().describe(\"The maximum number of prompt tokens specified to have been used over the course of the run\").nullable().optional(),\n incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),\n parallel_tool_calls: z.boolean().describe(\"Whether to enable parallel function calling during tool use\"),\n truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),\n max_completion_tokens: z.number().int().describe(\"The maximum number of completion tokens specified to have been used over the course of the run\").nullable().optional(),\n}).describe(\"Response schema for submitting tool outputs to a run.\");\n\nexport const openaiSubmitToolOutputsToRun = action(\"OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN\", {\n slug: \"openai-submit-tool-outputs-to-run\",\n name: \"Submit Tool Outputs to Run\",\n description: \"Tool to submit tool call outputs to continue a run that requires action. Use when a run has status 'requires_action' and required_action.type is 'submit_tool_outputs'. All tool outputs must be submitted together in a single request.\",\n input: OpenaiSubmitToolOutputsToRunInput,\n output: OpenaiSubmitToolOutputsToRunOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"submit-tool-outputs-to-run.mjs","names":[],"sources":["../../src/actions/submit-tool-outputs-to-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OpenaiSubmitToolOutputsToRunInput = z.object({\n run_id: z.string().describe(\"The ID of the run that requires the tool output submission. The run must have status 'requires_action' and required_action.type must be 'submit_tool_outputs'\"),\n stream: z.boolean().describe(\"If true, returns a stream of events during the run execution after submitting tool outputs\").optional(),\n thread_id: z.string().describe(\"The ID of the thread to which this run belongs\"),\n tool_outputs: z.array(z.object({\n output: z.string().describe(\"The output of the tool call to be submitted to continue the run\"),\n tool_call_id: z.string().describe(\"The ID of the tool call in the required_action object within the run object the output is being submitted for\"),\n}).describe(\"A tool output to submit for a tool call.\")).describe(\"A list of tools for which the outputs are being submitted. All tool outputs must be submitted in a single request\"),\n}).describe(\"Request model for submitting tool outputs to a run.\");\nconst OpenaiSubmitToolOutputsToRun_UsageSchema = z.object({\n total_tokens: z.number().int().describe(\"Total tokens used\").nullable(),\n prompt_tokens: z.number().int().describe(\"Number of prompt tokens used\").nullable(),\n completion_tokens: z.number().int().describe(\"Number of completion tokens used\").nullable(),\n}).describe(\"Usage statistics for the run.\");\nconst OpenaiSubmitToolOutputsToRun_LastErrorSchema = z.object({\n code: z.enum([\"server_error\", \"rate_limit_exceeded\", \"invalid_prompt\"]).describe(\"One of server_error, rate_limit_exceeded, or invalid_prompt\").nullable(),\n message: z.string().describe(\"A human-readable description of the error\").nullable(),\n}).describe(\"Last error associated with the run.\");\nconst OpenaiSubmitToolOutputsToRun_RequiredActionSchema = z.object({\n type: z.string().describe(\"For now, this is always submit_tool_outputs\").nullable(),\n submit_tool_outputs: z.record(z.string(), z.unknown()).describe(\"Details on the tool outputs needed for this run to continue\"),\n}).describe(\"Details on the action required to continue the run.\");\nconst OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema = z.object({\n reason: z.enum([\"max_completion_tokens\", \"max_prompt_tokens\"]).describe(\"The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run\").nullable(),\n}).describe(\"Details on why the run is incomplete.\");\nconst OpenaiSubmitToolOutputsToRun_TruncationStrategySchema = z.object({\n type: z.string().describe(\"Truncation strategy type\").nullable(),\n last_messages: z.unknown().describe(\"Number of most recent messages to retain\").nullable().optional(),\n}).describe(\"Thread truncation controls.\");\nexport const OpenaiSubmitToolOutputsToRunOutput = z.object({\n id: z.string().describe(\"The identifier, which can be referenced in API endpoints\").nullable(),\n model: z.string().describe(\"The model that the assistant used for this run\").nullable(),\n tools: z.array(z.record(z.string(), z.unknown())).describe(\"The list of tools that the assistant used for this run\"),\n top_p: z.number().describe(\"The nucleus sampling value used for this run. If not set, defaults to 1\").nullable().optional(),\n usage: OpenaiSubmitToolOutputsToRun_UsageSchema.nullable().optional(),\n object: z.string().describe(\"The object type, which is always thread.run\").nullable(),\n status: z.enum([\"queued\", \"in_progress\", \"requires_action\", \"cancelling\", \"cancelled\", \"failed\", \"completed\", \"incomplete\", \"expired\"]).describe(\"The status of the run, which can be either queued, in_progress, requires_action, cancelling, cancelled, failed, completed, incomplete, or expired\").nullable(),\n metadata: z.object({}).describe(\"Set of 16 key-value pairs for storing additional information\").nullable().optional(),\n failed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run failed\").nullable().optional(),\n thread_id: z.string().describe(\"The ID of the thread that was executed on as a part of this run\").nullable(),\n created_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was created\").nullable(),\n expires_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run will expire\").nullable().optional(),\n last_error: OpenaiSubmitToolOutputsToRun_LastErrorSchema.nullable().optional(),\n started_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was started\").nullable().optional(),\n temperature: z.number().describe(\"The sampling temperature used for this run. If not set, defaults to 1\").nullable().optional(),\n tool_choice: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n assistant_id: z.string().describe(\"The ID of the assistant used for execution of this run\").nullable(),\n cancelled_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was cancelled\").nullable().optional(),\n completed_at: z.number().int().describe(\"The Unix timestamp (in seconds) for when the run was completed\").nullable().optional(),\n instructions: z.string().describe(\"The instructions that the assistant used for this run\").nullable().optional(),\n required_action: OpenaiSubmitToolOutputsToRun_RequiredActionSchema.nullable().optional(),\n response_format: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n max_prompt_tokens: z.number().int().describe(\"The maximum number of prompt tokens specified to have been used over the course of the run\").nullable().optional(),\n incomplete_details: OpenaiSubmitToolOutputsToRun_IncompleteDetailsSchema.nullable().optional(),\n parallel_tool_calls: z.boolean().describe(\"Whether to enable parallel function calling during tool use\").nullable(),\n truncation_strategy: OpenaiSubmitToolOutputsToRun_TruncationStrategySchema.nullable().optional(),\n max_completion_tokens: z.number().int().describe(\"The maximum number of completion tokens specified to have been used over the course of the run\").nullable().optional(),\n}).describe(\"Response schema for submitting tool outputs to a run.\");\n\nexport const openaiSubmitToolOutputsToRun = action(\"OPENAI_SUBMIT_TOOL_OUTPUTS_TO_RUN\", {\n slug: \"openai-submit-tool-outputs-to-run\",\n name: \"Submit Tool Outputs to Run\",\n description: \"Tool to submit tool call outputs to continue a run that requires action. Use when a run has status 'requires_action' and required_action.type is 'submit_tool_outputs'. All tool outputs must be submitted together in a single request.\",\n input: OpenaiSubmitToolOutputsToRunInput,\n output: OpenaiSubmitToolOutputsToRunOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoC,EAAE,OAAO;CACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;CAC3L,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACpI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,cAAc,EAAE,MAAM,EAAE,OAAO;EAC/B,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;CACnJ,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,SAAS,mHAAmH;AACrL,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2CAA2C,EAAE,OAAO;CACxD,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACtE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAClF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,+CAA+C,EAAE,OAAO;CAC5D,MAAM,EAAE,KAAK;EAAC;EAAgB;EAAuB;CAAgB,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzJ,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,oDAAoD,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAClF,qBAAqB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC/H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,uDAAuD,EAAE,OAAO,EACpE,QAAQ,EAAE,KAAK,CAAC,yBAAyB,mBAAmB,CAAC,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,wDAAwD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,6BAA6B;AA+BzC,MAAa,+BAA+B,OAAO,qCAAqC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnCgD,EAAE,OAAO;EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EACtF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD;EACnH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,OAAO,yCAAyC,SAAS,CAAC,CAAC,SAAS;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACpF,QAAQ,EAAE,KAAK;GAAC;GAAU;GAAe;GAAmB;GAAc;GAAa;GAAU;GAAa;GAAc;EAAS,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;EAC/S,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAC/G,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,YAAY,6CAA6C,SAAS,CAAC,CAAC,SAAS;EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EACrG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,iBAAiB,kDAAkD,SAAS,CAAC,CAAC,SAAS;EACvF,iBAAiB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/J,oBAAoB,qDAAqD,SAAS,CAAC,CAAC,SAAS;EAC7F,qBAAqB,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EAClH,qBAAqB,sDAAsD,SAAS,CAAC,CAAC,SAAS;EAC/F,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzK,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|