Skip to content

v0.1.8

Latest
Compare
Choose a tag to compare
@AtakanTekparmak AtakanTekparmak released this 09 Sep 11:25
· 21 commits to main since this release

New Features

  • Added automatic parsing and tool calling from the OpenAI tool_calls format without any API changes

Changes

  • parameters in FunctionCall are now dict[str, ValidParameter] instead of list[Parameter]