File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Mindee .NET Client Library Changelog
22
3+ ## v3.35.0 - 2025-11-19
4+ ### Changes
5+ * :memo : update readme links
6+ * :sparkles : add RAG metadata in V2 results
7+ * :sparkles : improved v2 error messages and exceptions
8+ * :sparkles : add text_context option on V2 enqueue
9+ ### Fixes
10+ * :bug : fix for C# 14 and .NET 10
11+
12+
313## v3.34.0 - 2025-10-01
414### Changes
515* :loud_sound : better logging for v2
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >3.34 .0</VersionPrefix >
3+ <VersionPrefix >3.35 .0</VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 <Authors >Mindee</Authors >
66 <PackageProjectUrl >https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -45,13 +45,11 @@ public class InferenceOptions
4545 /// <summary>
4646 /// IDs of webhooks to propagate the API response to.
4747 /// </summary>
48- /// <remarks>Not available on all APIs.</remarks>
4948 public List < string > WebhookIds { get ; }
5049
5150 /// <summary>
5251 /// Additional text context used by the model during inference. Not recommended, for specific use only.
5352 /// </summary>
54- /// <remarks>Not available on all APIs.</remarks>
5553 public string TextContext { get ; }
5654
5755 /// <summary>
You can’t perform that action at this time.
0 commit comments