Skip to content

Latest commit

 

History

History
88 lines (31 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

88 lines (31 loc) · 3.2 KB

0.5.0 (2024-05-17)

Bug Fixes

  • better multitool support (dfc44b5)
  • housekeeping (9482180)
  • make struct processing fully defined with generics + add documentation (9717483)

Features

  • #1 add supports complex struct parsing with streaming (e687a13)
  • #1 add supports complex struct parsing with streaming (137b9e9)

0.4.0 (2024-03-15)

Bug Fixes

  • #5 supports older pydantic as well (33ccd0e)

Features

  • the decorator now returns more explicit types to support IntelliSense (3d1400d)

0.3.0 (2024-02-08)

Features

  • Upgrade OpenAI SDK to v1 (13f8a2d)

0.2.0 (2023-10-03)

Features

  • support async openai calls (7e9a835)

0.1.4 (2023-09-27)

Bug Fixes

  • ContentFn should have AsyncGenerator instead of Generator (1f0f721)
  • functions must use AsyncGenerator type or no type (1d9f73b)
  • functions must use AsyncGenerator type or no type (5cf4ba0)

0.1.3 (2023-09-27)

Bug Fixes

  • fix declared dependencies (1b8940b)

0.1.2 (2023-09-27)

Bug Fixes

  • change content fn signature to asyncgen (5f05d46)
  • update openai_function_call (853190d)