@promptbook/javascript 0.112.0-31 → 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/components.index.d.ts +6 -0
- package/esm/src/_packages/types.index.d.ts +55 -49
- package/esm/src/book-2.0/agent-source/AgentReferenceResolver.d.ts +11 -0
- package/esm/src/book-2.0/agent-source/CreateAgentModelRequirementsOptions.d.ts +8 -0
- package/esm/src/book-2.0/agent-source/TeammateProfileResolver.d.ts +33 -0
- package/esm/src/book-2.0/agent-source/createTeamToolName.d.ts +7 -7
- package/esm/src/book-components/Chat/Chat/ChatActionsBar.d.ts +5 -0
- package/esm/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
- package/esm/src/book-components/Chat/Chat/ChatMessageItem.d.ts +18 -15
- package/esm/src/book-components/Chat/Chat/ChatMessageItem.test.d.ts +1 -1
- package/esm/src/book-components/Chat/Chat/ChatMessageList.d.ts +14 -0
- 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/ChatProps.d.ts +290 -0
- package/esm/src/book-components/Chat/Chat/ChatToolCallModal.d.ts +16 -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/renderAdvancedToolCallDetails.d.ts +4 -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 +10 -1
- 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/book-components/Chat/MarkdownContent/MarkdownContent.d.ts +2 -1
- package/esm/src/book-components/Chat/MarkdownContent/MarkdownContent.test.d.ts +2 -0
- package/esm/src/book-components/Chat/hooks/useChatCompleteNotification.d.ts +18 -0
- package/esm/src/book-components/Chat/hooks/useChatCompleteNotification.test.d.ts +2 -0
- package/esm/src/book-components/Chat/types/ChatMessage.d.ts +77 -1
- package/esm/src/book-components/Chat/utils/formatToolCallDateTime.d.ts +37 -0
- package/esm/src/book-components/Chat/utils/formatToolCallLocalTime.d.ts +11 -0
- package/esm/src/book-components/Chat/utils/formatToolCallTranslationTemplate.d.ts +10 -0
- package/esm/src/book-components/Chat/utils/getChatMessageTimingDisplay.d.ts +5 -1
- package/esm/src/book-components/Chat/utils/getToolCallChipletInfo.d.ts +26 -1
- package/esm/src/book-components/Chat/utils/timeoutToolCallPresentation.d.ts +26 -3
- 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/utils/toolCalls/mergeToolCalls.d.ts +1 -1
- 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/components.index.d.ts +6 -0
- package/umd/src/_packages/types.index.d.ts +55 -49
- package/umd/src/book-2.0/agent-source/AgentReferenceResolver.d.ts +11 -0
- package/umd/src/book-2.0/agent-source/CreateAgentModelRequirementsOptions.d.ts +8 -0
- package/umd/src/book-2.0/agent-source/TeammateProfileResolver.d.ts +33 -0
- package/umd/src/book-2.0/agent-source/createTeamToolName.d.ts +7 -7
- package/umd/src/book-components/Chat/Chat/ChatActionsBar.d.ts +5 -0
- package/umd/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
- package/umd/src/book-components/Chat/Chat/ChatMessageItem.d.ts +18 -15
- package/umd/src/book-components/Chat/Chat/ChatMessageItem.test.d.ts +1 -1
- package/umd/src/book-components/Chat/Chat/ChatMessageList.d.ts +14 -0
- 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/ChatProps.d.ts +290 -0
- package/umd/src/book-components/Chat/Chat/ChatToolCallModal.d.ts +16 -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/renderAdvancedToolCallDetails.d.ts +4 -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 +10 -1
- 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/book-components/Chat/MarkdownContent/MarkdownContent.d.ts +2 -1
- package/umd/src/book-components/Chat/MarkdownContent/MarkdownContent.test.d.ts +2 -0
- package/umd/src/book-components/Chat/hooks/useChatCompleteNotification.d.ts +18 -0
- package/umd/src/book-components/Chat/hooks/useChatCompleteNotification.test.d.ts +2 -0
- package/umd/src/book-components/Chat/types/ChatMessage.d.ts +77 -1
- package/umd/src/book-components/Chat/utils/formatToolCallDateTime.d.ts +37 -0
- package/umd/src/book-components/Chat/utils/formatToolCallLocalTime.d.ts +11 -0
- package/umd/src/book-components/Chat/utils/formatToolCallTranslationTemplate.d.ts +10 -0
- package/umd/src/book-components/Chat/utils/getChatMessageTimingDisplay.d.ts +5 -1
- package/umd/src/book-components/Chat/utils/getToolCallChipletInfo.d.ts +26 -1
- package/umd/src/book-components/Chat/utils/timeoutToolCallPresentation.d.ts +26 -3
- 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/utils/toolCalls/mergeToolCalls.d.ts +1 -1
- 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
|
@@ -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;
|
|
@@ -1,84 +1,117 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import {
|
|
3
|
-
import type {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import type { InputParameters_private } from './InputParameters_private';
|
|
2
|
+
import type { Parameters_private } from './Parameters_private';
|
|
3
|
+
import type { ReservedParameters_private } from './ReservedParameters_private';
|
|
4
|
+
import type { string_agent_hash_private } from './string_agent_hash_private';
|
|
5
|
+
import type { string_agent_name_private } from './string_agent_name_private';
|
|
6
|
+
import type { string_agent_name_in_book_private } from './string_agent_name_in_book_private';
|
|
7
|
+
import type { string_agent_permanent_id_private } from './string_agent_permanent_id_private';
|
|
8
|
+
import type { string_business_category_name_private } from './string_business_category_name_private';
|
|
9
|
+
import type { string_char_private } from './string_char_private';
|
|
10
|
+
import type { string_chat_prompt_private } from './string_chat_prompt_private';
|
|
11
|
+
import type { string_completion_prompt_private } from './string_completion_prompt_private';
|
|
12
|
+
import type { string_model_description_private } from './string_model_description_private';
|
|
13
|
+
import type { string_model_name_private } from './string_model_name_private';
|
|
14
|
+
import type { string_name_private } from './string_name_private';
|
|
15
|
+
import type { string_page_private } from './string_page_private';
|
|
16
|
+
import type { string_parameter_value_private } from './string_parameter_value_private';
|
|
17
|
+
import type { string_persona_description_private } from './string_persona_description_private';
|
|
18
|
+
import type { string_prompt_private } from './string_prompt_private';
|
|
19
|
+
import type { string_prompt_image_private } from './string_prompt_image_private';
|
|
20
|
+
import type { string_reserved_parameter_name_private } from './string_reserved_parameter_name_private';
|
|
21
|
+
import type { string_system_message_private } from './string_system_message_private';
|
|
22
|
+
import type { string_template_private } from './string_template_private';
|
|
23
|
+
import type { string_text_prompt_private } from './string_text_prompt_private';
|
|
24
|
+
import type { string_title_private } from './string_title_private';
|
|
25
|
+
/**
|
|
26
|
+
* Semantic helper
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export type string_business_category_name = string_business_category_name_private;
|
|
9
30
|
/**
|
|
10
31
|
* Semantic helper
|
|
11
32
|
*
|
|
12
33
|
* For example `"gpt-4"`
|
|
34
|
+
*
|
|
13
35
|
*/
|
|
14
|
-
export type string_model_name =
|
|
36
|
+
export type string_model_name = string_model_name_private;
|
|
15
37
|
/**
|
|
16
38
|
* Semantic helper
|
|
17
39
|
*
|
|
18
40
|
* For example `"How many eyes does a cat have?"`
|
|
41
|
+
*
|
|
19
42
|
*/
|
|
20
|
-
export type string_prompt =
|
|
43
|
+
export type string_prompt = string_prompt_private;
|
|
21
44
|
/**
|
|
22
45
|
* Semantic helper
|
|
23
46
|
*
|
|
24
47
|
* For example `"A cat wearing a hat"`
|
|
48
|
+
*
|
|
25
49
|
*/
|
|
26
|
-
export type string_prompt_image =
|
|
50
|
+
export type string_prompt_image = string_prompt_image_private;
|
|
27
51
|
/**
|
|
28
52
|
* Semantic helper
|
|
29
53
|
*
|
|
30
54
|
* For example `"A cat wearing a {item}"`
|
|
55
|
+
*
|
|
31
56
|
*/
|
|
32
|
-
export type string_template =
|
|
57
|
+
export type string_template = string_template_private;
|
|
33
58
|
/**
|
|
34
59
|
* Semantic helper
|
|
35
60
|
*
|
|
36
61
|
* For example `"How many hats does the cat wear?"`
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
|
-
export type string_text_prompt =
|
|
64
|
+
export type string_text_prompt = string_text_prompt_private;
|
|
39
65
|
/**
|
|
40
66
|
* Semantic helper
|
|
41
67
|
*
|
|
42
68
|
* For example `"How many hats does the cat wear?"`
|
|
69
|
+
*
|
|
43
70
|
*/
|
|
44
|
-
export type string_chat_prompt =
|
|
71
|
+
export type string_chat_prompt = string_chat_prompt_private;
|
|
45
72
|
/**
|
|
46
73
|
* Semantic helper
|
|
47
74
|
*
|
|
48
75
|
* For example `"You are an AI assistant. You are here to help me with my work."`
|
|
76
|
+
*
|
|
49
77
|
*/
|
|
50
|
-
export type string_system_message =
|
|
78
|
+
export type string_system_message = string_system_message_private;
|
|
51
79
|
/**
|
|
52
80
|
* Semantic helper
|
|
53
81
|
*
|
|
54
82
|
* For example `"Following is a text about cats: Once upon a time there was a cat"`
|
|
83
|
+
*
|
|
55
84
|
*/
|
|
56
|
-
export type string_completion_prompt =
|
|
85
|
+
export type string_completion_prompt = string_completion_prompt_private;
|
|
57
86
|
/**
|
|
58
87
|
* Semantic helper
|
|
59
88
|
*
|
|
60
89
|
* For example `"index"` or `"explanation"`
|
|
61
90
|
* Always in kebab-case
|
|
91
|
+
*
|
|
62
92
|
*/
|
|
63
|
-
export type string_page =
|
|
93
|
+
export type string_page = string_page_private;
|
|
64
94
|
/**
|
|
65
95
|
* Semantic helper
|
|
66
96
|
*
|
|
67
97
|
* For example `"a"`
|
|
98
|
+
*
|
|
68
99
|
*/
|
|
69
|
-
export type string_char =
|
|
100
|
+
export type string_char = string_char_private;
|
|
70
101
|
/**
|
|
71
102
|
* Semantic helper
|
|
72
103
|
* Unique identifier of anything
|
|
73
104
|
*
|
|
74
105
|
* For example `"ainautes"`
|
|
106
|
+
*
|
|
75
107
|
*/
|
|
76
|
-
export type string_name =
|
|
108
|
+
export type string_name = string_name_private;
|
|
77
109
|
/**
|
|
78
110
|
* Semantic helper
|
|
79
111
|
* Unique identifier of anything
|
|
80
112
|
*
|
|
81
113
|
* For example `"eventTitle"`
|
|
114
|
+
*
|
|
82
115
|
*/
|
|
83
116
|
export type string_parameter_name = string_name;
|
|
84
117
|
/**
|
|
@@ -86,8 +119,9 @@ export type string_parameter_name = string_name;
|
|
|
86
119
|
* Unique identifier of parameter
|
|
87
120
|
*
|
|
88
121
|
* For example `"DevConf 2024"`
|
|
122
|
+
*
|
|
89
123
|
*/
|
|
90
|
-
export type string_parameter_value =
|
|
124
|
+
export type string_parameter_value = string_parameter_value_private;
|
|
91
125
|
/**
|
|
92
126
|
* Parameters of the pipeline
|
|
93
127
|
*
|
|
@@ -99,35 +133,37 @@ export type string_parameter_value = string;
|
|
|
99
133
|
* Note: [🚉] This is fully serializable as JSON
|
|
100
134
|
* @see https://ptbk.io/parameters
|
|
101
135
|
*/
|
|
102
|
-
export type Parameters =
|
|
136
|
+
export type Parameters = Parameters_private;
|
|
103
137
|
/**
|
|
104
138
|
* Parameters to pass to execution of the pipeline
|
|
105
139
|
*
|
|
106
140
|
* Note: [🚉] This should be fully serializable as JSON
|
|
107
141
|
* @see https://ptbk.io/parameters
|
|
108
142
|
*/
|
|
109
|
-
export type InputParameters =
|
|
143
|
+
export type InputParameters = InputParameters_private;
|
|
110
144
|
/**
|
|
111
145
|
* Semantic helper
|
|
112
146
|
* Unique identifier of reserved parameter
|
|
113
147
|
*
|
|
114
148
|
* For example `"context"`
|
|
149
|
+
*
|
|
115
150
|
*/
|
|
116
|
-
export type string_reserved_parameter_name =
|
|
151
|
+
export type string_reserved_parameter_name = string_reserved_parameter_name_private;
|
|
117
152
|
/**
|
|
118
153
|
* Represents a mapping of reserved parameter names to their values.
|
|
119
154
|
* Reserved parameters are used internally by the pipeline and should not be set by users.
|
|
120
155
|
*
|
|
121
156
|
* Note: [🚉] This is fully serializable as JSON
|
|
122
157
|
*/
|
|
123
|
-
export type ReservedParameters =
|
|
158
|
+
export type ReservedParameters = ReservedParameters_private;
|
|
124
159
|
/**
|
|
125
160
|
* Semantic helper
|
|
126
161
|
* Title of anything
|
|
127
162
|
*
|
|
128
163
|
* For example `"Ai*nautes"`
|
|
164
|
+
*
|
|
129
165
|
*/
|
|
130
|
-
export type string_title =
|
|
166
|
+
export type string_title = string_title_private;
|
|
131
167
|
/**
|
|
132
168
|
* Semantic helper
|
|
133
169
|
*
|
|
@@ -135,19 +171,21 @@ export type string_title = string;
|
|
|
135
171
|
*
|
|
136
172
|
* TODO: !!!! Brand the type
|
|
137
173
|
*/
|
|
138
|
-
export type string_agent_name =
|
|
174
|
+
export type string_agent_name = string_agent_name_private;
|
|
139
175
|
/**
|
|
140
176
|
* Semantic helper
|
|
141
177
|
*
|
|
142
178
|
* For example `"My AI Assistant"`
|
|
179
|
+
*
|
|
143
180
|
*/
|
|
144
|
-
export type string_agent_name_in_book =
|
|
181
|
+
export type string_agent_name_in_book = string_agent_name_in_book_private;
|
|
145
182
|
/**
|
|
146
183
|
* Semantic helper
|
|
147
184
|
*
|
|
148
185
|
* For example `"b126926439c5fcb83609888a11283723c1ef137c0ad599a77a1be81812bd221d"`
|
|
186
|
+
*
|
|
149
187
|
*/
|
|
150
|
-
export type string_agent_hash =
|
|
188
|
+
export type string_agent_hash = string_agent_hash_private;
|
|
151
189
|
/**
|
|
152
190
|
* Semantic helper
|
|
153
191
|
*
|
|
@@ -155,16 +193,21 @@ export type string_agent_hash = string_sha256;
|
|
|
155
193
|
*
|
|
156
194
|
* TODO: !!!! Brand the type
|
|
157
195
|
*/
|
|
158
|
-
export type string_agent_permanent_id =
|
|
196
|
+
export type string_agent_permanent_id = string_agent_permanent_id_private;
|
|
159
197
|
/**
|
|
160
198
|
* Unstructured description of the persona
|
|
161
199
|
*
|
|
162
200
|
* For example `"Skilled copywriter"`
|
|
201
|
+
*
|
|
163
202
|
*/
|
|
164
|
-
export type string_persona_description =
|
|
203
|
+
export type string_persona_description = string_persona_description_private;
|
|
165
204
|
/**
|
|
166
205
|
* Unstructured description of the model
|
|
167
206
|
*
|
|
168
207
|
* For example `"Model with logical reasoning and creative mindset"`
|
|
208
|
+
*
|
|
209
|
+
*/
|
|
210
|
+
export type string_model_description = string_model_description_private;
|
|
211
|
+
/**
|
|
212
|
+
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
169
213
|
*/
|
|
170
|
-
export type string_model_description = string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TupleToUnion } from 'type-fest';
|
|
2
|
+
import { RESERVED_PARAMETER_NAMES } from '../constants';
|
|
3
|
+
/**
|
|
4
|
+
* Semantic helper
|
|
5
|
+
* Unique identifier of reserved parameter
|
|
6
|
+
*
|
|
7
|
+
* For example `"context"`
|
|
8
|
+
*
|
|
9
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
10
|
+
*/
|
|
11
|
+
export type string_reserved_parameter_name_private = TupleToUnion<typeof RESERVED_PARAMETER_NAMES>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { string_text_prompt_private } from './string_text_prompt_private';
|
|
2
|
+
/**
|
|
3
|
+
* Semantic helper
|
|
4
|
+
*
|
|
5
|
+
* For example `"You are an AI assistant. You are here to help me with my work."`
|
|
6
|
+
*
|
|
7
|
+
* @private internal utility of `string_parameter_name.ts`
|
|
8
|
+
*/
|
|
9
|
+
export type string_system_message_private = string_text_prompt_private;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { string_prompt_private } from './string_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_text_prompt_private = string_prompt_private;
|