Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 3.15 KB

File metadata and controls

71 lines (33 loc) · 3.15 KB

1.6.0 (2025-02-27)

Bug Fixes

  • add default system prompt when none is provided to allow for backwards compatibility (b015aa1)

Features

  • add model to custom prompts (3752182)
  • refactor prompts to use ChatPromptTemplate and separate system/user instructions (d584eb7)

1.5.0 (2024-08-28)

Features

  • get and send all the children blocks with getBlockContent (fa188cd)

1.4.0 (2024-05-20)

Features

  • change to use ChatOpenAI (330c371)
  • update @langchain/openai (c2b409f)

1.3.2 (2024-04-22)

Bug Fixes

1.3.1 (2023-06-05)

Bug Fixes

  • add tag based on the PromptOutputType, #2 (00252a8)

1.3.0 (2023-05-24)

Features

  • add basePath and auto reload setting (66032dc)

1.2.0 (2023-04-26)

Features

  • add setting for add specific tags to AI-generated content (9500e57)

1.1.0 (2023-04-26)

Features

1.0.0 (2023-03-22)

Features

  • add basic impl (d445fd3)
  • add more preset prompts and add new output type (4bbdce5)
  • update plugin options and add readme (7ac2163)