@promptbook/openai 0.59.0-19 → 0.59.0-3

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.
Files changed (565) hide show
  1. package/esm/index.es.js +1 -1
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/typings/{src/_packages → _packages}/core.index.d.ts +6 -7
  4. package/{umd/typings/src → esm/typings}/_packages/node.index.d.ts +1 -1
  5. package/{umd/typings/src → esm/typings}/_packages/types.index.d.ts +1 -1
  6. package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/pdf/prepareKnowledgeFromPdf.d.ts +0 -3
  7. package/{umd/typings/src → esm/typings}/llm-providers/mocked/MockedEchoLlmExecutionTools.d.ts +0 -1
  8. package/esm/typings/{src/llm-providers → llm-providers}/mocked/MockedFackedLlmExecutionTools.d.ts +0 -3
  9. package/{umd/typings/src → esm/typings}/llm-providers/remote/interfaces/RemoteServerOptions.d.ts +1 -1
  10. package/{umd/typings/src → esm/typings}/types/PromptbookJson/MaterialKnowledgePieceJson.d.ts +1 -1
  11. package/package.json +3 -3
  12. package/umd/index.umd.js +1 -1
  13. package/umd/index.umd.js.map +1 -1
  14. package/umd/typings/{src/_packages → _packages}/core.index.d.ts +6 -7
  15. package/{esm/typings/src → umd/typings}/_packages/node.index.d.ts +1 -1
  16. package/{esm/typings/src → umd/typings}/_packages/types.index.d.ts +1 -1
  17. package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/pdf/prepareKnowledgeFromPdf.d.ts +0 -3
  18. package/{esm/typings/src → umd/typings}/llm-providers/mocked/MockedEchoLlmExecutionTools.d.ts +0 -1
  19. package/umd/typings/{src/llm-providers → llm-providers}/mocked/MockedFackedLlmExecutionTools.d.ts +0 -3
  20. package/{esm/typings/src → umd/typings}/llm-providers/remote/interfaces/RemoteServerOptions.d.ts +1 -1
  21. package/{esm/typings/src → umd/typings}/types/PromptbookJson/MaterialKnowledgePieceJson.d.ts +1 -1
  22. package/esm/typings/promptbook-library/promptbook-library.d.ts +0 -25
  23. package/umd/typings/promptbook-library/promptbook-library.d.ts +0 -25
  24. /package/esm/typings/{src/_packages → _packages}/anthropic-claude.index.d.ts +0 -0
  25. /package/esm/typings/{src/_packages → _packages}/azure-openai.index.d.ts +0 -0
  26. /package/esm/typings/{src/_packages → _packages}/cli.index.d.ts +0 -0
  27. /package/esm/typings/{src/_packages → _packages}/execute-javascript.index.d.ts +0 -0
  28. /package/esm/typings/{src/_packages → _packages}/fake-llm.index.d.ts +0 -0
  29. /package/esm/typings/{src/_packages → _packages}/langtail.index.d.ts +0 -0
  30. /package/esm/typings/{src/_packages → _packages}/openai.index.d.ts +0 -0
  31. /package/esm/typings/{src/_packages → _packages}/remote-client.index.d.ts +0 -0
  32. /package/esm/typings/{src/_packages → _packages}/remote-server.index.d.ts +0 -0
  33. /package/esm/typings/{src/_packages → _packages}/utils.index.d.ts +0 -0
  34. /package/esm/typings/{src/config.d.ts → config.d.ts} +0 -0
  35. /package/esm/typings/{src/conversion → conversion}/prettify/PrettifyOptions.d.ts +0 -0
  36. /package/esm/typings/{src/conversion → conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
  37. /package/esm/typings/{src/conversion → conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
  38. /package/esm/typings/{src/conversion → conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
  39. /package/esm/typings/{src/conversion → conversion}/promptbookJsonToString.d.ts +0 -0
  40. /package/esm/typings/{src/conversion → conversion}/promptbookStringToJson.d.ts +0 -0
  41. /package/esm/typings/{src/conversion → conversion}/promptbookStringToJson.test.d.ts +0 -0
  42. /package/esm/typings/{src/conversion → conversion}/utils/extractParametersFromPromptTemplate.d.ts +0 -0
  43. /package/esm/typings/{src/conversion → conversion}/utils/extractParametersFromPromptTemplate.test.d.ts +0 -0
  44. /package/esm/typings/{src/conversion → conversion}/utils/extractVariables.d.ts +0 -0
  45. /package/esm/typings/{src/conversion → conversion}/utils/extractVariables.test.d.ts +0 -0
  46. /package/esm/typings/{src/conversion → conversion}/utils/parseCommand.d.ts +0 -0
  47. /package/esm/typings/{src/conversion → conversion}/utils/parseCommand.test.d.ts +0 -0
  48. /package/esm/typings/{src/conversion → conversion}/utils/parseNumber.d.ts +0 -0
  49. /package/esm/typings/{src/conversion → conversion}/utils/parseNumber.test.d.ts +0 -0
  50. /package/esm/typings/{src/conversion → conversion}/utils/renameParameter.d.ts +0 -0
  51. /package/esm/typings/{src/conversion → conversion}/utils/renameParameter.test.d.ts +0 -0
  52. /package/esm/typings/{src/conversion → conversion}/utils/titleToName.d.ts +0 -0
  53. /package/esm/typings/{src/conversion → conversion}/utils/titleToName.test.d.ts +0 -0
  54. /package/esm/typings/{src/conversion → conversion}/validation/_importPromptbook.d.ts +0 -0
  55. /package/esm/typings/{src/conversion → conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
  56. /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
  57. /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson.d.ts +0 -0
  58. /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
  59. /package/esm/typings/{src/errors → errors}/PromptbookExecutionError.d.ts +0 -0
  60. /package/esm/typings/{src/errors → errors}/PromptbookLibraryError.d.ts +0 -0
  61. /package/esm/typings/{src/errors → errors}/PromptbookLogicError.d.ts +0 -0
  62. /package/esm/typings/{src/errors → errors}/PromptbookNotFoundError.d.ts +0 -0
  63. /package/esm/typings/{src/errors → errors}/PromptbookReferenceError.d.ts +0 -0
  64. /package/esm/typings/{src/errors → errors}/PromptbookSyntaxError.d.ts +0 -0
  65. /package/esm/typings/{src/errors → errors}/TemplateError.d.ts +0 -0
  66. /package/esm/typings/{src/errors → errors}/UnexpectedError.d.ts +0 -0
  67. /package/esm/typings/{src/errors → errors}/_ExpectError.d.ts +0 -0
  68. /package/esm/typings/{src/execution → execution}/CommonExecutionToolsOptions.d.ts +0 -0
  69. /package/esm/typings/{src/execution → execution}/ExecutionTools.d.ts +0 -0
  70. /package/esm/typings/{src/execution → execution}/LlmExecutionTools.d.ts +0 -0
  71. /package/esm/typings/{src/execution → execution}/PromptResult.d.ts +0 -0
  72. /package/esm/typings/{src/execution → execution}/PromptbookExecutor.d.ts +0 -0
  73. /package/esm/typings/{src/execution → execution}/ScriptExecutionTools.d.ts +0 -0
  74. /package/esm/typings/{src/execution → execution}/UserInterfaceTools.d.ts +0 -0
  75. /package/esm/typings/{src/execution → execution}/addPromptResultUsage.test.d.ts +0 -0
  76. /package/esm/typings/{src/execution → execution}/assertsExecutionSuccessful.d.ts +0 -0
  77. /package/esm/typings/{src/execution → execution}/createPromptbookExecutor.d.ts +0 -0
  78. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
  79. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
  80. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
  81. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
  82. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
  83. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
  84. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
  85. /package/esm/typings/{src/execution → execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
  86. /package/esm/typings/{src/execution → execution}/utils/addUsage.d.ts +0 -0
  87. /package/esm/typings/{src/execution → execution}/utils/addUsage.test.d.ts +0 -0
  88. /package/esm/typings/{src/execution → execution}/utils/checkExpectations.d.ts +0 -0
  89. /package/esm/typings/{src/execution → execution}/utils/checkExpectations.test.d.ts +0 -0
  90. /package/esm/typings/{src/execution → execution}/utils/computeUsageCounts.d.ts +0 -0
  91. /package/esm/typings/{src/execution → execution}/utils/forEachAsync.d.ts +0 -0
  92. /package/esm/typings/{src/execution → execution}/utils/replaceParameters.d.ts +0 -0
  93. /package/esm/typings/{src/execution → execution}/utils/replaceParameters.test.d.ts +0 -0
  94. /package/esm/typings/{src/execution → execution}/utils/uncertainNumber.d.ts +0 -0
  95. /package/esm/typings/{src/execution → execution}/utils/usageToWorktime.d.ts +0 -0
  96. /package/esm/typings/{src/execution → execution}/utils/usageToWorktime.test.d.ts +0 -0
  97. /package/esm/typings/{src/expectations → expectations}/drafts/isDomainNameFree.d.ts +0 -0
  98. /package/esm/typings/{src/expectations → expectations}/drafts/isGithubNameFree.d.ts +0 -0
  99. /package/esm/typings/{src/formats → formats}/_common/FormatDefinition.d.ts +0 -0
  100. /package/esm/typings/{src/formats → formats}/csv/ListFormatDefinition.d.ts +0 -0
  101. /package/esm/typings/{src/formats → formats}/index.d.ts +0 -0
  102. /package/esm/typings/{src/formats → formats}/json/JsonFormatDefinition.d.ts +0 -0
  103. /package/esm/typings/{src/formats → formats}/json/utils/isValidJsonString.d.ts +0 -0
  104. /package/esm/typings/{src/formats → formats}/json/utils/isValidJsonString.test.d.ts +0 -0
  105. /package/esm/typings/{src/formats → formats}/list/ListFormatDefinition.d.ts +0 -0
  106. /package/esm/typings/{src/formats → formats}/xml/XmlFormatDefinition.d.ts +0 -0
  107. /package/esm/typings/{src/knowledge → knowledge}/dialogs/callback/CallbackInterfaceTools.d.ts +0 -0
  108. /package/esm/typings/{src/knowledge → knowledge}/dialogs/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
  109. /package/esm/typings/{src/knowledge → knowledge}/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
  110. /package/esm/typings/{src/knowledge → knowledge}/dialogs/user-interface-execution-tools.test.d.ts +0 -0
  111. /package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/_common/IndexPreparer.d.ts +0 -0
  112. /package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/playground/markdown-knowledge-playground.d.ts +0 -0
  113. /package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown.d.ts +0 -0
  114. /package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown.test.d.ts +0 -0
  115. /package/esm/typings/{src/knowledge → knowledge}/prepare-knowledge/pdf/prepareKnowledgeFromPdf.test.d.ts +0 -0
  116. /package/esm/typings/{src/llm-providers → llm-providers}/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +0 -0
  117. /package/esm/typings/{src/llm-providers → llm-providers}/anthropic-claude/AnthropicClaudeExecutionToolsOptions.d.ts +0 -0
  118. /package/esm/typings/{src/llm-providers → llm-providers}/anthropic-claude/anthropic-claude-models.d.ts +0 -0
  119. /package/esm/typings/{src/llm-providers → llm-providers}/anthropic-claude/playground/playground.d.ts +0 -0
  120. /package/esm/typings/{src/llm-providers → llm-providers}/azure-openai/AzureOpenAiExecutionTools.d.ts +0 -0
  121. /package/esm/typings/{src/llm-providers → llm-providers}/azure-openai/AzureOpenAiExecutionToolsOptions.d.ts +0 -0
  122. /package/esm/typings/{src/llm-providers → llm-providers}/azure-openai/playground/playground.d.ts +0 -0
  123. /package/esm/typings/{src/llm-providers → llm-providers}/langtail/LangtailExecutionTools.d.ts +0 -0
  124. /package/esm/typings/{src/llm-providers → llm-providers}/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
  125. /package/esm/typings/{src/llm-providers → llm-providers}/langtail/playground/playground.d.ts +0 -0
  126. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/fakeTextToExpectations.d.ts +0 -0
  127. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/fakeTextToExpectations.test.d.ts +0 -0
  128. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/faked-completion.test.d.ts +0 -0
  129. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/joker.test.d.ts +0 -0
  130. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/mocked-chat.test.d.ts +0 -0
  131. /package/esm/typings/{src/llm-providers → llm-providers}/mocked/mocked-completion.test.d.ts +0 -0
  132. /package/esm/typings/{src/llm-providers → llm-providers}/multiple/MultipleLlmExecutionTools.d.ts +0 -0
  133. /package/esm/typings/{src/llm-providers → llm-providers}/multiple/MultipleLlmExecutionToolsOptions.d.ts +0 -0
  134. /package/esm/typings/{src/llm-providers → llm-providers}/multiple/playground/playground.d.ts +0 -0
  135. /package/esm/typings/{src/llm-providers → llm-providers}/openai/OpenAiExecutionTools.d.ts +0 -0
  136. /package/esm/typings/{src/llm-providers → llm-providers}/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
  137. /package/esm/typings/{src/llm-providers → llm-providers}/openai/computeOpenaiUsage.d.ts +0 -0
  138. /package/esm/typings/{src/llm-providers → llm-providers}/openai/computeUsage.d.ts +0 -0
  139. /package/esm/typings/{src/llm-providers → llm-providers}/openai/computeUsage.test.d.ts +0 -0
  140. /package/esm/typings/{src/llm-providers → llm-providers}/openai/openai-models.d.ts +0 -0
  141. /package/esm/typings/{src/llm-providers → llm-providers}/openai/playground/playground.d.ts +0 -0
  142. /package/esm/typings/{src/llm-providers → llm-providers}/remote/RemoteLlmExecutionTools.d.ts +0 -0
  143. /package/esm/typings/{src/llm-providers → llm-providers}/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
  144. /package/esm/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
  145. /package/esm/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
  146. /package/esm/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
  147. /package/esm/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
  148. /package/esm/typings/{src/llm-providers → llm-providers}/remote/startRemoteServer.d.ts +0 -0
  149. /package/esm/typings/{src/library → promptbook-library}/PromptbookLibrary.d.ts +0 -0
  150. /package/esm/typings/{src/library → promptbook-library}/SimplePromptbookLibrary.d.ts +0 -0
  151. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
  152. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromDirectory.test.d.ts +0 -0
  153. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
  154. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromPromise.test.d.ts +0 -0
  155. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
  156. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromSources.test.d.ts +0 -0
  157. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
  158. /package/esm/typings/{src/library → promptbook-library}/constructors/createPromptbookSublibrary.d.ts +0 -0
  159. /package/esm/typings/{src/library → promptbook-library}/constructors/justTestFsImport.d.ts +0 -0
  160. /package/esm/typings/{src/scripting → scripting}/_test/custom-function-async.test.ts.test.d.ts +0 -0
  161. /package/esm/typings/{src/scripting → scripting}/_test/custom-function-missing.test.d.ts +0 -0
  162. /package/esm/typings/{src/scripting → scripting}/_test/custom-function-with-dependencies.test.d.ts +0 -0
  163. /package/esm/typings/{src/scripting → scripting}/_test/custom-function.test.d.ts +0 -0
  164. /package/esm/typings/{src/scripting → scripting}/_test/postprocessing.test.d.ts +0 -0
  165. /package/esm/typings/{src/scripting → scripting}/_test/script-execution-errors.test.d.ts +0 -0
  166. /package/esm/typings/{src/scripting → scripting}/_test/script-execution-tools.test.d.ts +0 -0
  167. /package/esm/typings/{src/scripting → scripting}/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
  168. /package/esm/typings/{src/scripting → scripting}/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
  169. /package/esm/typings/{src/scripting → scripting}/javascript/JavascriptExecutionTools.d.ts +0 -0
  170. /package/esm/typings/{src/scripting → scripting}/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
  171. /package/esm/typings/{src/scripting → scripting}/javascript/utils/preserve.d.ts +0 -0
  172. /package/esm/typings/{src/scripting → scripting}/javascript/utils/unknownToString.d.ts +0 -0
  173. /package/esm/typings/{src/scripting → scripting}/python/PythonExecutionTools.d.ts +0 -0
  174. /package/esm/typings/{src/scripting → scripting}/typescript/TypescriptExecutionTools.d.ts +0 -0
  175. /package/esm/typings/{src/types → types}/Command.d.ts +0 -0
  176. /package/esm/typings/{src/types → types}/ExecutionTypes.d.ts +0 -0
  177. /package/esm/typings/{src/types → types}/ModelRequirements.d.ts +0 -0
  178. /package/esm/typings/{src/types → types}/Parameters.d.ts +0 -0
  179. /package/esm/typings/{src/types → types}/Prompt.d.ts +0 -0
  180. /package/esm/typings/{src/types → types}/PromptbookJson/KnowledgeJson.d.ts +0 -0
  181. /package/esm/typings/{src/types → types}/PromptbookJson/PromptTemplateJson.d.ts +0 -0
  182. /package/esm/typings/{src/types → types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
  183. /package/esm/typings/{src/types → types}/PromptbookJson/PromptbookJson.d.ts +0 -0
  184. /package/esm/typings/{src/types → types}/PromptbookString.d.ts +0 -0
  185. /package/esm/typings/{src/types → types}/ScriptLanguage.d.ts +0 -0
  186. /package/esm/typings/{src/types → types}/TaskProgress.d.ts +0 -0
  187. /package/esm/typings/{src/types → types}/execution-report/ExecutionReportJson.d.ts +0 -0
  188. /package/esm/typings/{src/types → types}/execution-report/ExecutionReportString.d.ts +0 -0
  189. /package/esm/typings/{src/types → types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
  190. /package/esm/typings/{src/types → types}/execution-report/config.d.ts +0 -0
  191. /package/esm/typings/{src/types → types}/execution-report/countWorkingDuration.d.ts +0 -0
  192. /package/esm/typings/{src/types → types}/execution-report/countWorkingDuration.test.d.ts +0 -0
  193. /package/esm/typings/{src/types → types}/execution-report/executionReportJsonToString.d.ts +0 -0
  194. /package/esm/typings/{src/types → types}/typeAliasEmoji.d.ts +0 -0
  195. /package/esm/typings/{src/types → types}/typeAliases.d.ts +0 -0
  196. /package/esm/typings/{src/utils → utils}/FromtoItems.d.ts +0 -0
  197. /package/esm/typings/{src/utils → utils}/emojis.d.ts +0 -0
  198. /package/esm/typings/{src/utils → utils}/expectation-counters/countCharacters.d.ts +0 -0
  199. /package/esm/typings/{src/utils → utils}/expectation-counters/countCharacters.test.d.ts +0 -0
  200. /package/esm/typings/{src/utils → utils}/expectation-counters/countLines.d.ts +0 -0
  201. /package/esm/typings/{src/utils → utils}/expectation-counters/countLines.test.d.ts +0 -0
  202. /package/esm/typings/{src/utils → utils}/expectation-counters/countPages.d.ts +0 -0
  203. /package/esm/typings/{src/utils → utils}/expectation-counters/countPages.test.d.ts +0 -0
  204. /package/esm/typings/{src/utils → utils}/expectation-counters/countParagraphs.d.ts +0 -0
  205. /package/esm/typings/{src/utils → utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
  206. /package/esm/typings/{src/utils → utils}/expectation-counters/countSentences.d.ts +0 -0
  207. /package/esm/typings/{src/utils → utils}/expectation-counters/countSentences.test.d.ts +0 -0
  208. /package/esm/typings/{src/utils → utils}/expectation-counters/countWords.d.ts +0 -0
  209. /package/esm/typings/{src/utils → utils}/expectation-counters/countWords.test.d.ts +0 -0
  210. /package/esm/typings/{src/utils → utils}/expectation-counters/index.d.ts +0 -0
  211. /package/esm/typings/{src/utils → utils}/extractParameters.d.ts +0 -0
  212. /package/esm/typings/{src/utils → utils}/extractParameters.test.d.ts +0 -0
  213. /package/esm/typings/{src/utils → utils}/formatNumber.d.ts +0 -0
  214. /package/esm/typings/{src/utils → utils}/formatNumber.test.d.ts +0 -0
  215. /package/esm/typings/{src/utils → utils}/getCurrentIsoDate.d.ts +0 -0
  216. /package/esm/typings/{src/utils → utils}/isRunningInWhatever.d.ts +0 -0
  217. /package/esm/typings/{src/utils → utils}/just.d.ts +0 -0
  218. /package/esm/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
  219. /package/esm/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
  220. /package/esm/typings/{src/utils → utils}/markdown/createMarkdownChart.d.ts +0 -0
  221. /package/esm/typings/{src/utils → utils}/markdown/createMarkdownChart.test.d.ts +0 -0
  222. /package/esm/typings/{src/utils → utils}/markdown/createMarkdownTable.d.ts +0 -0
  223. /package/esm/typings/{src/utils → utils}/markdown/createMarkdownTable.test.d.ts +0 -0
  224. /package/esm/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
  225. /package/esm/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
  226. /package/esm/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
  227. /package/esm/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
  228. /package/esm/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
  229. /package/esm/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
  230. /package/esm/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
  231. /package/esm/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
  232. /package/esm/typings/{src/utils → utils}/markdown/prettifyMarkdown.d.ts +0 -0
  233. /package/esm/typings/{src/utils → utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
  234. /package/esm/typings/{src/utils → utils}/markdown/removeContentComments.d.ts +0 -0
  235. /package/esm/typings/{src/utils → utils}/markdown/removeContentComments.test.d.ts +0 -0
  236. /package/esm/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
  237. /package/esm/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
  238. /package/esm/typings/{src/utils → utils}/markdown-json/MarkdownStructure.d.ts +0 -0
  239. /package/esm/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
  240. /package/esm/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
  241. /package/esm/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
  242. /package/esm/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
  243. /package/esm/typings/{src/utils → utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
  244. /package/esm/typings/{src/utils → utils}/normalization/IKeywords.d.ts +0 -0
  245. /package/esm/typings/{src/utils → utils}/normalization/capitalize.d.ts +0 -0
  246. /package/esm/typings/{src/utils → utils}/normalization/capitalize.test.d.ts +0 -0
  247. /package/esm/typings/{src/utils → utils}/normalization/decapitalize.d.ts +0 -0
  248. /package/esm/typings/{src/utils → utils}/normalization/decapitalize.test.d.ts +0 -0
  249. /package/esm/typings/{src/utils → utils}/normalization/isValidKeyword.d.ts +0 -0
  250. /package/esm/typings/{src/utils → utils}/normalization/isValidKeyword.test.d.ts +0 -0
  251. /package/esm/typings/{src/utils → utils}/normalization/nameToUriPart.d.ts +0 -0
  252. /package/esm/typings/{src/utils → utils}/normalization/nameToUriPart.test.d.ts +0 -0
  253. /package/esm/typings/{src/utils → utils}/normalization/nameToUriParts.d.ts +0 -0
  254. /package/esm/typings/{src/utils → utils}/normalization/nameToUriParts.test.d.ts +0 -0
  255. /package/esm/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
  256. /package/esm/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
  257. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
  258. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
  259. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
  260. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
  261. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
  262. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
  263. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
  264. /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
  265. /package/esm/typings/{src/utils → utils}/normalization/normalizeWhitespaces.d.ts +0 -0
  266. /package/esm/typings/{src/utils → utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
  267. /package/esm/typings/{src/utils → utils}/normalization/parseKeywords.d.ts +0 -0
  268. /package/esm/typings/{src/utils → utils}/normalization/parseKeywords.test.d.ts +0 -0
  269. /package/esm/typings/{src/utils → utils}/normalization/parseKeywordsFromString.d.ts +0 -0
  270. /package/esm/typings/{src/utils → utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
  271. /package/esm/typings/{src/utils → utils}/normalization/removeDiacritics.d.ts +0 -0
  272. /package/esm/typings/{src/utils → utils}/normalization/removeDiacritics.test.d.ts +0 -0
  273. /package/esm/typings/{src/utils → utils}/normalization/searchKeywords.d.ts +0 -0
  274. /package/esm/typings/{src/utils → utils}/normalization/searchKeywords.test.d.ts +0 -0
  275. /package/esm/typings/{src/utils → utils}/postprocessing/extractBlock.d.ts +0 -0
  276. /package/esm/typings/{src/utils → utils}/removeEmojis.d.ts +0 -0
  277. /package/esm/typings/{src/utils → utils}/removeEmojis.test.d.ts +0 -0
  278. /package/esm/typings/{src/utils → utils}/removeQuotes.d.ts +0 -0
  279. /package/esm/typings/{src/utils → utils}/removeQuotes.test.d.ts +0 -0
  280. /package/esm/typings/{src/utils → utils}/sets/difference.d.ts +0 -0
  281. /package/esm/typings/{src/utils → utils}/sets/difference.test.d.ts +0 -0
  282. /package/esm/typings/{src/utils → utils}/sets/intersection.d.ts +0 -0
  283. /package/esm/typings/{src/utils → utils}/sets/intersection.test.d.ts +0 -0
  284. /package/esm/typings/{src/utils → utils}/sets/union.d.ts +0 -0
  285. /package/esm/typings/{src/utils → utils}/sets/union.test.d.ts +0 -0
  286. /package/esm/typings/{src/utils → utils}/trimCodeBlock.d.ts +0 -0
  287. /package/esm/typings/{src/utils → utils}/trimCodeBlock.test.d.ts +0 -0
  288. /package/esm/typings/{src/utils → utils}/trimEndOfCodeBlock.d.ts +0 -0
  289. /package/esm/typings/{src/utils → utils}/trimEndOfCodeBlock.test.d.ts +0 -0
  290. /package/esm/typings/{src/utils → utils}/unwrapResult.d.ts +0 -0
  291. /package/esm/typings/{src/utils → utils}/unwrapResult.test.d.ts +0 -0
  292. /package/esm/typings/{src/utils → utils}/validators/url/isValidUrl.d.ts +0 -0
  293. /package/esm/typings/{src/utils → utils}/validators/url/isValidUrl.test.d.ts +0 -0
  294. /package/esm/typings/{src/version.d.ts → version.d.ts} +0 -0
  295. /package/umd/typings/{src/_packages → _packages}/anthropic-claude.index.d.ts +0 -0
  296. /package/umd/typings/{src/_packages → _packages}/azure-openai.index.d.ts +0 -0
  297. /package/umd/typings/{src/_packages → _packages}/cli.index.d.ts +0 -0
  298. /package/umd/typings/{src/_packages → _packages}/execute-javascript.index.d.ts +0 -0
  299. /package/umd/typings/{src/_packages → _packages}/fake-llm.index.d.ts +0 -0
  300. /package/umd/typings/{src/_packages → _packages}/langtail.index.d.ts +0 -0
  301. /package/umd/typings/{src/_packages → _packages}/openai.index.d.ts +0 -0
  302. /package/umd/typings/{src/_packages → _packages}/remote-client.index.d.ts +0 -0
  303. /package/umd/typings/{src/_packages → _packages}/remote-server.index.d.ts +0 -0
  304. /package/umd/typings/{src/_packages → _packages}/utils.index.d.ts +0 -0
  305. /package/umd/typings/{src/config.d.ts → config.d.ts} +0 -0
  306. /package/umd/typings/{src/conversion → conversion}/prettify/PrettifyOptions.d.ts +0 -0
  307. /package/umd/typings/{src/conversion → conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
  308. /package/umd/typings/{src/conversion → conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
  309. /package/umd/typings/{src/conversion → conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
  310. /package/umd/typings/{src/conversion → conversion}/promptbookJsonToString.d.ts +0 -0
  311. /package/umd/typings/{src/conversion → conversion}/promptbookStringToJson.d.ts +0 -0
  312. /package/umd/typings/{src/conversion → conversion}/promptbookStringToJson.test.d.ts +0 -0
  313. /package/umd/typings/{src/conversion → conversion}/utils/extractParametersFromPromptTemplate.d.ts +0 -0
  314. /package/umd/typings/{src/conversion → conversion}/utils/extractParametersFromPromptTemplate.test.d.ts +0 -0
  315. /package/umd/typings/{src/conversion → conversion}/utils/extractVariables.d.ts +0 -0
  316. /package/umd/typings/{src/conversion → conversion}/utils/extractVariables.test.d.ts +0 -0
  317. /package/umd/typings/{src/conversion → conversion}/utils/parseCommand.d.ts +0 -0
  318. /package/umd/typings/{src/conversion → conversion}/utils/parseCommand.test.d.ts +0 -0
  319. /package/umd/typings/{src/conversion → conversion}/utils/parseNumber.d.ts +0 -0
  320. /package/umd/typings/{src/conversion → conversion}/utils/parseNumber.test.d.ts +0 -0
  321. /package/umd/typings/{src/conversion → conversion}/utils/renameParameter.d.ts +0 -0
  322. /package/umd/typings/{src/conversion → conversion}/utils/renameParameter.test.d.ts +0 -0
  323. /package/umd/typings/{src/conversion → conversion}/utils/titleToName.d.ts +0 -0
  324. /package/umd/typings/{src/conversion → conversion}/utils/titleToName.test.d.ts +0 -0
  325. /package/umd/typings/{src/conversion → conversion}/validation/_importPromptbook.d.ts +0 -0
  326. /package/umd/typings/{src/conversion → conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
  327. /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
  328. /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson.d.ts +0 -0
  329. /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
  330. /package/umd/typings/{src/errors → errors}/PromptbookExecutionError.d.ts +0 -0
  331. /package/umd/typings/{src/errors → errors}/PromptbookLibraryError.d.ts +0 -0
  332. /package/umd/typings/{src/errors → errors}/PromptbookLogicError.d.ts +0 -0
  333. /package/umd/typings/{src/errors → errors}/PromptbookNotFoundError.d.ts +0 -0
  334. /package/umd/typings/{src/errors → errors}/PromptbookReferenceError.d.ts +0 -0
  335. /package/umd/typings/{src/errors → errors}/PromptbookSyntaxError.d.ts +0 -0
  336. /package/umd/typings/{src/errors → errors}/TemplateError.d.ts +0 -0
  337. /package/umd/typings/{src/errors → errors}/UnexpectedError.d.ts +0 -0
  338. /package/umd/typings/{src/errors → errors}/_ExpectError.d.ts +0 -0
  339. /package/umd/typings/{src/execution → execution}/CommonExecutionToolsOptions.d.ts +0 -0
  340. /package/umd/typings/{src/execution → execution}/ExecutionTools.d.ts +0 -0
  341. /package/umd/typings/{src/execution → execution}/LlmExecutionTools.d.ts +0 -0
  342. /package/umd/typings/{src/execution → execution}/PromptResult.d.ts +0 -0
  343. /package/umd/typings/{src/execution → execution}/PromptbookExecutor.d.ts +0 -0
  344. /package/umd/typings/{src/execution → execution}/ScriptExecutionTools.d.ts +0 -0
  345. /package/umd/typings/{src/execution → execution}/UserInterfaceTools.d.ts +0 -0
  346. /package/umd/typings/{src/execution → execution}/addPromptResultUsage.test.d.ts +0 -0
  347. /package/umd/typings/{src/execution → execution}/assertsExecutionSuccessful.d.ts +0 -0
  348. /package/umd/typings/{src/execution → execution}/createPromptbookExecutor.d.ts +0 -0
  349. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
  350. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
  351. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
  352. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
  353. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
  354. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
  355. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
  356. /package/umd/typings/{src/execution → execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
  357. /package/umd/typings/{src/execution → execution}/utils/addUsage.d.ts +0 -0
  358. /package/umd/typings/{src/execution → execution}/utils/addUsage.test.d.ts +0 -0
  359. /package/umd/typings/{src/execution → execution}/utils/checkExpectations.d.ts +0 -0
  360. /package/umd/typings/{src/execution → execution}/utils/checkExpectations.test.d.ts +0 -0
  361. /package/umd/typings/{src/execution → execution}/utils/computeUsageCounts.d.ts +0 -0
  362. /package/umd/typings/{src/execution → execution}/utils/forEachAsync.d.ts +0 -0
  363. /package/umd/typings/{src/execution → execution}/utils/replaceParameters.d.ts +0 -0
  364. /package/umd/typings/{src/execution → execution}/utils/replaceParameters.test.d.ts +0 -0
  365. /package/umd/typings/{src/execution → execution}/utils/uncertainNumber.d.ts +0 -0
  366. /package/umd/typings/{src/execution → execution}/utils/usageToWorktime.d.ts +0 -0
  367. /package/umd/typings/{src/execution → execution}/utils/usageToWorktime.test.d.ts +0 -0
  368. /package/umd/typings/{src/expectations → expectations}/drafts/isDomainNameFree.d.ts +0 -0
  369. /package/umd/typings/{src/expectations → expectations}/drafts/isGithubNameFree.d.ts +0 -0
  370. /package/umd/typings/{src/formats → formats}/_common/FormatDefinition.d.ts +0 -0
  371. /package/umd/typings/{src/formats → formats}/csv/ListFormatDefinition.d.ts +0 -0
  372. /package/umd/typings/{src/formats → formats}/index.d.ts +0 -0
  373. /package/umd/typings/{src/formats → formats}/json/JsonFormatDefinition.d.ts +0 -0
  374. /package/umd/typings/{src/formats → formats}/json/utils/isValidJsonString.d.ts +0 -0
  375. /package/umd/typings/{src/formats → formats}/json/utils/isValidJsonString.test.d.ts +0 -0
  376. /package/umd/typings/{src/formats → formats}/list/ListFormatDefinition.d.ts +0 -0
  377. /package/umd/typings/{src/formats → formats}/xml/XmlFormatDefinition.d.ts +0 -0
  378. /package/umd/typings/{src/knowledge → knowledge}/dialogs/callback/CallbackInterfaceTools.d.ts +0 -0
  379. /package/umd/typings/{src/knowledge → knowledge}/dialogs/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
  380. /package/umd/typings/{src/knowledge → knowledge}/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
  381. /package/umd/typings/{src/knowledge → knowledge}/dialogs/user-interface-execution-tools.test.d.ts +0 -0
  382. /package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/_common/IndexPreparer.d.ts +0 -0
  383. /package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/playground/markdown-knowledge-playground.d.ts +0 -0
  384. /package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown.d.ts +0 -0
  385. /package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/markdown/prepareKnowledgeFromMarkdown.test.d.ts +0 -0
  386. /package/umd/typings/{src/knowledge → knowledge}/prepare-knowledge/pdf/prepareKnowledgeFromPdf.test.d.ts +0 -0
  387. /package/umd/typings/{src/llm-providers → llm-providers}/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +0 -0
  388. /package/umd/typings/{src/llm-providers → llm-providers}/anthropic-claude/AnthropicClaudeExecutionToolsOptions.d.ts +0 -0
  389. /package/umd/typings/{src/llm-providers → llm-providers}/anthropic-claude/anthropic-claude-models.d.ts +0 -0
  390. /package/umd/typings/{src/llm-providers → llm-providers}/anthropic-claude/playground/playground.d.ts +0 -0
  391. /package/umd/typings/{src/llm-providers → llm-providers}/azure-openai/AzureOpenAiExecutionTools.d.ts +0 -0
  392. /package/umd/typings/{src/llm-providers → llm-providers}/azure-openai/AzureOpenAiExecutionToolsOptions.d.ts +0 -0
  393. /package/umd/typings/{src/llm-providers → llm-providers}/azure-openai/playground/playground.d.ts +0 -0
  394. /package/umd/typings/{src/llm-providers → llm-providers}/langtail/LangtailExecutionTools.d.ts +0 -0
  395. /package/umd/typings/{src/llm-providers → llm-providers}/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
  396. /package/umd/typings/{src/llm-providers → llm-providers}/langtail/playground/playground.d.ts +0 -0
  397. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/fakeTextToExpectations.d.ts +0 -0
  398. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/fakeTextToExpectations.test.d.ts +0 -0
  399. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/faked-completion.test.d.ts +0 -0
  400. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/joker.test.d.ts +0 -0
  401. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/mocked-chat.test.d.ts +0 -0
  402. /package/umd/typings/{src/llm-providers → llm-providers}/mocked/mocked-completion.test.d.ts +0 -0
  403. /package/umd/typings/{src/llm-providers → llm-providers}/multiple/MultipleLlmExecutionTools.d.ts +0 -0
  404. /package/umd/typings/{src/llm-providers → llm-providers}/multiple/MultipleLlmExecutionToolsOptions.d.ts +0 -0
  405. /package/umd/typings/{src/llm-providers → llm-providers}/multiple/playground/playground.d.ts +0 -0
  406. /package/umd/typings/{src/llm-providers → llm-providers}/openai/OpenAiExecutionTools.d.ts +0 -0
  407. /package/umd/typings/{src/llm-providers → llm-providers}/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
  408. /package/umd/typings/{src/llm-providers → llm-providers}/openai/computeOpenaiUsage.d.ts +0 -0
  409. /package/umd/typings/{src/llm-providers → llm-providers}/openai/computeUsage.d.ts +0 -0
  410. /package/umd/typings/{src/llm-providers → llm-providers}/openai/computeUsage.test.d.ts +0 -0
  411. /package/umd/typings/{src/llm-providers → llm-providers}/openai/openai-models.d.ts +0 -0
  412. /package/umd/typings/{src/llm-providers → llm-providers}/openai/playground/playground.d.ts +0 -0
  413. /package/umd/typings/{src/llm-providers → llm-providers}/remote/RemoteLlmExecutionTools.d.ts +0 -0
  414. /package/umd/typings/{src/llm-providers → llm-providers}/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
  415. /package/umd/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
  416. /package/umd/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
  417. /package/umd/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
  418. /package/umd/typings/{src/llm-providers → llm-providers}/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
  419. /package/umd/typings/{src/llm-providers → llm-providers}/remote/startRemoteServer.d.ts +0 -0
  420. /package/umd/typings/{src/library → promptbook-library}/PromptbookLibrary.d.ts +0 -0
  421. /package/umd/typings/{src/library → promptbook-library}/SimplePromptbookLibrary.d.ts +0 -0
  422. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
  423. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromDirectory.test.d.ts +0 -0
  424. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
  425. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromPromise.test.d.ts +0 -0
  426. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
  427. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromSources.test.d.ts +0 -0
  428. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
  429. /package/umd/typings/{src/library → promptbook-library}/constructors/createPromptbookSublibrary.d.ts +0 -0
  430. /package/umd/typings/{src/library → promptbook-library}/constructors/justTestFsImport.d.ts +0 -0
  431. /package/umd/typings/{src/scripting → scripting}/_test/custom-function-async.test.ts.test.d.ts +0 -0
  432. /package/umd/typings/{src/scripting → scripting}/_test/custom-function-missing.test.d.ts +0 -0
  433. /package/umd/typings/{src/scripting → scripting}/_test/custom-function-with-dependencies.test.d.ts +0 -0
  434. /package/umd/typings/{src/scripting → scripting}/_test/custom-function.test.d.ts +0 -0
  435. /package/umd/typings/{src/scripting → scripting}/_test/postprocessing.test.d.ts +0 -0
  436. /package/umd/typings/{src/scripting → scripting}/_test/script-execution-errors.test.d.ts +0 -0
  437. /package/umd/typings/{src/scripting → scripting}/_test/script-execution-tools.test.d.ts +0 -0
  438. /package/umd/typings/{src/scripting → scripting}/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
  439. /package/umd/typings/{src/scripting → scripting}/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
  440. /package/umd/typings/{src/scripting → scripting}/javascript/JavascriptExecutionTools.d.ts +0 -0
  441. /package/umd/typings/{src/scripting → scripting}/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
  442. /package/umd/typings/{src/scripting → scripting}/javascript/utils/preserve.d.ts +0 -0
  443. /package/umd/typings/{src/scripting → scripting}/javascript/utils/unknownToString.d.ts +0 -0
  444. /package/umd/typings/{src/scripting → scripting}/python/PythonExecutionTools.d.ts +0 -0
  445. /package/umd/typings/{src/scripting → scripting}/typescript/TypescriptExecutionTools.d.ts +0 -0
  446. /package/umd/typings/{src/types → types}/Command.d.ts +0 -0
  447. /package/umd/typings/{src/types → types}/ExecutionTypes.d.ts +0 -0
  448. /package/umd/typings/{src/types → types}/ModelRequirements.d.ts +0 -0
  449. /package/umd/typings/{src/types → types}/Parameters.d.ts +0 -0
  450. /package/umd/typings/{src/types → types}/Prompt.d.ts +0 -0
  451. /package/umd/typings/{src/types → types}/PromptbookJson/KnowledgeJson.d.ts +0 -0
  452. /package/umd/typings/{src/types → types}/PromptbookJson/PromptTemplateJson.d.ts +0 -0
  453. /package/umd/typings/{src/types → types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
  454. /package/umd/typings/{src/types → types}/PromptbookJson/PromptbookJson.d.ts +0 -0
  455. /package/umd/typings/{src/types → types}/PromptbookString.d.ts +0 -0
  456. /package/umd/typings/{src/types → types}/ScriptLanguage.d.ts +0 -0
  457. /package/umd/typings/{src/types → types}/TaskProgress.d.ts +0 -0
  458. /package/umd/typings/{src/types → types}/execution-report/ExecutionReportJson.d.ts +0 -0
  459. /package/umd/typings/{src/types → types}/execution-report/ExecutionReportString.d.ts +0 -0
  460. /package/umd/typings/{src/types → types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
  461. /package/umd/typings/{src/types → types}/execution-report/config.d.ts +0 -0
  462. /package/umd/typings/{src/types → types}/execution-report/countWorkingDuration.d.ts +0 -0
  463. /package/umd/typings/{src/types → types}/execution-report/countWorkingDuration.test.d.ts +0 -0
  464. /package/umd/typings/{src/types → types}/execution-report/executionReportJsonToString.d.ts +0 -0
  465. /package/umd/typings/{src/types → types}/typeAliasEmoji.d.ts +0 -0
  466. /package/umd/typings/{src/types → types}/typeAliases.d.ts +0 -0
  467. /package/umd/typings/{src/utils → utils}/FromtoItems.d.ts +0 -0
  468. /package/umd/typings/{src/utils → utils}/emojis.d.ts +0 -0
  469. /package/umd/typings/{src/utils → utils}/expectation-counters/countCharacters.d.ts +0 -0
  470. /package/umd/typings/{src/utils → utils}/expectation-counters/countCharacters.test.d.ts +0 -0
  471. /package/umd/typings/{src/utils → utils}/expectation-counters/countLines.d.ts +0 -0
  472. /package/umd/typings/{src/utils → utils}/expectation-counters/countLines.test.d.ts +0 -0
  473. /package/umd/typings/{src/utils → utils}/expectation-counters/countPages.d.ts +0 -0
  474. /package/umd/typings/{src/utils → utils}/expectation-counters/countPages.test.d.ts +0 -0
  475. /package/umd/typings/{src/utils → utils}/expectation-counters/countParagraphs.d.ts +0 -0
  476. /package/umd/typings/{src/utils → utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
  477. /package/umd/typings/{src/utils → utils}/expectation-counters/countSentences.d.ts +0 -0
  478. /package/umd/typings/{src/utils → utils}/expectation-counters/countSentences.test.d.ts +0 -0
  479. /package/umd/typings/{src/utils → utils}/expectation-counters/countWords.d.ts +0 -0
  480. /package/umd/typings/{src/utils → utils}/expectation-counters/countWords.test.d.ts +0 -0
  481. /package/umd/typings/{src/utils → utils}/expectation-counters/index.d.ts +0 -0
  482. /package/umd/typings/{src/utils → utils}/extractParameters.d.ts +0 -0
  483. /package/umd/typings/{src/utils → utils}/extractParameters.test.d.ts +0 -0
  484. /package/umd/typings/{src/utils → utils}/formatNumber.d.ts +0 -0
  485. /package/umd/typings/{src/utils → utils}/formatNumber.test.d.ts +0 -0
  486. /package/umd/typings/{src/utils → utils}/getCurrentIsoDate.d.ts +0 -0
  487. /package/umd/typings/{src/utils → utils}/isRunningInWhatever.d.ts +0 -0
  488. /package/umd/typings/{src/utils → utils}/just.d.ts +0 -0
  489. /package/umd/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
  490. /package/umd/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
  491. /package/umd/typings/{src/utils → utils}/markdown/createMarkdownChart.d.ts +0 -0
  492. /package/umd/typings/{src/utils → utils}/markdown/createMarkdownChart.test.d.ts +0 -0
  493. /package/umd/typings/{src/utils → utils}/markdown/createMarkdownTable.d.ts +0 -0
  494. /package/umd/typings/{src/utils → utils}/markdown/createMarkdownTable.test.d.ts +0 -0
  495. /package/umd/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
  496. /package/umd/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
  497. /package/umd/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
  498. /package/umd/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
  499. /package/umd/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
  500. /package/umd/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
  501. /package/umd/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
  502. /package/umd/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
  503. /package/umd/typings/{src/utils → utils}/markdown/prettifyMarkdown.d.ts +0 -0
  504. /package/umd/typings/{src/utils → utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
  505. /package/umd/typings/{src/utils → utils}/markdown/removeContentComments.d.ts +0 -0
  506. /package/umd/typings/{src/utils → utils}/markdown/removeContentComments.test.d.ts +0 -0
  507. /package/umd/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
  508. /package/umd/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
  509. /package/umd/typings/{src/utils → utils}/markdown-json/MarkdownStructure.d.ts +0 -0
  510. /package/umd/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
  511. /package/umd/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
  512. /package/umd/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
  513. /package/umd/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
  514. /package/umd/typings/{src/utils → utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
  515. /package/umd/typings/{src/utils → utils}/normalization/IKeywords.d.ts +0 -0
  516. /package/umd/typings/{src/utils → utils}/normalization/capitalize.d.ts +0 -0
  517. /package/umd/typings/{src/utils → utils}/normalization/capitalize.test.d.ts +0 -0
  518. /package/umd/typings/{src/utils → utils}/normalization/decapitalize.d.ts +0 -0
  519. /package/umd/typings/{src/utils → utils}/normalization/decapitalize.test.d.ts +0 -0
  520. /package/umd/typings/{src/utils → utils}/normalization/isValidKeyword.d.ts +0 -0
  521. /package/umd/typings/{src/utils → utils}/normalization/isValidKeyword.test.d.ts +0 -0
  522. /package/umd/typings/{src/utils → utils}/normalization/nameToUriPart.d.ts +0 -0
  523. /package/umd/typings/{src/utils → utils}/normalization/nameToUriPart.test.d.ts +0 -0
  524. /package/umd/typings/{src/utils → utils}/normalization/nameToUriParts.d.ts +0 -0
  525. /package/umd/typings/{src/utils → utils}/normalization/nameToUriParts.test.d.ts +0 -0
  526. /package/umd/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
  527. /package/umd/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
  528. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
  529. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
  530. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
  531. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
  532. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
  533. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
  534. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
  535. /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
  536. /package/umd/typings/{src/utils → utils}/normalization/normalizeWhitespaces.d.ts +0 -0
  537. /package/umd/typings/{src/utils → utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
  538. /package/umd/typings/{src/utils → utils}/normalization/parseKeywords.d.ts +0 -0
  539. /package/umd/typings/{src/utils → utils}/normalization/parseKeywords.test.d.ts +0 -0
  540. /package/umd/typings/{src/utils → utils}/normalization/parseKeywordsFromString.d.ts +0 -0
  541. /package/umd/typings/{src/utils → utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
  542. /package/umd/typings/{src/utils → utils}/normalization/removeDiacritics.d.ts +0 -0
  543. /package/umd/typings/{src/utils → utils}/normalization/removeDiacritics.test.d.ts +0 -0
  544. /package/umd/typings/{src/utils → utils}/normalization/searchKeywords.d.ts +0 -0
  545. /package/umd/typings/{src/utils → utils}/normalization/searchKeywords.test.d.ts +0 -0
  546. /package/umd/typings/{src/utils → utils}/postprocessing/extractBlock.d.ts +0 -0
  547. /package/umd/typings/{src/utils → utils}/removeEmojis.d.ts +0 -0
  548. /package/umd/typings/{src/utils → utils}/removeEmojis.test.d.ts +0 -0
  549. /package/umd/typings/{src/utils → utils}/removeQuotes.d.ts +0 -0
  550. /package/umd/typings/{src/utils → utils}/removeQuotes.test.d.ts +0 -0
  551. /package/umd/typings/{src/utils → utils}/sets/difference.d.ts +0 -0
  552. /package/umd/typings/{src/utils → utils}/sets/difference.test.d.ts +0 -0
  553. /package/umd/typings/{src/utils → utils}/sets/intersection.d.ts +0 -0
  554. /package/umd/typings/{src/utils → utils}/sets/intersection.test.d.ts +0 -0
  555. /package/umd/typings/{src/utils → utils}/sets/union.d.ts +0 -0
  556. /package/umd/typings/{src/utils → utils}/sets/union.test.d.ts +0 -0
  557. /package/umd/typings/{src/utils → utils}/trimCodeBlock.d.ts +0 -0
  558. /package/umd/typings/{src/utils → utils}/trimCodeBlock.test.d.ts +0 -0
  559. /package/umd/typings/{src/utils → utils}/trimEndOfCodeBlock.d.ts +0 -0
  560. /package/umd/typings/{src/utils → utils}/trimEndOfCodeBlock.test.d.ts +0 -0
  561. /package/umd/typings/{src/utils → utils}/unwrapResult.d.ts +0 -0
  562. /package/umd/typings/{src/utils → utils}/unwrapResult.test.d.ts +0 -0
  563. /package/umd/typings/{src/utils → utils}/validators/url/isValidUrl.d.ts +0 -0
  564. /package/umd/typings/{src/utils → utils}/validators/url/isValidUrl.test.d.ts +0 -0
  565. /package/umd/typings/{src/version.d.ts → version.d.ts} +0 -0
File without changes
File without changes
File without changes