@promptbook/types 0.50.0-3 → 0.50.0-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/typings/other/playground/playground.d.ts +2 -0
- package/esm/typings/{_packages → src/_packages}/types.index.d.ts +2 -2
- package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +1 -2
- package/{umd/typings → esm/typings/src}/types/PromptbookJson/PromptTemplateJson.d.ts +3 -3
- package/package.json +2 -2
- package/umd/typings/other/playground/playground.d.ts +2 -0
- package/umd/typings/{_packages → src/_packages}/types.index.d.ts +2 -2
- package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +1 -2
- package/{esm/typings → umd/typings/src}/types/PromptbookJson/PromptTemplateJson.d.ts +3 -3
- /package/esm/typings/{_packages → src/_packages}/cli.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/core.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/execute-javascript.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/langtail.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/mock.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/openai.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/remote-client.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/remote-server.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/utils.index.d.ts +0 -0
- /package/esm/typings/{_packages → src/_packages}/wizzard.index.d.ts +0 -0
- /package/esm/typings/{config.d.ts → src/config.d.ts} +0 -0
- /package/esm/typings/{conversion → src/conversion}/prettify/PrettifyOptions.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/promptbookJsonToString.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/promptbookStringToJson.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/promptbookStringToJson.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/extractVariables.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/extractVariables.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/parseCommand.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/parseCommand.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/parseNumber.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/parseNumber.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/renameParameter.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/renameParameter.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/titleToName.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/utils/titleToName.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/validation/_importPromptbook.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/validation/validatePromptbookJson.d.ts +0 -0
- /package/esm/typings/{conversion → src/conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/PromptbookExecutionError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/PromptbookLogicError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/PromptbookNotFoundError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/PromptbookReferenceError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/PromptbookSyntaxError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/TemplateError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/UnexpectedError.d.ts +0 -0
- /package/esm/typings/{errors → src/errors}/_ExpectError.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/CommonExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/ExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/LlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/PromptResult.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/PromptbookExecutor.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/ScriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/UserInterfaceTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/assertsExecutionSuccessful.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/createPromptbookExecutor.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/MockedEchoLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/MockedFackedLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/faked-completion.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/mocked-chat.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/mocked-completion.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/computeOpenaiUsage.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/RemoteServerOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/startRemoteServer.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-async.test.ts.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-missing.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-with-dependencies.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/utils/preserve.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/utils/unknownToString.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/postprocessing.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/python/PythonExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/script-execution-errors.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/script-execution-tools.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/script-execution-tools/typescript/TypescriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/plugins/user-interface-execution-tools/user-interface-execution-tools.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/utils/checkExpectations.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/utils/checkExpectations.test.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/utils/replaceParameters.d.ts +0 -0
- /package/esm/typings/{execution → src/execution}/utils/replaceParameters.test.d.ts +0 -0
- /package/esm/typings/{library → src/library}/PromptbookLibrary.d.ts +0 -0
- /package/esm/typings/{library → src/library}/SimplePromptbookLibrary.d.ts +0 -0
- /package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
- /package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
- /package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
- /package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
- /package/esm/typings/{library → src/library}/constructors/createPromptbookSublibrary.d.ts +0 -0
- /package/esm/typings/{types → src/types}/Command.d.ts +0 -0
- /package/esm/typings/{types → src/types}/ExecutionTypes.d.ts +0 -0
- /package/esm/typings/{types → src/types}/ModelRequirements.d.ts +0 -0
- /package/esm/typings/{types → src/types}/Parameters.d.ts +0 -0
- /package/esm/typings/{types → src/types}/Prompt.d.ts +0 -0
- /package/esm/typings/{types → src/types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
- /package/esm/typings/{types → src/types}/PromptbookJson/PromptbookJson.d.ts +0 -0
- /package/esm/typings/{types → src/types}/PromptbookString.d.ts +0 -0
- /package/esm/typings/{types → src/types}/ScriptLanguage.d.ts +0 -0
- /package/esm/typings/{types → src/types}/TaskProgress.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/ExecutionReportJson.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/ExecutionReportString.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/config.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/countWorkingDuration.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/countWorkingDuration.test.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/executionReportJsonToString.d.ts +0 -0
- /package/esm/typings/{types → src/types}/execution-report/executionReportJsonToString.test.d.ts +0 -0
- /package/esm/typings/{types → src/types}/typeAliasEmoji.d.ts +0 -0
- /package/esm/typings/{types → src/types}/typeAliases.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/FromtoItems.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/emojis.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countCharacters.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countCharacters.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countLines.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countLines.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countPages.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countPages.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countParagraphs.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countSentences.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countSentences.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countWords.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/countWords.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/expectation-counters/index.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/extractParameters.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/extractParameters.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/formatNumber.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/formatNumber.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/getCurrentIsoDate.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/isRunningInWhatever.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/isValidJsonString.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/isValidJsonString.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/just.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/createMarkdownChart.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/createMarkdownChart.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/createMarkdownTable.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/createMarkdownTable.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/prettifyMarkdown.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/removeContentComments.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/removeContentComments.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown-json/MarkdownStructure.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/IKeywords.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/capitalize.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/capitalize.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/decapitalize.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/decapitalize.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/isValidKeyword.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/isValidKeyword.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/nameToUriPart.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/nameToUriPart.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/nameToUriParts.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/nameToUriParts.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeWhitespaces.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/parseKeywords.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/parseKeywords.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/parseKeywordsFromString.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/removeDiacritics.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/removeDiacritics.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/searchKeywords.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/normalization/searchKeywords.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/postprocessing/extractBlock.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/removeEmojis.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/removeEmojis.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/removeQuotes.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/removeQuotes.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/trimCodeBlock.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/trimCodeBlock.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/trimEndOfCodeBlock.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/trimEndOfCodeBlock.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/unwrapResult.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/unwrapResult.test.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/validators/url/isValidUrl.d.ts +0 -0
- /package/esm/typings/{utils → src/utils}/validators/url/isValidUrl.test.d.ts +0 -0
- /package/esm/typings/{version.d.ts → src/version.d.ts} +0 -0
- /package/esm/typings/{wizzard → src/wizzard}/Wizzard.d.ts +0 -0
- /package/esm/typings/{wizzard → src/wizzard}/sample.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/cli.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/core.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/execute-javascript.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/langtail.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/mock.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/openai.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/remote-client.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/remote-server.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/utils.index.d.ts +0 -0
- /package/umd/typings/{_packages → src/_packages}/wizzard.index.d.ts +0 -0
- /package/umd/typings/{config.d.ts → src/config.d.ts} +0 -0
- /package/umd/typings/{conversion → src/conversion}/prettify/PrettifyOptions.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/promptbookJsonToString.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/promptbookStringToJson.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/promptbookStringToJson.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/extractVariables.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/extractVariables.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/parseCommand.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/parseCommand.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/parseNumber.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/parseNumber.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/renameParameter.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/renameParameter.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/titleToName.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/utils/titleToName.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/validation/_importPromptbook.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/validation/validatePromptbookJson.d.ts +0 -0
- /package/umd/typings/{conversion → src/conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/PromptbookExecutionError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/PromptbookLogicError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/PromptbookNotFoundError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/PromptbookReferenceError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/PromptbookSyntaxError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/TemplateError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/UnexpectedError.d.ts +0 -0
- /package/umd/typings/{errors → src/errors}/_ExpectError.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/CommonExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/ExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/LlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/PromptResult.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/PromptbookExecutor.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/ScriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/UserInterfaceTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/assertsExecutionSuccessful.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/createPromptbookExecutor.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/MockedEchoLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/MockedFackedLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/faked-completion.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/mocked-chat.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/mocked-completion.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/openai/computeOpenaiUsage.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/interfaces/RemoteServerOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/llm-execution-tools/remote/startRemoteServer.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-async.test.ts.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-missing.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function-with-dependencies.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/custom-function.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/utils/preserve.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/javascript/utils/unknownToString.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/postprocessing.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/python/PythonExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/script-execution-errors.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/script-execution-tools.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/script-execution-tools/typescript/TypescriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/plugins/user-interface-execution-tools/user-interface-execution-tools.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/utils/checkExpectations.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/utils/checkExpectations.test.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/utils/replaceParameters.d.ts +0 -0
- /package/umd/typings/{execution → src/execution}/utils/replaceParameters.test.d.ts +0 -0
- /package/umd/typings/{library → src/library}/PromptbookLibrary.d.ts +0 -0
- /package/umd/typings/{library → src/library}/SimplePromptbookLibrary.d.ts +0 -0
- /package/umd/typings/{library → src/library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
- /package/umd/typings/{library → src/library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
- /package/umd/typings/{library → src/library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
- /package/umd/typings/{library → src/library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
- /package/umd/typings/{library → src/library}/constructors/createPromptbookSublibrary.d.ts +0 -0
- /package/umd/typings/{types → src/types}/Command.d.ts +0 -0
- /package/umd/typings/{types → src/types}/ExecutionTypes.d.ts +0 -0
- /package/umd/typings/{types → src/types}/ModelRequirements.d.ts +0 -0
- /package/umd/typings/{types → src/types}/Parameters.d.ts +0 -0
- /package/umd/typings/{types → src/types}/Prompt.d.ts +0 -0
- /package/umd/typings/{types → src/types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
- /package/umd/typings/{types → src/types}/PromptbookJson/PromptbookJson.d.ts +0 -0
- /package/umd/typings/{types → src/types}/PromptbookString.d.ts +0 -0
- /package/umd/typings/{types → src/types}/ScriptLanguage.d.ts +0 -0
- /package/umd/typings/{types → src/types}/TaskProgress.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/ExecutionReportJson.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/ExecutionReportString.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/config.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/countWorkingDuration.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/countWorkingDuration.test.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/executionReportJsonToString.d.ts +0 -0
- /package/umd/typings/{types → src/types}/execution-report/executionReportJsonToString.test.d.ts +0 -0
- /package/umd/typings/{types → src/types}/typeAliasEmoji.d.ts +0 -0
- /package/umd/typings/{types → src/types}/typeAliases.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/FromtoItems.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/emojis.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countCharacters.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countCharacters.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countLines.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countLines.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countPages.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countPages.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countParagraphs.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countSentences.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countSentences.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countWords.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/countWords.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/expectation-counters/index.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/extractParameters.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/extractParameters.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/formatNumber.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/formatNumber.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/getCurrentIsoDate.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/isRunningInWhatever.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/isValidJsonString.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/isValidJsonString.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/just.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/createMarkdownChart.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/createMarkdownChart.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/createMarkdownTable.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/createMarkdownTable.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/prettifyMarkdown.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/removeContentComments.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/removeContentComments.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown-json/MarkdownStructure.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/IKeywords.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/capitalize.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/capitalize.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/decapitalize.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/decapitalize.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/isValidKeyword.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/isValidKeyword.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/nameToUriPart.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/nameToUriPart.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/nameToUriParts.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/nameToUriParts.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeWhitespaces.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/parseKeywords.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/parseKeywords.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/parseKeywordsFromString.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/removeDiacritics.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/removeDiacritics.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/searchKeywords.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/normalization/searchKeywords.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/postprocessing/extractBlock.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/removeEmojis.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/removeEmojis.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/removeQuotes.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/removeQuotes.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/trimCodeBlock.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/trimCodeBlock.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/trimEndOfCodeBlock.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/trimEndOfCodeBlock.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/unwrapResult.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/unwrapResult.test.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/validators/url/isValidUrl.d.ts +0 -0
- /package/umd/typings/{utils → src/utils}/validators/url/isValidUrl.test.d.ts +0 -0
- /package/umd/typings/{version.d.ts → src/version.d.ts} +0 -0
- /package/umd/typings/{wizzard → src/wizzard}/Wizzard.d.ts +0 -0
- /package/umd/typings/{wizzard → src/wizzard}/sample.d.ts +0 -0
|
@@ -10,7 +10,7 @@ import type { ExecutionType } from '../types/ExecutionTypes';
|
|
|
10
10
|
import type { ModelRequirements, ModelVariant } from '../types/ModelRequirements';
|
|
11
11
|
import type { Parameters } from '../types/Parameters';
|
|
12
12
|
import type { Prompt } from '../types/Prompt';
|
|
13
|
-
import type { EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, PromptTemplateJson } from '../types/PromptbookJson/PromptTemplateJson';
|
|
13
|
+
import type { EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, LlmTemplateJson, PromptDialogJson, PromptTemplateJson, ScriptJson, SimpleTemplateJson } from '../types/PromptbookJson/PromptTemplateJson';
|
|
14
14
|
import type { PromptTemplateParameterJson } from '../types/PromptbookJson/PromptTemplateParameterJson';
|
|
15
15
|
import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson';
|
|
16
16
|
import type { PromptbookString } from '../types/PromptbookString';
|
|
@@ -20,7 +20,7 @@ import type { ExecutionReportJson } from '../types/execution-report/ExecutionRep
|
|
|
20
20
|
import type { string_char_emoji } from '../types/typeAliasEmoji';
|
|
21
21
|
import type { client_id, string_char, string_chat_prompt, string_completion_prompt, string_data_url, string_domain, string_email, string_file_absolute_path, string_file_extension, string_file_path, string_file_relative_path, string_filename, string_folder_absolute_path, string_folder_path, string_folder_relative_path, string_host, string_hostname, string_href, string_html, string_javascript, string_javascript_name, string_license, string_markdown, string_markdown_text, string_mime_type, string_mime_type_with_wildcard, string_model_name, string_name, string_person_fullname, string_prompt, string_promptbook_url, string_promptbook_url_with_hashtemplate, string_script, string_sha256, string_tdl, string_template, string_text_prompt, string_title, string_token, string_translate_language, string_uri, string_uri_part, string_url, string_url_image, string_version } from '../types/typeAliases';
|
|
22
22
|
import { FromtoItems } from '../utils/FromtoItems';
|
|
23
|
-
export { AvailableModel, client_id, CommonExecutionToolsOptions, ExecutionReportJson, ExecutionTools, ExecutionType, EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, FromtoItems, LlmExecutionTools
|
|
23
|
+
export { AvailableModel, client_id, CommonExecutionToolsOptions, ExecutionReportJson, ExecutionTools, ExecutionType, EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, FromtoItems, LlmExecutionTools, LlmTemplateJson, ModelRequirements, ModelVariant, Parameters, Prompt, PromptbookExecutor, PromptbookJson, PromptbookLibrary, PromptbookString, PromptChatResult, PromptCommonResult, PromptCompletionResult, PromptDialogJson, PromptResult, PromptTemplateJson, PromptTemplateParameterJson, ScriptExecutionTools, ScriptExecutionToolsExecuteOptions, ScriptJson, ScriptLanguage, SimpleTemplateJson, string_char, string_char_emoji, string_chat_prompt, string_completion_prompt, string_data_url, string_domain, string_email, string_file_absolute_path, string_file_extension, string_file_path, string_file_relative_path, string_filename, string_folder_absolute_path, string_folder_path, string_folder_relative_path, string_host, string_hostname, string_href, string_html, string_javascript, string_javascript_name, string_license, string_markdown, string_markdown_text, string_mime_type, string_mime_type_with_wildcard, string_model_name, string_name, string_person_fullname, string_prompt, string_promptbook_url, string_promptbook_url_with_hashtemplate, string_script, string_sha256, string_tdl, string_template, string_text_prompt, string_title, string_token, string_translate_language, string_uri, string_uri_part, string_url, string_url_image, string_version, TaskProgress, UserInterfaceTools, UserInterfaceToolsPromptDialogOptions, };
|
|
24
24
|
/**
|
|
25
25
|
* TODO: [🧠][🆔] Is this the best package to export custom errors from?
|
|
26
26
|
* TODO: Delete type aliases (from ../types/typeAliases) that are not exported here
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { Promisable } from 'type-fest';
|
|
2
1
|
import type { Prompt } from '../../../../types/Prompt';
|
|
3
2
|
import type { AvailableModel, LlmExecutionTools } from '../../../LlmExecutionTools';
|
|
4
3
|
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
|
|
@@ -29,7 +28,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
|
|
|
29
28
|
/**
|
|
30
29
|
* List all available OpenAI models that can be used
|
|
31
30
|
*/
|
|
32
|
-
listModels():
|
|
31
|
+
listModels(): Array<AvailableModel>;
|
|
33
32
|
}
|
|
34
33
|
/**
|
|
35
34
|
* TODO: [🍓][♐] Allow to list compatible models with each variant
|
|
@@ -44,13 +44,13 @@ export type ExpectationAmount = number_integer & number_positive_or_zero;
|
|
|
44
44
|
/**
|
|
45
45
|
* Template for simple concatenation of strings
|
|
46
46
|
*/
|
|
47
|
-
interface SimpleTemplateJson extends PromptTemplateJsonCommon {
|
|
47
|
+
export interface SimpleTemplateJson extends PromptTemplateJsonCommon {
|
|
48
48
|
readonly executionType: 'SIMPLE_TEMPLATE';
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Template for script execution
|
|
52
52
|
*/
|
|
53
|
-
interface ScriptJson extends PromptTemplateJsonCommon {
|
|
53
|
+
export interface ScriptJson extends PromptTemplateJsonCommon {
|
|
54
54
|
readonly executionType: 'SCRIPT';
|
|
55
55
|
/**
|
|
56
56
|
* Language of the script
|
|
@@ -62,7 +62,7 @@ interface ScriptJson extends PromptTemplateJsonCommon {
|
|
|
62
62
|
/**
|
|
63
63
|
* Template for prompt to user
|
|
64
64
|
*/
|
|
65
|
-
interface PromptDialogJson extends PromptTemplateJsonCommon {
|
|
65
|
+
export interface PromptDialogJson extends PromptTemplateJsonCommon {
|
|
66
66
|
readonly executionType: 'PROMPT_DIALOG';
|
|
67
67
|
}
|
|
68
68
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.50.0-
|
|
3
|
+
"version": "0.50.0-5",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.50.0-
|
|
48
|
+
"@promptbook/core": "0.50.0-5"
|
|
49
49
|
},
|
|
50
50
|
"main": "./umd/index.umd.js",
|
|
51
51
|
"module": "./esm/index.es.js",
|
|
@@ -10,7 +10,7 @@ import type { ExecutionType } from '../types/ExecutionTypes';
|
|
|
10
10
|
import type { ModelRequirements, ModelVariant } from '../types/ModelRequirements';
|
|
11
11
|
import type { Parameters } from '../types/Parameters';
|
|
12
12
|
import type { Prompt } from '../types/Prompt';
|
|
13
|
-
import type { EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, PromptTemplateJson } from '../types/PromptbookJson/PromptTemplateJson';
|
|
13
|
+
import type { EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, LlmTemplateJson, PromptDialogJson, PromptTemplateJson, ScriptJson, SimpleTemplateJson } from '../types/PromptbookJson/PromptTemplateJson';
|
|
14
14
|
import type { PromptTemplateParameterJson } from '../types/PromptbookJson/PromptTemplateParameterJson';
|
|
15
15
|
import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson';
|
|
16
16
|
import type { PromptbookString } from '../types/PromptbookString';
|
|
@@ -20,7 +20,7 @@ import type { ExecutionReportJson } from '../types/execution-report/ExecutionRep
|
|
|
20
20
|
import type { string_char_emoji } from '../types/typeAliasEmoji';
|
|
21
21
|
import type { client_id, string_char, string_chat_prompt, string_completion_prompt, string_data_url, string_domain, string_email, string_file_absolute_path, string_file_extension, string_file_path, string_file_relative_path, string_filename, string_folder_absolute_path, string_folder_path, string_folder_relative_path, string_host, string_hostname, string_href, string_html, string_javascript, string_javascript_name, string_license, string_markdown, string_markdown_text, string_mime_type, string_mime_type_with_wildcard, string_model_name, string_name, string_person_fullname, string_prompt, string_promptbook_url, string_promptbook_url_with_hashtemplate, string_script, string_sha256, string_tdl, string_template, string_text_prompt, string_title, string_token, string_translate_language, string_uri, string_uri_part, string_url, string_url_image, string_version } from '../types/typeAliases';
|
|
22
22
|
import { FromtoItems } from '../utils/FromtoItems';
|
|
23
|
-
export { AvailableModel, client_id, CommonExecutionToolsOptions, ExecutionReportJson, ExecutionTools, ExecutionType, EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, FromtoItems, LlmExecutionTools
|
|
23
|
+
export { AvailableModel, client_id, CommonExecutionToolsOptions, ExecutionReportJson, ExecutionTools, ExecutionType, EXPECTATION_UNITS, ExpectationAmount, ExpectationUnit, FromtoItems, LlmExecutionTools, LlmTemplateJson, ModelRequirements, ModelVariant, Parameters, Prompt, PromptbookExecutor, PromptbookJson, PromptbookLibrary, PromptbookString, PromptChatResult, PromptCommonResult, PromptCompletionResult, PromptDialogJson, PromptResult, PromptTemplateJson, PromptTemplateParameterJson, ScriptExecutionTools, ScriptExecutionToolsExecuteOptions, ScriptJson, ScriptLanguage, SimpleTemplateJson, string_char, string_char_emoji, string_chat_prompt, string_completion_prompt, string_data_url, string_domain, string_email, string_file_absolute_path, string_file_extension, string_file_path, string_file_relative_path, string_filename, string_folder_absolute_path, string_folder_path, string_folder_relative_path, string_host, string_hostname, string_href, string_html, string_javascript, string_javascript_name, string_license, string_markdown, string_markdown_text, string_mime_type, string_mime_type_with_wildcard, string_model_name, string_name, string_person_fullname, string_prompt, string_promptbook_url, string_promptbook_url_with_hashtemplate, string_script, string_sha256, string_tdl, string_template, string_text_prompt, string_title, string_token, string_translate_language, string_uri, string_uri_part, string_url, string_url_image, string_version, TaskProgress, UserInterfaceTools, UserInterfaceToolsPromptDialogOptions, };
|
|
24
24
|
/**
|
|
25
25
|
* TODO: [🧠][🆔] Is this the best package to export custom errors from?
|
|
26
26
|
* TODO: Delete type aliases (from ../types/typeAliases) that are not exported here
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { Promisable } from 'type-fest';
|
|
2
1
|
import type { Prompt } from '../../../../types/Prompt';
|
|
3
2
|
import type { AvailableModel, LlmExecutionTools } from '../../../LlmExecutionTools';
|
|
4
3
|
import type { PromptChatResult, PromptCompletionResult } from '../../../PromptResult';
|
|
@@ -29,7 +28,7 @@ export declare class OpenAiExecutionTools implements LlmExecutionTools {
|
|
|
29
28
|
/**
|
|
30
29
|
* List all available OpenAI models that can be used
|
|
31
30
|
*/
|
|
32
|
-
listModels():
|
|
31
|
+
listModels(): Array<AvailableModel>;
|
|
33
32
|
}
|
|
34
33
|
/**
|
|
35
34
|
* TODO: [🍓][♐] Allow to list compatible models with each variant
|
|
@@ -44,13 +44,13 @@ export type ExpectationAmount = number_integer & number_positive_or_zero;
|
|
|
44
44
|
/**
|
|
45
45
|
* Template for simple concatenation of strings
|
|
46
46
|
*/
|
|
47
|
-
interface SimpleTemplateJson extends PromptTemplateJsonCommon {
|
|
47
|
+
export interface SimpleTemplateJson extends PromptTemplateJsonCommon {
|
|
48
48
|
readonly executionType: 'SIMPLE_TEMPLATE';
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Template for script execution
|
|
52
52
|
*/
|
|
53
|
-
interface ScriptJson extends PromptTemplateJsonCommon {
|
|
53
|
+
export interface ScriptJson extends PromptTemplateJsonCommon {
|
|
54
54
|
readonly executionType: 'SCRIPT';
|
|
55
55
|
/**
|
|
56
56
|
* Language of the script
|
|
@@ -62,7 +62,7 @@ interface ScriptJson extends PromptTemplateJsonCommon {
|
|
|
62
62
|
/**
|
|
63
63
|
* Template for prompt to user
|
|
64
64
|
*/
|
|
65
|
-
interface PromptDialogJson extends PromptTemplateJsonCommon {
|
|
65
|
+
export interface PromptDialogJson extends PromptTemplateJsonCommon {
|
|
66
66
|
readonly executionType: 'PROMPT_DIALOG';
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{conversion → src/conversion}/prettify/prettifyPromptbookStringCli.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{conversion → src/conversion}/validation/validatePromptbookJson.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{execution → src/execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromDirectory.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromPromise.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromSources.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{library → src/library}/constructors/createPromptbookLibraryFromUrl.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{types → src/types}/execution-report/executionReportJsonToString.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|