Skip to content

Version 0.9.2

Latest

Choose a tag to compare

@mandel mandel released this 11 Dec 21:28
v0.9.2
7b63b89

New Features

The main new feature is:

  • sequence block that corresponds the a general version of text, lastOfm and array.

The sequence block expect a list a PDL blocks that and executed in sequence and whose results are combine following the provided join specification. For example, an array can be created as follow:

sequence:
- Hello
- model: ollama/granite4
join:
  as: array

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2