v0.1.2
What's Changed
- Added LLM Structured Output example to README.md
- Added coerce_to_schema to LLMWrapper. Fixed bug where max_tokens was not fed through to chat instance
- Fixed bug where str representation of outline was not fed to interviewee chain
- Tiny logging bug: index off by one
- Updated pyproject.toml: patch version v0.1.2
- Added tests for utils/llm.py