0.5.0 (2024-05-17)
- better multitool support (dfc44b5)
- housekeeping (9482180)
- make struct processing fully defined with generics + add documentation (9717483)
- #1 add supports complex struct parsing with streaming (e687a13)
- #1 add supports complex struct parsing with streaming (137b9e9)
0.4.0 (2024-03-15)
- the decorator now returns more explicit types to support IntelliSense (3d1400d)
0.3.0 (2024-02-08)
- Upgrade OpenAI SDK to v1 (13f8a2d)
0.2.0 (2023-10-03)
- support async openai calls (7e9a835)
0.1.4 (2023-09-27)
- 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)
- fix declared dependencies (1b8940b)