Skip to content

Releases: AnswerDotAI/toolslm

v0.3.30

14 Feb 19:18

Choose a tag to compare

New Features

  • Skip builtin types (e.g. object) from nested schema generation (#77)
  • run sync tools with threads in call_func_async (#73), thanks to @KeremTurgutlu

v0.3.29

13 Feb 04:50

Choose a tag to compare

New Features

v0.3.28

05 Feb 04:36

Choose a tag to compare

New Features

  • Use callable class docstring when __call__ lacks one (#71)

v0.3.27

02 Feb 22:54

Choose a tag to compare

New Features

  • Add dotted name support for resolving and calling methods on objects (#70)

Bugs Squashed

  • Add 'items' field to JSON schema for Gemini compatibility (#68), thanks to @PiotrCzapla

v0.3.26

21 Jan 05:41

Choose a tag to compare

New Features

  • Add @LLMTool decorators to inspecttools functions and improve type hints (#67)

v0.3.25

21 Jan 04:22

Choose a tag to compare

New Features

  • Add inspecttools module for LLM symbol inspection (#66)
  • Use codesigs for signatures (#66)

v0.3.24

15 Jan 21:41

Choose a tag to compare

New Features

  • Add UnionType support to get_schema (#65)

v0.3.23

14 Jan 09:58

Choose a tag to compare

Bugs Squashed

  • get_schema fails if return docment but no type (#64)

v0.3.22

11 Jan 01:55

Choose a tag to compare

New Features

  • Add repo2ctx CLI command (#63)

v0.3.21

10 Jan 00:04

Choose a tag to compare

New Features

  • Default folder2ctx_cli to current folder (#62)