v0.0.4
What's Changed
- Add unit test for LLM dump_debug method by @aniketmaurya in #23
- Support LangChain tools by @aniketmaurya in #24
- extract the data type as openai api format by @aniketmaurya in #28
- ensure official openai tool-use json format by @aniketmaurya in #29
- openai style tool calling by @aniketmaurya in #25
- automatically execute tools by @aniketmaurya in #30
- Update argument to
auto_call_tools
by @aniketmaurya in #32 - document auto tool calling in README by @aniketmaurya in #31
- fix the
auto_call_tools
in README by @aniketmaurya in #33
Full Changelog: v0.0.3...v0.0.4