New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@promptbook/browser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/browser - npm Package Versions

hejny
published 0.69.0-6 •

hejny
published 0.68.2 •

hejny
published 0.69.0-5 •

hejny
published 0.69.0-4 •

hejny
published 0.69.0-2 •

hejny
published 0.69.0-1 •

hejny
published 0.70.0-1 •

hejny
published 0.70.0-0 •

hejny
published 0.69.0-0 •

hejny
published 0.68.0 •

Changelog

Source

0.68.0 (2024-09-08)

[🍧] Commands and command parser

  • There are 2 different commands, EXPECT and FORMAT
  • Rename BLOCK command -> TEMPLATE
  • EXPECT JSON changed to FORMAT JSON
  • Change usagePlaces -> isUsedInPipelineHead + isUsedInPipelineTemplate
  • All parsers have functions $applyToPipelineJson, $applyToTemplateJson, stringify, takeFromPipelineJson and takeFromTemplateJson
  • PipelineJson has defaultModelRequirements
  • PipelineJson has Chat model variant as default without need to specify it explicitly
  • [🥜] Rename "Prompt template" -> "Template"
  • Rename PromptTemplateJson -> TemplateJson
  • Rename extractParameterNamesFromPromptTemplate -> extractParameterNamesFromTemplate
  • Rename PromptTemplateJsonCommon -> TemplateJsonCommon
  • Rename PromptTemplateParameterJson -> ParameterJson
  • Rename PipelineJson.promptTemplates -> PipelineJson.templates
  • Rename PromptDialogJson -> DialogTemplateJson
  • Rename PROMPT_DIALOG -> DIALOG_TEMPLATE
  • Rename ScriptJson -> ScriptTemplateJson
  • Rename SCRIPT -> SCRIPT_TEMPLATE
  • Rename LlmTemplateJson -> PromptTemplateJson
  • Rename ParsingError -> ParseError