@promptbook/javascript 0.112.0-32 → 0.112.0-34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +1 -1
- package/esm/src/_packages/types.index.d.ts +49 -49
- package/esm/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
- package/esm/src/book-components/Chat/Chat/ChatMessageItem.d.ts +1 -14
- package/esm/src/book-components/Chat/Chat/ChatMessageRichContent.d.ts +32 -0
- package/esm/src/book-components/Chat/Chat/ChatMessageToolCallChips.d.ts +22 -0
- package/esm/src/book-components/Chat/Chat/StreamingFeaturePlaceholder.d.ts +33 -0
- package/esm/src/book-components/Chat/Chat/createChatMessageToolCallRenderModel.d.ts +76 -0
- package/esm/src/book-components/Chat/Chat/createProgressCardChecklistMarkdown.d.ts +16 -0
- package/esm/src/book-components/Chat/Chat/renderEmailToolCallDetails.d.ts +26 -0
- package/esm/src/book-components/Chat/Chat/renderMemoryToolCallDetails.d.ts +31 -0
- package/esm/src/book-components/Chat/Chat/renderPopupToolCallDetails.d.ts +32 -0
- package/esm/src/book-components/Chat/Chat/renderRunBrowserToolCallDetails.d.ts +31 -0
- package/esm/src/book-components/Chat/Chat/renderSearchToolCallDetails.d.ts +31 -0
- package/esm/src/book-components/Chat/Chat/renderSelfLearningToolCallDetails.d.ts +38 -0
- package/esm/src/book-components/Chat/Chat/renderTimeToolCallDetails.d.ts +38 -0
- package/esm/src/book-components/Chat/Chat/renderTimeoutToolCallDetails.d.ts +46 -0
- package/esm/src/book-components/Chat/Chat/renderToolCallClockPanel.d.ts +33 -0
- package/esm/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +2 -2
- package/esm/src/book-components/Chat/Chat/renderToolCallProgressPlaceholder.d.ts +29 -0
- package/esm/src/book-components/Chat/Chat/renderWalletCredentialToolCallDetails.d.ts +26 -0
- package/esm/src/book-components/Chat/Chat/resolveToolCallProgressMessage.d.ts +9 -0
- package/esm/src/book-components/Chat/Chat/useChatInputAreaAttachments.d.ts +32 -0
- package/esm/src/book-components/Chat/Chat/useChatInputAreaDictation.d.ts +76 -0
- package/esm/src/book-components/Chat/Chat/useChatMessageAvatarTooltip.d.ts +31 -0
- package/esm/src/book-components/Chat/Chat/useChatMessageSpeechPlayback.d.ts +29 -0
- package/esm/src/cli/$runPromptbookCli.d.ts +1 -3
- package/esm/src/cli/cli-commands/_boilerplate.d.ts +2 -4
- package/esm/src/cli/cli-commands/about.d.ts +1 -1
- package/esm/src/cli/cli-commands/coder/find-fresh-emoji-tags.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder/find-refactor-candidates.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder/generate-boilerplates.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder/init.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder/run.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder/verify.d.ts +2 -4
- package/esm/src/cli/cli-commands/coder.d.ts +2 -4
- package/esm/src/cli/cli-commands/hello.d.ts +1 -1
- package/esm/src/cli/cli-commands/list-models.d.ts +2 -4
- package/esm/src/cli/cli-commands/list-scrapers.d.ts +2 -4
- package/esm/src/cli/cli-commands/login.d.ts +1 -1
- package/esm/src/cli/cli-commands/make.d.ts +1 -1
- package/esm/src/cli/cli-commands/prettify.d.ts +1 -1
- package/esm/src/cli/cli-commands/run.d.ts +1 -1
- package/esm/src/cli/cli-commands/runInteractiveChatbot.d.ts +1 -1
- package/esm/src/cli/cli-commands/start-agents-server.d.ts +2 -4
- package/esm/src/cli/cli-commands/start-pipelines-server.d.ts +1 -1
- package/esm/src/cli/cli-commands/test-command.d.ts +1 -1
- package/esm/src/cli/main.d.ts +2 -4
- package/esm/src/cli/promptbookCli.d.ts +1 -1
- package/esm/src/commitments/USE_BROWSER/fetchUrlContent.d.ts +1 -3
- package/esm/src/conversion/archive/loadArchive.d.ts +1 -3
- package/esm/src/conversion/archive/saveArchive.d.ts +1 -1
- package/esm/src/conversion/validation/_importPipeline.d.ts +2 -4
- package/esm/src/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -3
- package/esm/src/executables/$provideExecutablesForNode.d.ts +1 -1
- package/esm/src/executables/apps/locateLibreoffice.d.ts +2 -4
- package/esm/src/executables/apps/locatePandoc.d.ts +2 -4
- package/esm/src/executables/locateApp.d.ts +2 -4
- package/esm/src/executables/platforms/locateAppOnLinux.d.ts +2 -4
- package/esm/src/executables/platforms/locateAppOnMacOs.d.ts +2 -4
- package/esm/src/executables/platforms/locateAppOnWindows.d.ts +2 -4
- package/esm/src/execution/translation/automatic-translate/translateMessages.d.ts +2 -4
- package/esm/src/execution/utils/$provideExecutionToolsForNode.d.ts +2 -4
- package/esm/src/llm-providers/_common/register/$provideEnvFilename.d.ts +1 -3
- package/esm/src/llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv.d.ts +1 -3
- package/esm/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
- package/esm/src/llm-providers/_common/register/$provideLlmToolsFromEnv.d.ts +1 -3
- package/esm/src/llm-providers/_multiple/playground/playground.d.ts +1 -3
- package/esm/src/llm-providers/agent/playground/playground.d.ts +1 -1
- package/esm/src/llm-providers/anthropic-claude/playground/playground.d.ts +1 -1
- package/esm/src/llm-providers/azure-openai/playground/playground.d.ts +2 -4
- package/esm/src/llm-providers/ollama/playground/playground.d.ts +2 -4
- package/esm/src/llm-providers/openai/playground/playground.d.ts +2 -4
- package/esm/src/llm-providers/remote/playground/playground.d.ts +1 -3
- package/esm/src/llm-providers/vercel/playground/playground.d.ts +2 -4
- package/esm/src/playground/permanent/_boilerplate.d.ts +1 -3
- package/esm/src/playground/permanent/agent-with-browser-playground.d.ts +1 -3
- package/esm/src/playground/permanent/error-handling-playground.d.ts +1 -3
- package/esm/src/playground/playground.d.ts +2 -4
- package/esm/src/remote-server/startAgentServer.d.ts +1 -3
- package/esm/src/remote-server/startRemoteServer.d.ts +1 -2
- package/esm/src/scrapers/_boilerplate/BoilerplateScraper.d.ts +4 -6
- package/esm/src/scrapers/_boilerplate/playground/boilerplate-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/_common/register/$provideFilesystemForNode.d.ts +2 -4
- package/esm/src/scrapers/_common/register/$provideScrapersForNode.d.ts +2 -4
- package/esm/src/scrapers/_common/register/$provideScriptingForNode.d.ts +2 -4
- package/esm/src/scrapers/_common/utils/getScraperIntermediateSource.d.ts +1 -1
- package/esm/src/scrapers/document/DocumentScraper.d.ts +1 -1
- package/esm/src/scrapers/document/playground/document-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/document-legacy/LegacyDocumentScraper.d.ts +1 -1
- package/esm/src/scrapers/document-legacy/playground/legacy-document-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/markdown/playground/markdown-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/markitdown/MarkitdownScraper.d.ts +1 -1
- package/esm/src/scrapers/markitdown/playground/markitdown-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/pdf/PdfScraper.d.ts +1 -1
- package/esm/src/scrapers/pdf/playground/pdf-scraper-playground.d.ts +1 -3
- package/esm/src/scrapers/website/WebsiteScraper.d.ts +1 -1
- package/esm/src/scrapers/website/playground/website-scraper-playground.d.ts +1 -3
- package/esm/src/speech-recognition/BrowserSpeechRecognition.d.ts +2 -4
- package/esm/src/storage/file-cache-storage/FileCacheStorage.d.ts +2 -4
- package/esm/src/storage/local-storage/getIndexedDbStorage.d.ts +1 -3
- package/esm/src/storage/local-storage/getLocalStorage.d.ts +1 -3
- package/esm/src/storage/local-storage/getSessionStorage.d.ts +1 -3
- package/esm/src/transpilers/openai-sdk/playground/playground.d.ts +1 -3
- package/esm/src/types/InputParameters_private.d.ts +11 -0
- package/esm/src/types/Parameters_private.d.ts +16 -0
- package/esm/src/types/ReservedParameters_private.d.ts +10 -0
- package/esm/src/types/number_bytes.d.ts +21 -0
- package/esm/src/types/number_id.d.ts +13 -0
- package/esm/src/types/number_likeness.d.ts +8 -0
- package/esm/src/types/number_milliseconds.d.ts +33 -0
- package/esm/src/types/number_percent.d.ts +18 -0
- package/esm/src/types/number_positive.d.ts +16 -0
- package/esm/src/types/number_usd.d.ts +6 -106
- package/esm/src/types/string_agent_hash_private.d.ts +9 -0
- package/esm/src/types/string_agent_name_in_book_private.d.ts +8 -0
- package/esm/src/types/string_agent_name_private.d.ts +9 -0
- package/esm/src/types/string_agent_permanent_id_private.d.ts +10 -0
- package/esm/src/types/string_base64_private.d.ts +17 -0
- package/esm/src/types/string_business_category_name_private.d.ts +6 -0
- package/esm/src/types/string_char_private.d.ts +8 -0
- package/esm/src/types/string_chat_prompt_private.d.ts +9 -0
- package/esm/src/types/string_completion_prompt_private.d.ts +9 -0
- package/esm/src/types/string_email_private.d.ts +16 -0
- package/esm/src/types/string_host_private.d.ts +55 -0
- package/esm/src/types/string_mime_type_private.d.ts +17 -0
- package/esm/src/types/string_model_description_private.d.ts +8 -0
- package/esm/src/types/string_model_name_private.d.ts +8 -0
- package/esm/src/types/string_name_private.d.ts +9 -0
- package/esm/src/types/string_page_private.d.ts +9 -0
- package/esm/src/types/string_parameter_name.d.ts +74 -31
- package/esm/src/types/string_parameter_value_private.d.ts +9 -0
- package/esm/src/types/string_persona_description_private.d.ts +8 -0
- package/esm/src/types/string_prompt_image_private.d.ts +8 -0
- package/esm/src/types/string_prompt_private.d.ts +8 -0
- package/esm/src/types/string_reserved_parameter_name_private.d.ts +11 -0
- package/esm/src/types/string_system_message_private.d.ts +9 -0
- package/esm/src/types/string_template_private.d.ts +8 -0
- package/esm/src/types/string_text_prompt_private.d.ts +9 -0
- package/esm/src/types/string_title_private.d.ts +9 -0
- package/esm/src/types/string_url.d.ts +50 -46
- package/esm/src/types/string_url_private.d.ts +88 -0
- package/esm/src/types/typeAliases.d.ts +7 -1
- package/esm/src/utils/execCommand/$execCommand.d.ts +1 -3
- package/esm/src/utils/execCommand/$execCommands.d.ts +1 -3
- package/esm/src/utils/files/$induceBookDownload.d.ts +1 -3
- package/esm/src/utils/files/$induceFileDownload.d.ts +1 -3
- package/esm/src/utils/files/ObjectUrl.d.ts +1 -3
- package/esm/src/version.d.ts +1 -1
- package/esm/src/wizard/$getCompiledBook.d.ts +2 -4
- package/esm/src/wizard/wizard.d.ts +2 -4
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
- package/umd/src/_packages/types.index.d.ts +49 -49
- package/umd/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
- package/umd/src/book-components/Chat/Chat/ChatMessageItem.d.ts +1 -14
- package/umd/src/book-components/Chat/Chat/ChatMessageRichContent.d.ts +32 -0
- package/umd/src/book-components/Chat/Chat/ChatMessageToolCallChips.d.ts +22 -0
- package/umd/src/book-components/Chat/Chat/StreamingFeaturePlaceholder.d.ts +33 -0
- package/umd/src/book-components/Chat/Chat/createChatMessageToolCallRenderModel.d.ts +76 -0
- package/umd/src/book-components/Chat/Chat/createProgressCardChecklistMarkdown.d.ts +16 -0
- package/umd/src/book-components/Chat/Chat/renderEmailToolCallDetails.d.ts +26 -0
- package/umd/src/book-components/Chat/Chat/renderMemoryToolCallDetails.d.ts +31 -0
- package/umd/src/book-components/Chat/Chat/renderPopupToolCallDetails.d.ts +32 -0
- package/umd/src/book-components/Chat/Chat/renderRunBrowserToolCallDetails.d.ts +31 -0
- package/umd/src/book-components/Chat/Chat/renderSearchToolCallDetails.d.ts +31 -0
- package/umd/src/book-components/Chat/Chat/renderSelfLearningToolCallDetails.d.ts +38 -0
- package/umd/src/book-components/Chat/Chat/renderTimeToolCallDetails.d.ts +38 -0
- package/umd/src/book-components/Chat/Chat/renderTimeoutToolCallDetails.d.ts +46 -0
- package/umd/src/book-components/Chat/Chat/renderToolCallClockPanel.d.ts +33 -0
- package/umd/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +2 -2
- package/umd/src/book-components/Chat/Chat/renderToolCallProgressPlaceholder.d.ts +29 -0
- package/umd/src/book-components/Chat/Chat/renderWalletCredentialToolCallDetails.d.ts +26 -0
- package/umd/src/book-components/Chat/Chat/resolveToolCallProgressMessage.d.ts +9 -0
- package/umd/src/book-components/Chat/Chat/useChatInputAreaAttachments.d.ts +32 -0
- package/umd/src/book-components/Chat/Chat/useChatInputAreaDictation.d.ts +76 -0
- package/umd/src/book-components/Chat/Chat/useChatMessageAvatarTooltip.d.ts +31 -0
- package/umd/src/book-components/Chat/Chat/useChatMessageSpeechPlayback.d.ts +29 -0
- package/umd/src/cli/$runPromptbookCli.d.ts +1 -3
- package/umd/src/cli/cli-commands/_boilerplate.d.ts +2 -4
- package/umd/src/cli/cli-commands/about.d.ts +1 -1
- package/umd/src/cli/cli-commands/coder/find-fresh-emoji-tags.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder/find-refactor-candidates.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder/generate-boilerplates.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder/init.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder/run.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder/verify.d.ts +2 -4
- package/umd/src/cli/cli-commands/coder.d.ts +2 -4
- package/umd/src/cli/cli-commands/hello.d.ts +1 -1
- package/umd/src/cli/cli-commands/list-models.d.ts +2 -4
- package/umd/src/cli/cli-commands/list-scrapers.d.ts +2 -4
- package/umd/src/cli/cli-commands/login.d.ts +1 -1
- package/umd/src/cli/cli-commands/make.d.ts +1 -1
- package/umd/src/cli/cli-commands/prettify.d.ts +1 -1
- package/umd/src/cli/cli-commands/run.d.ts +1 -1
- package/umd/src/cli/cli-commands/runInteractiveChatbot.d.ts +1 -1
- package/umd/src/cli/cli-commands/start-agents-server.d.ts +2 -4
- package/umd/src/cli/cli-commands/start-pipelines-server.d.ts +1 -1
- package/umd/src/cli/cli-commands/test-command.d.ts +1 -1
- package/umd/src/cli/main.d.ts +2 -4
- package/umd/src/cli/promptbookCli.d.ts +1 -1
- package/umd/src/commitments/USE_BROWSER/fetchUrlContent.d.ts +1 -3
- package/umd/src/conversion/archive/loadArchive.d.ts +1 -3
- package/umd/src/conversion/archive/saveArchive.d.ts +1 -1
- package/umd/src/conversion/validation/_importPipeline.d.ts +2 -4
- package/umd/src/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -3
- package/umd/src/executables/$provideExecutablesForNode.d.ts +1 -1
- package/umd/src/executables/apps/locateLibreoffice.d.ts +2 -4
- package/umd/src/executables/apps/locatePandoc.d.ts +2 -4
- package/umd/src/executables/locateApp.d.ts +2 -4
- package/umd/src/executables/platforms/locateAppOnLinux.d.ts +2 -4
- package/umd/src/executables/platforms/locateAppOnMacOs.d.ts +2 -4
- package/umd/src/executables/platforms/locateAppOnWindows.d.ts +2 -4
- package/umd/src/execution/translation/automatic-translate/translateMessages.d.ts +2 -4
- package/umd/src/execution/utils/$provideExecutionToolsForNode.d.ts +2 -4
- package/umd/src/llm-providers/_common/register/$provideEnvFilename.d.ts +1 -3
- package/umd/src/llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv.d.ts +1 -3
- package/umd/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
- package/umd/src/llm-providers/_common/register/$provideLlmToolsFromEnv.d.ts +1 -3
- package/umd/src/llm-providers/_multiple/playground/playground.d.ts +1 -3
- package/umd/src/llm-providers/agent/playground/playground.d.ts +1 -1
- package/umd/src/llm-providers/anthropic-claude/playground/playground.d.ts +1 -1
- package/umd/src/llm-providers/azure-openai/playground/playground.d.ts +2 -4
- package/umd/src/llm-providers/ollama/playground/playground.d.ts +2 -4
- package/umd/src/llm-providers/openai/playground/playground.d.ts +2 -4
- package/umd/src/llm-providers/remote/playground/playground.d.ts +1 -3
- package/umd/src/llm-providers/vercel/playground/playground.d.ts +2 -4
- package/umd/src/playground/permanent/_boilerplate.d.ts +1 -3
- package/umd/src/playground/permanent/agent-with-browser-playground.d.ts +1 -3
- package/umd/src/playground/permanent/error-handling-playground.d.ts +1 -3
- package/umd/src/playground/playground.d.ts +2 -4
- package/umd/src/remote-server/startAgentServer.d.ts +1 -3
- package/umd/src/remote-server/startRemoteServer.d.ts +1 -2
- package/umd/src/scrapers/_boilerplate/BoilerplateScraper.d.ts +4 -6
- package/umd/src/scrapers/_boilerplate/playground/boilerplate-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/_common/register/$provideFilesystemForNode.d.ts +2 -4
- package/umd/src/scrapers/_common/register/$provideScrapersForNode.d.ts +2 -4
- package/umd/src/scrapers/_common/register/$provideScriptingForNode.d.ts +2 -4
- package/umd/src/scrapers/_common/utils/getScraperIntermediateSource.d.ts +1 -1
- package/umd/src/scrapers/document/DocumentScraper.d.ts +1 -1
- package/umd/src/scrapers/document/playground/document-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/document-legacy/LegacyDocumentScraper.d.ts +1 -1
- package/umd/src/scrapers/document-legacy/playground/legacy-document-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/markdown/playground/markdown-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/markitdown/MarkitdownScraper.d.ts +1 -1
- package/umd/src/scrapers/markitdown/playground/markitdown-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/pdf/PdfScraper.d.ts +1 -1
- package/umd/src/scrapers/pdf/playground/pdf-scraper-playground.d.ts +1 -3
- package/umd/src/scrapers/website/WebsiteScraper.d.ts +1 -1
- package/umd/src/scrapers/website/playground/website-scraper-playground.d.ts +1 -3
- package/umd/src/speech-recognition/BrowserSpeechRecognition.d.ts +2 -4
- package/umd/src/storage/file-cache-storage/FileCacheStorage.d.ts +2 -4
- package/umd/src/storage/local-storage/getIndexedDbStorage.d.ts +1 -3
- package/umd/src/storage/local-storage/getLocalStorage.d.ts +1 -3
- package/umd/src/storage/local-storage/getSessionStorage.d.ts +1 -3
- package/umd/src/transpilers/openai-sdk/playground/playground.d.ts +1 -3
- package/umd/src/types/InputParameters_private.d.ts +11 -0
- package/umd/src/types/Parameters_private.d.ts +16 -0
- package/umd/src/types/ReservedParameters_private.d.ts +10 -0
- package/umd/src/types/number_bytes.d.ts +21 -0
- package/umd/src/types/number_id.d.ts +13 -0
- package/umd/src/types/number_likeness.d.ts +8 -0
- package/umd/src/types/number_milliseconds.d.ts +33 -0
- package/umd/src/types/number_percent.d.ts +18 -0
- package/umd/src/types/number_positive.d.ts +16 -0
- package/umd/src/types/number_usd.d.ts +6 -106
- package/umd/src/types/string_agent_hash_private.d.ts +9 -0
- package/umd/src/types/string_agent_name_in_book_private.d.ts +8 -0
- package/umd/src/types/string_agent_name_private.d.ts +9 -0
- package/umd/src/types/string_agent_permanent_id_private.d.ts +10 -0
- package/umd/src/types/string_base64_private.d.ts +17 -0
- package/umd/src/types/string_business_category_name_private.d.ts +6 -0
- package/umd/src/types/string_char_private.d.ts +8 -0
- package/umd/src/types/string_chat_prompt_private.d.ts +9 -0
- package/umd/src/types/string_completion_prompt_private.d.ts +9 -0
- package/umd/src/types/string_email_private.d.ts +16 -0
- package/umd/src/types/string_host_private.d.ts +55 -0
- package/umd/src/types/string_mime_type_private.d.ts +17 -0
- package/umd/src/types/string_model_description_private.d.ts +8 -0
- package/umd/src/types/string_model_name_private.d.ts +8 -0
- package/umd/src/types/string_name_private.d.ts +9 -0
- package/umd/src/types/string_page_private.d.ts +9 -0
- package/umd/src/types/string_parameter_name.d.ts +74 -31
- package/umd/src/types/string_parameter_value_private.d.ts +9 -0
- package/umd/src/types/string_persona_description_private.d.ts +8 -0
- package/umd/src/types/string_prompt_image_private.d.ts +8 -0
- package/umd/src/types/string_prompt_private.d.ts +8 -0
- package/umd/src/types/string_reserved_parameter_name_private.d.ts +11 -0
- package/umd/src/types/string_system_message_private.d.ts +9 -0
- package/umd/src/types/string_template_private.d.ts +8 -0
- package/umd/src/types/string_text_prompt_private.d.ts +9 -0
- package/umd/src/types/string_title_private.d.ts +9 -0
- package/umd/src/types/string_url.d.ts +50 -46
- package/umd/src/types/string_url_private.d.ts +88 -0
- package/umd/src/types/typeAliases.d.ts +7 -1
- package/umd/src/utils/execCommand/$execCommand.d.ts +1 -3
- package/umd/src/utils/execCommand/$execCommands.d.ts +1 -3
- package/umd/src/utils/files/$induceBookDownload.d.ts +1 -3
- package/umd/src/utils/files/$induceFileDownload.d.ts +1 -3
- package/umd/src/utils/files/ObjectUrl.d.ts +1 -3
- package/umd/src/version.d.ts +1 -1
- package/umd/src/wizard/$getCompiledBook.d.ts +2 -4
- package/umd/src/wizard/wizard.d.ts +2 -4
|
@@ -34,7 +34,5 @@ export declare class FileCacheStorage<TItem> implements PromptbookStorage<TItem>
|
|
|
34
34
|
*/
|
|
35
35
|
removeItem(key: string): Promise<void>;
|
|
36
36
|
}
|
|
37
|
-
/**
|
|
38
|
-
|
|
39
|
-
* Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
|
|
40
|
-
*/
|
|
37
|
+
/** Note: [🟢] Code for Node file-cache storage [FileCacheStorage](src/storage/file-cache-storage/FileCacheStorage.ts) should never be published into packages that could be imported into browser environment */
|
|
38
|
+
/** TODO: [🌗] Maybe some checkers, not all valid JSONs are desired and valid values */
|
|
@@ -6,6 +6,4 @@ import type { IndexedDbStorageOptions } from './utils/IndexedDbStorageOptions';
|
|
|
6
6
|
* @public exported from `@promptbook/browser`
|
|
7
7
|
*/
|
|
8
8
|
export declare function getIndexedDbStorage<TItem>(options: IndexedDbStorageOptions): PromptbookStorage<TItem>;
|
|
9
|
-
/**
|
|
10
|
-
* Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
|
|
11
|
-
*/
|
|
9
|
+
/** Note: [🔵] Code for browser storage helper [getIndexedDbStorage](src/storage/local-storage/getIndexedDbStorage.ts) should never be published outside of `@promptbook/browser` */
|
|
@@ -5,6 +5,4 @@ import type { PromptbookStorage } from '../_common/PromptbookStorage';
|
|
|
5
5
|
* @public exported from `@promptbook/browser`
|
|
6
6
|
*/
|
|
7
7
|
export declare function getLocalStorage<TItem>(): PromptbookStorage<TItem>;
|
|
8
|
-
/**
|
|
9
|
-
* Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
|
|
10
|
-
*/
|
|
8
|
+
/** Note: [🔵] Code for browser storage helper [getLocalStorage](src/storage/local-storage/getLocalStorage.ts) should never be published outside of `@promptbook/browser` */
|
|
@@ -5,6 +5,4 @@ import type { PromptbookStorage } from '../_common/PromptbookStorage';
|
|
|
5
5
|
* @public exported from `@promptbook/browser`
|
|
6
6
|
*/
|
|
7
7
|
export declare function getSessionStorage<TItem>(): PromptbookStorage<TItem>;
|
|
8
|
-
/**
|
|
9
|
-
* Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
|
|
10
|
-
*/
|
|
8
|
+
/** Note: [🔵] Code for browser storage helper [getSessionStorage](src/storage/local-storage/getSessionStorage.ts) should never be published outside of `@promptbook/browser` */
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env ts-node
|
|
2
2
|
export {};
|
|
3
|
-
/**
|
|
4
|
-
* Note: [⚫] Code in this file should never be published in any package
|
|
5
|
-
*/
|
|
3
|
+
/** Note: [⚫] Code for playground [openai-sdk playground](src/transpilers/openai-sdk/playground/playground.ts) should never be published in any package */
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { really_unknown } from '../utils/organization/really_unknown';
|
|
2
|
+
import type { ReservedParameters_private } from './ReservedParameters_private';
|
|
3
|
+
import type { string_parameter_name } from './string_parameter_name';
|
|
4
|
+
/**
|
|
5
|
+
* Parameters to pass to execution of the pipeline
|
|
6
|
+
*
|
|
7
|
+
* Note: [🚉] This should be fully serializable as JSON
|
|
8
|
+
* @see https://ptbk.io/parameters
|
|
9
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
10
|
+
*/
|
|
11
|
+
export type InputParameters_private = Exclude<Record<string_parameter_name, really_unknown>, ReservedParameters_private>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ReservedParameters_private } from './ReservedParameters_private';
|
|
2
|
+
import type { string_parameter_name } from './string_parameter_name';
|
|
3
|
+
import type { string_parameter_value_private } from './string_parameter_value_private';
|
|
4
|
+
/**
|
|
5
|
+
* Parameters of the pipeline
|
|
6
|
+
*
|
|
7
|
+
* There are three types of parameters:
|
|
8
|
+
* - **INPUT PARAMETERs** are required to execute the pipeline.
|
|
9
|
+
* - **Intermediate parameters** are used internally in the pipeline.
|
|
10
|
+
* - **OUTPUT PARAMETERs** are not used internally in the pipeline, but are returned as the result of the pipeline execution.
|
|
11
|
+
*
|
|
12
|
+
* Note: [🚉] This is fully serializable as JSON
|
|
13
|
+
* @see https://ptbk.io/parameters
|
|
14
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
15
|
+
*/
|
|
16
|
+
export type Parameters_private = Exclude<Record<string_parameter_name, string_parameter_value_private>, ReservedParameters_private>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { string_reserved_parameter_name_private } from './string_reserved_parameter_name_private';
|
|
2
|
+
import type { string_parameter_value_private } from './string_parameter_value_private';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a mapping of reserved parameter names to their values.
|
|
5
|
+
* Reserved parameters are used internally by the pipeline and should not be set by users.
|
|
6
|
+
*
|
|
7
|
+
* Note: [🚉] This is fully serializable as JSON
|
|
8
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
9
|
+
*/
|
|
10
|
+
export type ReservedParameters_private = Record<string_reserved_parameter_name_private, string_parameter_value_private>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { number_integer, number_positive } from './number_positive';
|
|
2
|
+
/**
|
|
3
|
+
* Byte count helper.
|
|
4
|
+
*/
|
|
5
|
+
export type number_bytes = number_integer & number_positive;
|
|
6
|
+
/**
|
|
7
|
+
* Kilobyte count helper.
|
|
8
|
+
*/
|
|
9
|
+
export type number_kilobytes = number_positive;
|
|
10
|
+
/**
|
|
11
|
+
* Megabyte count helper.
|
|
12
|
+
*/
|
|
13
|
+
export type number_megabytes = number_positive;
|
|
14
|
+
/**
|
|
15
|
+
* Gigabyte count helper.
|
|
16
|
+
*/
|
|
17
|
+
export type number_gigabytes = number_positive;
|
|
18
|
+
/**
|
|
19
|
+
* Terabyte count helper.
|
|
20
|
+
*/
|
|
21
|
+
export type number_terabytes = number_positive;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { number_integer, number_positive } from './number_positive';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper for incremental IDs
|
|
4
|
+
*/
|
|
5
|
+
export type number_id = number_integer & (number_positive | 0);
|
|
6
|
+
/**
|
|
7
|
+
* Semantic helper for number of rows and columns
|
|
8
|
+
*/
|
|
9
|
+
export type number_linecol_number = number_integer & number_positive;
|
|
10
|
+
/**
|
|
11
|
+
* Semantic helper for number of tokens
|
|
12
|
+
*/
|
|
13
|
+
export type number_tokens = number_integer & (number_positive | 0);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { number_integer } from './number_positive';
|
|
2
|
+
/**
|
|
3
|
+
* Milliseconds helper.
|
|
4
|
+
*/
|
|
5
|
+
export type number_milliseconds = number_integer;
|
|
6
|
+
/**
|
|
7
|
+
* Seconds helper.
|
|
8
|
+
*/
|
|
9
|
+
export type number_seconds = number;
|
|
10
|
+
/**
|
|
11
|
+
* Minutes helper.
|
|
12
|
+
*/
|
|
13
|
+
export type number_minutes = number;
|
|
14
|
+
/**
|
|
15
|
+
* Hours helper.
|
|
16
|
+
*/
|
|
17
|
+
export type number_hours = number;
|
|
18
|
+
/**
|
|
19
|
+
* Days helper.
|
|
20
|
+
*/
|
|
21
|
+
export type number_days = number;
|
|
22
|
+
/**
|
|
23
|
+
* Weeks helper.
|
|
24
|
+
*/
|
|
25
|
+
export type number_weeks = number;
|
|
26
|
+
/**
|
|
27
|
+
* Months helper.
|
|
28
|
+
*/
|
|
29
|
+
export type number_months = number;
|
|
30
|
+
/**
|
|
31
|
+
* Years helper.
|
|
32
|
+
*/
|
|
33
|
+
export type number_years = number;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic helper;
|
|
3
|
+
* Percentage from 0 to 1 (100%) (and below and above)
|
|
4
|
+
*/
|
|
5
|
+
export type number_percent = number;
|
|
6
|
+
/**
|
|
7
|
+
* Semantic helper;
|
|
8
|
+
* Model temperature
|
|
9
|
+
*/
|
|
10
|
+
export type number_model_temperature = number_percent;
|
|
11
|
+
/**
|
|
12
|
+
* Semantic helper;
|
|
13
|
+
* Seed for random generator
|
|
14
|
+
*
|
|
15
|
+
* Percentage from 0 to 1 (100%)
|
|
16
|
+
* TODO: Is seed (in OpenAI) number from 0 to 1?
|
|
17
|
+
*/
|
|
18
|
+
export type number_seed = number_percent;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Positive number helper.
|
|
3
|
+
*/
|
|
4
|
+
export type number_positive = number;
|
|
5
|
+
/**
|
|
6
|
+
* Negative number helper.
|
|
7
|
+
*/
|
|
8
|
+
export type number_negative = number;
|
|
9
|
+
/**
|
|
10
|
+
* Integer number helper.
|
|
11
|
+
*/
|
|
12
|
+
export type number_integer = number;
|
|
13
|
+
/**
|
|
14
|
+
* TCP/UDP port helper.
|
|
15
|
+
*/
|
|
16
|
+
export type number_port = number_positive & number_integer;
|
|
@@ -2,109 +2,9 @@
|
|
|
2
2
|
* Semantic helper for US Dollars
|
|
3
3
|
*/
|
|
4
4
|
export type number_usd = number;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export type
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*/
|
|
12
|
-
export type number_linecol_number = number_integer & number_positive;
|
|
13
|
-
/**
|
|
14
|
-
* Semantic helper for number of tokens
|
|
15
|
-
*/
|
|
16
|
-
export type number_tokens = number_integer & (number_positive | 0);
|
|
17
|
-
/**
|
|
18
|
-
* Positive number helper.
|
|
19
|
-
*/
|
|
20
|
-
export type number_positive = number;
|
|
21
|
-
/**
|
|
22
|
-
* Negative number helper.
|
|
23
|
-
*/
|
|
24
|
-
export type number_negative = number;
|
|
25
|
-
/**
|
|
26
|
-
* Integer number helper.
|
|
27
|
-
*/
|
|
28
|
-
export type number_integer = number;
|
|
29
|
-
/**
|
|
30
|
-
* TCP/UDP port helper.
|
|
31
|
-
*/
|
|
32
|
-
export type number_port = number_positive & number_integer;
|
|
33
|
-
/**
|
|
34
|
-
* Semantic helper;
|
|
35
|
-
* Percentage from 0 to 1 (100%) (and below and above)
|
|
36
|
-
*/
|
|
37
|
-
export type number_percent = number;
|
|
38
|
-
/**
|
|
39
|
-
* Semantic helper;
|
|
40
|
-
* Model temperature
|
|
41
|
-
*/
|
|
42
|
-
export type number_model_temperature = number_percent;
|
|
43
|
-
/**
|
|
44
|
-
* Semantic helper;
|
|
45
|
-
* Seed for random generator
|
|
46
|
-
*
|
|
47
|
-
* Percentage from 0 to 1 (100%)
|
|
48
|
-
* TODO: Is seed (in OpenAI) number from 0 to 1?
|
|
49
|
-
*/
|
|
50
|
-
export type number_seed = number_percent;
|
|
51
|
-
/**
|
|
52
|
-
* Likeness of the wallpaper
|
|
53
|
-
*
|
|
54
|
-
* - 👍 is equivalent to 1
|
|
55
|
-
* - 👎 is equivalent to -1
|
|
56
|
-
* - ❤ is equivalent to more than 1
|
|
57
|
-
*/
|
|
58
|
-
export type number_likeness = number;
|
|
59
|
-
/**
|
|
60
|
-
* Milliseconds helper.
|
|
61
|
-
*/
|
|
62
|
-
export type number_milliseconds = number_integer;
|
|
63
|
-
/**
|
|
64
|
-
* Seconds helper.
|
|
65
|
-
*/
|
|
66
|
-
export type number_seconds = number;
|
|
67
|
-
/**
|
|
68
|
-
* Minutes helper.
|
|
69
|
-
*/
|
|
70
|
-
export type number_minutes = number;
|
|
71
|
-
/**
|
|
72
|
-
* Hours helper.
|
|
73
|
-
*/
|
|
74
|
-
export type number_hours = number;
|
|
75
|
-
/**
|
|
76
|
-
* Days helper.
|
|
77
|
-
*/
|
|
78
|
-
export type number_days = number;
|
|
79
|
-
/**
|
|
80
|
-
* Weeks helper.
|
|
81
|
-
*/
|
|
82
|
-
export type number_weeks = number;
|
|
83
|
-
/**
|
|
84
|
-
* Months helper.
|
|
85
|
-
*/
|
|
86
|
-
export type number_months = number;
|
|
87
|
-
/**
|
|
88
|
-
* Years helper.
|
|
89
|
-
*/
|
|
90
|
-
export type number_years = number;
|
|
91
|
-
/**
|
|
92
|
-
* Byte count helper.
|
|
93
|
-
*/
|
|
94
|
-
export type number_bytes = number_integer & number_positive;
|
|
95
|
-
/**
|
|
96
|
-
* Kilobyte count helper.
|
|
97
|
-
*/
|
|
98
|
-
export type number_kilobytes = number_positive;
|
|
99
|
-
/**
|
|
100
|
-
* Megabyte count helper.
|
|
101
|
-
*/
|
|
102
|
-
export type number_megabytes = number_positive;
|
|
103
|
-
/**
|
|
104
|
-
* Gigabyte count helper.
|
|
105
|
-
*/
|
|
106
|
-
export type number_gigabytes = number_positive;
|
|
107
|
-
/**
|
|
108
|
-
* Terabyte count helper.
|
|
109
|
-
*/
|
|
110
|
-
export type number_terabytes = number_positive;
|
|
5
|
+
export type { number_bytes, number_gigabytes, number_kilobytes, number_megabytes, number_terabytes } from './number_bytes';
|
|
6
|
+
export type { number_id, number_linecol_number, number_tokens } from './number_id';
|
|
7
|
+
export type { number_likeness } from './number_likeness';
|
|
8
|
+
export type { number_days, number_hours, number_milliseconds, number_minutes, number_months, number_seconds, number_weeks, number_years, } from './number_milliseconds';
|
|
9
|
+
export type { number_model_temperature, number_percent, number_seed } from './number_percent';
|
|
10
|
+
export type { number_integer, number_negative, number_port, number_positive } from './number_positive';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { string_sha256 } from './string_sha256';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"b126926439c5fcb83609888a11283723c1ef137c0ad599a77a1be81812bd221d"`
|
|
6
|
+
*
|
|
7
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
8
|
+
*/
|
|
9
|
+
export type string_agent_hash_private = string_sha256;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { string_base_58 } from './string_sha256';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"3mJr7AoUXx2Wqd"`
|
|
6
|
+
*
|
|
7
|
+
* TODO: !!!! Brand the type
|
|
8
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
9
|
+
*/
|
|
10
|
+
export type string_agent_permanent_id_private = string_base_58;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { string_mime_type_private } from './string_mime_type_private';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"SGVsbG8sIFdvcmxkIQ=="`
|
|
6
|
+
*
|
|
7
|
+
* @private internal utility of `string_url.ts`
|
|
8
|
+
*/
|
|
9
|
+
export type string_base64_private = string;
|
|
10
|
+
/**
|
|
11
|
+
* Semantic helper
|
|
12
|
+
*
|
|
13
|
+
* For example `"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ=="`
|
|
14
|
+
*
|
|
15
|
+
* @private internal utility of `string_url.ts`
|
|
16
|
+
*/
|
|
17
|
+
export type string_data_url_private = `data:${string_mime_type_private};base64,${string_base64_private}`;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { string_text_prompt_private } from './string_text_prompt_private';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"How many hats does the cat wear?"`
|
|
6
|
+
*
|
|
7
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
8
|
+
*/
|
|
9
|
+
export type string_chat_prompt_private = string_text_prompt_private;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { string_text_prompt_private } from './string_text_prompt_private';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"Following is a text about cats: Once upon a time there was a cat"`
|
|
6
|
+
*
|
|
7
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
8
|
+
*/
|
|
9
|
+
export type string_completion_prompt_private = string_text_prompt_private;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic helper
|
|
3
|
+
*
|
|
4
|
+
* For example `"pavol@hejny.org"`
|
|
5
|
+
*
|
|
6
|
+
* @private internal utility of `string_url.ts`
|
|
7
|
+
*/
|
|
8
|
+
export type string_email_private = string;
|
|
9
|
+
/**
|
|
10
|
+
* Semantic helper
|
|
11
|
+
*
|
|
12
|
+
* For example `"pavol@hejny.org, jirka@webgpt.cz"`
|
|
13
|
+
*
|
|
14
|
+
* @private internal utility of `string_url.ts`
|
|
15
|
+
*/
|
|
16
|
+
export type string_emails_private = string;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic helper
|
|
3
|
+
*
|
|
4
|
+
* For example `"towns.cz"`
|
|
5
|
+
*
|
|
6
|
+
* @private internal utility of `string_url.ts`
|
|
7
|
+
*/
|
|
8
|
+
export type string_domain_private = string;
|
|
9
|
+
/**
|
|
10
|
+
* Semantic helper
|
|
11
|
+
*
|
|
12
|
+
* For example `"https://*.pavolhejny.com/*"`
|
|
13
|
+
*
|
|
14
|
+
* @private internal utility of `string_url.ts`
|
|
15
|
+
*/
|
|
16
|
+
export type string_origin_private = string;
|
|
17
|
+
/**
|
|
18
|
+
* Semantic helper
|
|
19
|
+
*
|
|
20
|
+
* For example `"com"`
|
|
21
|
+
*
|
|
22
|
+
* @private internal utility of `string_url.ts`
|
|
23
|
+
*/
|
|
24
|
+
export type string_tdl_private = string;
|
|
25
|
+
/**
|
|
26
|
+
* Semantic helper
|
|
27
|
+
*
|
|
28
|
+
* For example `"localhost"` or `"collboard.com"`
|
|
29
|
+
*
|
|
30
|
+
* @private internal utility of `string_url.ts`
|
|
31
|
+
*/
|
|
32
|
+
export type string_hostname_private = string;
|
|
33
|
+
/**
|
|
34
|
+
* Semantic helper
|
|
35
|
+
*
|
|
36
|
+
* For example `"localhost:9977"` or `"collboard.com"`
|
|
37
|
+
*
|
|
38
|
+
* @private internal utility of `string_url.ts`
|
|
39
|
+
*/
|
|
40
|
+
export type string_host_private = string;
|
|
41
|
+
/**
|
|
42
|
+
* Semantic helper
|
|
43
|
+
*
|
|
44
|
+
* @private internal utility of `string_url.ts`
|
|
45
|
+
*/
|
|
46
|
+
export type string_protocol_private = 'http:' | 'https:';
|
|
47
|
+
/**
|
|
48
|
+
* Semantic helper
|
|
49
|
+
*
|
|
50
|
+
* For example `"192.168.1.1"` (IPv4)
|
|
51
|
+
* For example `"2001:0db8:85a3:0000:0000:8a2e:0370:7334"` (IPv6)
|
|
52
|
+
*
|
|
53
|
+
* @private internal utility of `string_url.ts`
|
|
54
|
+
*/
|
|
55
|
+
export type string_ip_address_private = string;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic helper
|
|
3
|
+
*
|
|
4
|
+
* For example `"text/plain"` or `"application/collboard"`
|
|
5
|
+
*
|
|
6
|
+
* @private internal utility of `string_url.ts`
|
|
7
|
+
*/
|
|
8
|
+
export type string_mime_type_private = string;
|
|
9
|
+
/**
|
|
10
|
+
* Semantic helper
|
|
11
|
+
*
|
|
12
|
+
* For example `"text/*"` or `"image/*"`
|
|
13
|
+
*
|
|
14
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers
|
|
15
|
+
* @private internal utility of `string_url.ts`
|
|
16
|
+
*/
|
|
17
|
+
export type string_mime_type_with_wildcard_private = string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic helper
|
|
3
|
+
*
|
|
4
|
+
* For example `"gpt-4"`
|
|
5
|
+
*
|
|
6
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
7
|
+
*/
|
|
8
|
+
export type string_model_name_private = 'gpt-4' | 'gpt-4-0314' | 'gpt-4-0613' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-16k-0613' | string;
|