Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 18:20
· 15 commits to main since this release
  • Added PydanticV2OutputParser parser and chain which runs a conversation where the goal is to fill in a pydantic object.
  • Fixed bug where ignore_none in map_step was ignoring any falsy value (like '' and 0). Fixed so it only ignores 'None'.
  • Added new example: FastAPI llm test app without telephony