You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-25Lines changed: 3 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,9 @@ I will always be using the latest libraries, and future releases will frequently
222
222
I am incredibly busy. If I forgot your name, please accept my apologies and let me know so I can add it to the list.
223
223
224
224
## Changelog
225
+
### 7.1.5
226
+
- Added error handling for PlatformNotSupportedException in PostAsStreamAsync when using HttpClient.Send, now falls back to SendRequestPreNet6 for compatibility on platforms like MAUI, Mac. Thanks to @Almis90
227
+
- We now have a function caller describe method that automatically generates function descriptions. This method is available in the utilities library. Thanks to @vbandi
225
228
### 7.1.3
226
229
- This release was a bit late and took longer than expected due to a couple of reasons. The future was quite big, and I couldn't cover all possibilities. However, I believe I have covered most of the function definitions (with some details missing). Additionally, I added an option to build it manually. If you don't know what I mean, you don't need to worry. I plan to cover the rest of the function definition in the next release. Until then, you can discover this by playing in the playground or in the source code. This version also support using other libraries to export your function definition.
227
230
- We now have support for functions! Big cheers to @rzubek for completing most of this feature.
@@ -258,28 +261,3 @@ I am incredibly busy. If I forgot your name, please accept my apologies and let
0 commit comments