Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:06
605875d

What's Changed

  • [Feature] Add PydanticFunctionTool by @nerdai in #28
  • [Feature] Add AsyncPydanticFunctionTool by @nerdai in #30
  • [Feature] Add BaseLLM.structured_output() interface and implement it for OllamaLLM. by @nerdai in #34
  • [Feature] Implement TaskHandler.get_next_step() as a structured output call by @nerdai in #33
  • [Feature] Implement TaskHandler.run_step by @nerdai in #35
  • [Feature] Add return_history param to chat and continue_conversation_with_tool_results by @nerdai in #38
  • [Fix] Update TaskHandler.run_step to work with the new continue_conversation_with_tool_results interface. by @nerdai in #39
  • [version] bump version to v0.0.2 by @nerdai in #40

Full Changelog: v0.0.1...v0.0.2