Skip to content

v0.4.0

Latest

Choose a tag to compare

@Dieg0Code Dieg0Code released this 31 May 02:04

What's New in v0.4.0

Enhanced PromptBuilder with Markdown Support

  • Added support for code blocks with language specification
  • Added bullet lists, bold text, italic text
  • Added headers, blockquotes, links, horizontal rules
  • Added table support with automatic formatting
  • Maintained backward compatibility with existing API

Functional Tool Creation

  • Added functional options pattern for Tool creation
  • Simplified creation of tools with a clean, idiomatic API
  • Added robust error handling and validation